summaryrefslogtreecommitdiffstats
path: root/kernel/irq/pm.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://...Linus Torvalds2015-11-151-1/+2
|\ \
| * | genirq/PM: Restore system wake up from chained interruptsGrygorii Strashko2015-11-101-1/+2
| |/
* / PM / sleep: Report interrupt that caused system wakeupAlexandra Yates2015-09-161-1/+1
|/
* genirq: Remove irq argument from suspend/resume_irq()Jiang Liu2015-07-111-4/+4
* genirq: Remove irq argument from __enable/__disable_irq()Jiang Liu2015-07-111-2/+2
* genirq: Don't suspend nested_thread irqs over system suspendNeilBrown2015-05-181-0/+4
* genirq / PM: Add flag for shared NO_SUSPEND interrupt linesRafael J. Wysocki2015-03-041-1/+6
* genirq: Simplify wakeup mechanismThomas Gleixner2014-09-011-26/+29
* genirq: Mark wakeup sources as armed on suspendThomas Gleixner2014-09-011-0/+5
* genirq: Avoid double loop on suspendThomas Gleixner2014-09-011-6/+7
* genirq: Move MASK_ON_SUSPEND handling into suspend_device_irqs()Thomas Gleixner2014-09-011-12/+9
* genirq: Make use of pm misfeature accountingThomas Gleixner2014-09-011-6/+3
* genirq: Add sanity checks for PM options on shared interrupt linesThomas Gleixner2014-09-011-0/+36
* genirq: Move suspend/resume logic into irq/pm codeThomas Gleixner2014-09-011-6/+38
* irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan2013-11-251-1/+1
* genirq: Do not consider disabled wakeup irqsThomas Gleixner2012-05-041-1/+6
* genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell2011-10-171-7/+41
* genirq: Add chip flag to force mask on suspendThomas Gleixner2011-03-121-4/+18
* genirq: Move wakeup state to irq_dataThomas Gleixner2011-02-191-1/+1
* genirq: Move IRQ_WAKEUP to coreThomas Gleixner2011-02-191-1/+1
* genirq: Move IRQ_SUSPENDED to coreThomas Gleixner2011-02-191-3/+3
* genirq: Move IRQ_PENDING flag to coreThomas Gleixner2011-02-191-1/+2
* genirq: Add IRQF_FORCE_RESUMEThomas Gleixner2011-02-081-3/+0
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-4/+4
* genirq: Fix comment describing suspend_device_irqs()Rafael J. Wysocki2009-07-051-4/+4
* PM: Introduce functions for suspending and resuming device interruptsRafael J. Wysocki2009-03-301-0/+79