summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* genirq: Disable interrupts for force threaded handlersThomas Gleixner2021-03-241-0/+4
* genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner2020-06-031-7/+19
* genirq: Fix reference leaks on irq affinity notifiersEdward Cree2020-04-021-2/+9
* genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye2019-09-211-0/+2
* genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi2019-05-161-1/+3
* genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd2019-04-271-0/+4
* genirq: Fix race on spurious interrupt detectionLukas Wunner2018-11-211-2/+6
* genirq: Delay incrementing interrupt count if it's disabled/pendingSudeep Holla2018-09-151-4/+4
* genirq: Make force irq threading setup more robustThomas Gleixner2018-08-091-1/+8
* genirq: Use cpumask_available() for check of cpumask variableMatthias Kaehlcke2018-04-081-1/+1
* Revert "genirq: Use irqd_get_trigger_type to compare the trigger type for sha...Greg Kroah-Hartman2018-03-311-3/+1
* genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQsHans de Goede2018-03-241-1/+3
* genirq: Release resources in __setup_irq() error pathHeiner Kallweit2017-06-261-1/+3
* genirq: Fix chained interrupt data orderingThomas Gleixner2017-05-251-1/+1
* genirq/generic_chip: Add irq_unmap callbackSebastian Frias2016-10-311-0/+21
* genirq/msi: Fix broken debug outputThomas Gleixner2016-09-241-0/+1
* genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier2016-09-071-0/+11
* genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner2016-09-071-6/+2
* genirq: Validate action before dereferencing it in handle_irq_event_percpu()Thomas Gleixner2016-03-031-2/+3
* genirq: Prevent chip buslock deadlockThomas Gleixner2015-12-141-3/+3
*-. Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://...Linus Torvalds2015-11-153-2/+8
|\ \
| * | genirq/PM: Restore system wake up from chained interruptsGrygorii Strashko2015-11-103-2/+8
| |/
* | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-041-1/+1
|\ \
| * \ Merge branch 'pm-sleep'Rafael J. Wysocki2015-11-021-1/+1
| |\ \
| | * \ Merge back earlier 'pm-sleep' material for v4.4.Rafael J. Wysocki2015-10-121-1/+1
| | |\ \
| | | * | PM / sleep: Report interrupt that caused system wakeupAlexandra Yates2015-09-161-1/+1
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-041-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Catalin Marinas2015-10-221-1/+1
| |\ \ \ \ \
| | * | | | | genirq: Make the cpuhotplug migration code less noisyThomas Gleixner2015-10-221-1/+1
| * | | | | | Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Catalin Marinas2015-10-093-0/+87
| |\| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-11-041-3/+6
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-203-8/+19
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | 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
* | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-0311-120/+426
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier2015-10-131-4/+4
| * | | | | | irqdomain: Introduce irq_domain_create_hierarchyMarc Zyngier2015-10-131-6/+6
| * | | | | | irqdomain: Add a fwnode_handle allocatorMarc Zyngier2015-10-131-0/+51
| * | | | | | irqdomain: Introduce irq_domain_create_{linear, tree}Marc Zyngier2015-10-131-5/+6
| * | | | | | irqdomain: Introduce irq_create_fwspec_mappingMarc Zyngier2015-10-131-15/+15
| * | | | | | irqdomain: Introduce a firmware-specific IRQ specifier structureMarc Zyngier2015-10-131-11/+48
| * | | | | | irqdomain: Allow irq domain lookup by fwnodeMarc Zyngier2015-10-131-9/+7
| * | | | | | irqdomain: Convert irqdomain-%3Eof_node to fwnodeMarc Zyngier2015-10-131-1/+5
| * | | | | | irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier2015-10-131-9/+21
| * | | | | | Merge branch 'linus' into irq/coreThomas Gleixner2015-10-132-3/+18
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | genirq: Add flag to force mask in disable_irq[_nosync]()Thomas Gleixner2015-10-113-0/+22
| * | | | | | genirq: Make irq_set_vcpu_affinity available for CONFIG_SMP=nFeng Wu2015-10-091-31/+31
| * | | | | | genirq: Allow migration of chained interrupts by installing default actionMika Westerberg2015-10-093-1/+20
| * | | | | | Merge branch 'irq/for-arm' into irq/coreThomas Gleixner2015-10-013-0/+87
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | genirq: Introduce generic irq migration for cpu hotunplugYang Yingliang2015-10-013-0/+87
| | | |/ / / | | |/| | |