summaryrefslogtreecommitdiff
path: root/kernel/irq/manage.c
AgeCommit message (Expand)Author
2016-03-09x86/ACPI/PCI: Recognize that Interrupt Line 255 means "not connected"Chen Fan
2016-02-15genirq: Use a common macro to go through the actions listDaniel Lezcano
2016-01-11Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-12-14genirq: Prevent chip buslock deadlockThomas Gleixner
2015-12-08genirq: Implement irq_percpu_is_enabled()Thomas Petazzoni
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-10-11genirq: Add flag to force mask in disable_irq[_nosync]()Thomas Gleixner
2015-10-09genirq: Make irq_set_vcpu_affinity available for CONFIG_SMP=nFeng Wu
2015-09-29irq: Export per-cpu irq allocation and de-allocation functionsMaxime Ripard
2015-09-29genirq: Fix the documentation of request_percpu_irqMaxime Ripard
2015-09-22genirq: Handle force threading of irqs with primary and thread handlerThomas Gleixner
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu
2015-07-27genirq: Export irq_[get|set]_irqchip_state()Bjorn Andersson
2015-07-11genirq: Remove the irq argument from setup_affinity()Jiang Liu
2015-07-11genirq: Provide and use __irq_can_set_affinity()Jiang Liu
2015-07-11genirq: Remove irq argument from __enable/__disable_irq()Jiang Liu
2015-07-11genirq: Remove irq arg from __irq_set_trigger()Jiang Liu
2015-07-11genirq: Remove the irq argument from check_irq_resend()Jiang Liu
2015-06-12genirq: Introduce helper function irq_data_get_node()Jiang Liu
2015-05-19genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPUJiang Liu
2015-04-08genirq: Allow the irqchip state of an IRQ to be save/restoredMarc Zyngier
2015-04-08Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner
2015-03-04genirq / PM: Add flag for shared NO_SUSPEND interrupt linesRafael J. Wysocki
2015-02-18genirq: Provide disable_hardirq()Peter Zijlstra
2015-02-09genirq: Fix null pointer reference in irq_set_affinity_hint()Jesse Brandeburg
2015-01-23genirq: Set initial affinity in irq_set_affinity_hint()Jesse Brandeburg
2014-11-23genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu
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-05-03genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner
2014-04-17genirq: Allow forcing cpu affinity of interruptsThomas Gleixner
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-02-27genirq: Remove racy waitqueue_active checkChuansheng Liu
2014-02-19genirq: Update the a comment typoChuansheng Liu
2014-02-19genirq: Provide irq_wake_thread()Thomas Gleixner
2014-02-19genirq: Provide synchronize_hardirq()Thomas Gleixner
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-10-28genirq: Set the irq thread policy without checking CAP_SYS_NICEThomas Pfaff
2013-10-18irq: Fix some trivial typos in commentsXie XiuQi
2013-06-28genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings
2013-06-11genirq: Set irq thread to RT priority on creationIvo Sieben
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-02-18genirq: Export enable/disable_percpu_irq()Chris Metcalf
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams
2012-12-18irq: tsk->comm is an arrayAlan Cox
2012-11-12genirq: Always force thread affinityThomas Gleixner
2012-11-01irq: Set CPU affinity right on thread creationSankara Muthukrishnan
2012-11-01genirq: Provide means to retrigger parentThomas Gleixner