aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2015-10-27genirq: Fix race in register_irq_proc()Ben Hutchings
2015-08-27genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner
2015-07-03genirq: devres: Fix testing return value of request_any_context_irq()Axel Lin
2015-01-27genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-09Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-10-09Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-10-07Merge branch 'pm-genirq'Rafael J. Wysocki
2014-09-03genirq: Add irq_domain-aware core IRQ handlerMarc Zyngier
2014-09-01genirq: Simplify wakeup mechanismThomas Gleixner
2014-09-01genirq: Mark wakeup sources as armed on suspendThomas Gleixner
2014-09-01genirq: Create helper for flow handler entry checkThomas Gleixner
2014-09-01genirq: Distangle edge handler entryThomas Gleixner
2014-09-01genirq: Avoid double loop on suspendThomas Gleixner
2014-09-01genirq: Move MASK_ON_SUSPEND handling into suspend_device_irqs()Thomas Gleixner
2014-09-01genirq: Make use of pm misfeature accountingThomas Gleixner
2014-09-01genirq: Add sanity checks for PM options on shared interrupt linesThomas Gleixner
2014-09-01genirq: Move suspend/resume logic into irq/pm codeThomas Gleixner
2014-08-28genirq: fix reference in devm_request_threaded_irq commentEmilio López
2014-08-26irqchips: Replace __this_cpu_ptr usesChristoph Lameter
2014-08-25irq: Export handle_fasteoi_irqVincent Stehlé
2014-08-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-07-31Revert "irq: Warn when shared interrupts do not match on NO_SUSPEND"Thomas Gleixner
2014-07-31Revert "PM / sleep / irq: Do not suspend wakeup interrupts"Thomas Gleixner
2014-07-24irq: Warn when shared interrupts do not match on NO_SUSPENDPeter Zijlstra
2014-07-19Merge tag 'irqchip-core-3.17-3' of git://git.infradead.org/users/jcooper/linu...Thomas Gleixner
2014-07-17genirq: generic chip: Export irq_map_generic_chip functionBoris BREZILLON
2014-07-15PM / sleep / irq: Do not suspend wakeup interruptsRafael J. Wysocki
2014-07-05genirq: Fix memory leak when calling irq_free_hwirqs()Keith Busch
2014-06-21genirq: Export irq_domain_disassociate() to architecture interrupt driversJiang Liu
2014-05-27genirq: Improve documentation to match current implementationJiang Liu
2014-05-16genirq: Remove dynamic_irq messThomas Gleixner
2014-05-16genirq: Replace dynamic_irq_init/cleanupThomas Gleixner
2014-05-16genirq: Remove irq_reserve_irq[s]Thomas Gleixner
2014-05-16genirq: Replace reserve_irqs in core codeThomas Gleixner
2014-05-16genirq: Provide generic hwirq allocation facilityThomas Gleixner
2014-05-03genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner
2014-04-17genirq: Allow forcing cpu affinity of interruptsThomas Gleixner
2014-03-22genirq: Export symbol no_action()Alexander Shiyan
2014-03-19genirq: procfs: Make smp_affinity values go+rChema Gonzalez
2014-03-14genirq: Add a new IRQCHIP_EOI_THREADED flagThomas Gleixner
2014-03-12Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner
2014-03-12genirq: Provide irq_request/release_resources chip callbacksThomas Gleixner
2014-03-04genirq: Move kstat_incr_irqs_this_cpu() to coreThomas Gleixner
2014-03-04genirq: Add a kstat helper to increment irq statsThomas Gleixner
2014-02-27genirq: Include missing header file in irqdomain.cRashika Kheria
2014-02-27genirq: Remove racy waitqueue_active checkChuansheng Liu
2014-02-19genirq: Update the a comment typoChuansheng Liu