| Commit message (Expand) | Author | Age | Files | Lines |
* | genirq/PM: Properly pretend disabled state when force resuming interrupts | Juergen Gross | 2017-07-17 | 1 | -0/+2 |
*-. | Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://... | Linus Torvalds | 2015-11-15 | 1 | -1/+2 |
|\ \ |
|
| * | | genirq/PM: Restore system wake up from chained interrupts | Grygorii Strashko | 2015-11-10 | 1 | -1/+2 |
| |/ |
|
* / | PM / sleep: Report interrupt that caused system wakeup | Alexandra Yates | 2015-09-16 | 1 | -1/+1 |
|/ |
|
* | genirq: Remove irq argument from suspend/resume_irq() | Jiang Liu | 2015-07-11 | 1 | -4/+4 |
* | genirq: Remove irq argument from __enable/__disable_irq() | Jiang Liu | 2015-07-11 | 1 | -2/+2 |
* | genirq: Don't suspend nested_thread irqs over system suspend | NeilBrown | 2015-05-18 | 1 | -0/+4 |
* | genirq / PM: Add flag for shared NO_SUSPEND interrupt lines | Rafael J. Wysocki | 2015-03-04 | 1 | -1/+6 |
* | genirq: Simplify wakeup mechanism | Thomas Gleixner | 2014-09-01 | 1 | -26/+29 |
* | genirq: Mark wakeup sources as armed on suspend | Thomas Gleixner | 2014-09-01 | 1 | -0/+5 |
* | genirq: Avoid double loop on suspend | Thomas Gleixner | 2014-09-01 | 1 | -6/+7 |
* | genirq: Move MASK_ON_SUSPEND handling into suspend_device_irqs() | Thomas Gleixner | 2014-09-01 | 1 | -12/+9 |
* | genirq: Make use of pm misfeature accounting | Thomas Gleixner | 2014-09-01 | 1 | -6/+3 |
* | genirq: Add sanity checks for PM options on shared interrupt lines | Thomas Gleixner | 2014-09-01 | 1 | -0/+36 |
* | genirq: Move suspend/resume logic into irq/pm code | Thomas Gleixner | 2014-09-01 | 1 | -6/+38 |
* | irq: Enable all irqs unconditionally in irq_resume | Laxman Dewangan | 2013-11-25 | 1 | -1/+1 |
* | genirq: Do not consider disabled wakeup irqs | Thomas Gleixner | 2012-05-04 | 1 | -1/+6 |
* | genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlier | Ian Campbell | 2011-10-17 | 1 | -7/+41 |
* | genirq: Add chip flag to force mask on suspend | Thomas Gleixner | 2011-03-12 | 1 | -4/+18 |
* | genirq: Move wakeup state to irq_data | Thomas Gleixner | 2011-02-19 | 1 | -1/+1 |
* | genirq: Move IRQ_WAKEUP to core | Thomas Gleixner | 2011-02-19 | 1 | -1/+1 |
* | genirq: Move IRQ_SUSPENDED to core | Thomas Gleixner | 2011-02-19 | 1 | -3/+3 |
* | genirq: Move IRQ_PENDING flag to core | Thomas Gleixner | 2011-02-19 | 1 | -1/+2 |
* | genirq: Add IRQF_FORCE_RESUME | Thomas Gleixner | 2011-02-08 | 1 | -3/+0 |
* | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner | 2009-12-14 | 1 | -4/+4 |
* | genirq: Fix comment describing suspend_device_irqs() | Rafael J. Wysocki | 2009-07-05 | 1 | -4/+4 |
* | PM: Introduce functions for suspending and resuming device interrupts | Rafael J. Wysocki | 2009-03-30 | 1 | -0/+79 |