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