summaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* genirq: Use irq type from irqdata instead of irqdescThomas Gleixner2016-11-081-2/+2
* kernel/irq: Export irq_set_parent()Sudip Mukherjee2016-10-211-0/+1
* Merge tag 'irqchip-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner2016-09-141-2/+6
|\
| * genirq: Fix potential memleak when failing to get irq pmShawn Lin2016-08-221-2/+6
* | genirq: No need to mask non trigger mode flags before __irq_set_trigger()Alexander Kuleshov2016-09-061-3/+2
|/
* Merge branch 'irq/for-block' into irq/coreThomas Gleixner2016-07-041-6/+22
|\
| * genirq: Add affinity hint to irq allocationThomas Gleixner2016-07-041-3/+4
| * genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner2016-07-041-3/+18
* | genirq: Add runtime power management support for IRQ chipsJon Hunter2016-06-131-1/+30
* | genirq: Look-up percpu trigger type if not specified by callerMarc Zyngier2016-06-131-0/+7
* | genirq: Look-up trigger type if not specified by callerJon Hunter2016-06-131-0/+7
|/
* genirq: Ensure IRQ descriptor is valid when setting-up the IRQJon Hunter2016-05-111-1/+1
* kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-221-2/+2
* Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-161-1/+8
|\
| * x86/ACPI/PCI: Recognize that Interrupt Line 255 means "not connected"Chen Fan2016-03-091-1/+8
* | genirq: Use a common macro to go through the actions listDaniel Lezcano2016-02-151-5/+3
|/
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-111-0/+25
|\
| * genirq: Implement irq_percpu_is_enabled()Thomas Petazzoni2015-12-081-0/+25
* | genirq: Prevent chip buslock deadlockThomas Gleixner2015-12-141-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-11-041-3/+6
|\
| * irq: Export per-cpu irq allocation and de-allocation functionsMaxime Ripard2015-09-291-0/+2
| * genirq: Fix the documentation of request_percpu_irqMaxime Ripard2015-09-291-3/+4
* | genirq: Add flag to force mask in disable_irq[_nosync]()Thomas Gleixner2015-10-111-0/+1
* | genirq: Make irq_set_vcpu_affinity available for CONFIG_SMP=nFeng Wu2015-10-091-31/+31
* | genirq: Handle force threading of irqs with primary and thread handlerThomas Gleixner2015-09-221-41/+117
|/
* genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu2015-09-161-6/+6
* genirq: Export irq_[get|set]_irqchip_state()Bjorn Andersson2015-07-271-0/+2
* genirq: Remove the irq argument from setup_affinity()Jiang Liu2015-07-111-8/+7
* genirq: Provide and use __irq_can_set_affinity()Jiang Liu2015-07-111-8/+10
* genirq: Remove irq argument from __enable/__disable_irq()Jiang Liu2015-07-111-6/+7
* genirq: Remove irq arg from __irq_set_trigger()Jiang Liu2015-07-111-7/+7
* genirq: Remove the irq argument from check_irq_resend()Jiang Liu2015-07-111-1/+1
* genirq: Introduce helper function irq_data_get_node()Jiang Liu2015-06-121-1/+1
* genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPUJiang Liu2015-05-191-0/+31
* genirq: Allow the irqchip state of an IRQ to be save/restoredMarc Zyngier2015-04-081-0/+91
* Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner2015-04-081-1/+6
|\
| * genirq / PM: Add flag for shared NO_SUSPEND interrupt linesRafael J. Wysocki2015-03-041-1/+6
* | genirq: Provide disable_hardirq()Peter Zijlstra2015-02-181-2/+34
|/
* genirq: Fix null pointer reference in irq_set_affinity_hint()Jesse Brandeburg2015-02-091-1/+2
* genirq: Set initial affinity in irq_set_affinity_hint()Jesse Brandeburg2015-01-231-0/+2
* genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu2014-11-231-0/+2
* genirq: Add sanity checks for PM options on shared interrupt linesThomas Gleixner2014-09-011-0/+4
* genirq: Move suspend/resume logic into irq/pm codeThomas Gleixner2014-09-011-23/+5
* genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner2014-05-031-2/+2
* genirq: Allow forcing cpu affinity of interruptsThomas Gleixner2014-04-171-11/+6
* genirq: Add a new IRQCHIP_EOI_THREADED flagThomas Gleixner2014-03-141-1/+1
* Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2014-03-121-3/+28
|\