summaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c
Commit message (Expand)AuthorAgeFilesLines
* genirq: Let irq_set_vcpu_affinity() iterate over hierarchyMarc Zyngier2017-08-231-2/+12
* genirq: Keep chip buslock across irq_request/release_resources()Thomas Gleixner2017-07-121-10/+53
* genirq: Allow to pass the IRQF_TIMER flag with percpu irq requestDaniel Lezcano2017-07-061-5/+10
* genirq/timings: Move free timings out of spinlocked regionThomas Gleixner2017-07-041-2/+3
* genirq: Move irq resource handling out of spinlocked regionThomas Gleixner2017-07-041-8/+15
* genirq: Add mutex to irq desc to serialize request/free_irq()Thomas Gleixner2017-07-041-0/+8
* genirq: Move bus locking into __setup_irq()Thomas Gleixner2017-07-041-8/+5
* genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano2017-06-241-0/+3
* genirq: Add force argument to irq_startup()Thomas Gleixner2017-06-221-2/+2
* genirq: Move pending helpers to internal.hChristoph Hellwig2017-06-221-28/+0
* genirq: Move initial affinity setup to irq_startup()Thomas Gleixner2017-06-221-9/+6
* genirq: Rename setup_affinity() to irq_setup_affinity()Thomas Gleixner2017-06-221-6/+1
* genirq: Remove mask argument from setup_affinity()Thomas Gleixner2017-06-221-30/+23
* genirq/debugfs: Add proper debugfs interfaceThomas Gleixner2017-06-221-0/+1
* Merge branch 'linus' into irq/coreThomas Gleixner2017-06-201-1/+3
|\
| * genirq: Release resources in __setup_irq() error pathHeiner Kallweit2017-06-131-1/+3
* | genirq: Warn when IRQ_NOAUTOEN is used with shared interruptsThomas Gleixner2017-06-041-2/+10
* | genirq: Handle NOAUTOEN interrupt setup properThomas Gleixner2017-06-041-3/+9
|/
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-4/+11
|\
| * genirq: Return the IRQ name from free_irq()Christoph Hellwig2017-04-181-3/+10
| * genirq: Fix indentation in remove_irq()Christoph Hellwig2017-04-181-1/+1
* | genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQsHans de Goede2017-04-151-1/+3
* | genirq: Use cpumask_available() for check of cpumask variableMatthias Kaehlcke2017-04-141-1/+1
|/
* 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
OpenPOWER on IntegriCloud