summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* genirq/msi: Ensure deactivation on teardownBixuan Cui2021-08-261-5/+8
* genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner2021-08-261-1/+4
* genirq/matrix: Prevent allocation counter corruptionVitaly Kuznetsov2021-05-221-1/+3
* genirq: Disable interrupts for force threaded handlersThomas Gleixner2021-03-241-0/+4
* genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier2021-02-101-24/+20
* genirq/irqdomain: Don't try to free an interrupt that has no mappingMarc Zyngier2020-12-301-2/+9
* genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHYMarc Zyngier2020-11-181-0/+1
* genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner2020-09-031-0/+7
* genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner2020-08-211-1/+5
* genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner2020-07-221-2/+35
* genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin2020-04-171-5/+5
* genirq: Fix reference leaks on irq affinity notifiersEdward Cree2020-04-021-2/+9
* genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner2020-02-283-18/+24
* x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2020-02-112-1/+5
* irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao2020-02-111-0/+1
* irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui2020-01-271-0/+1
* genirq/debugfs: Reinstate full OF path for domain nameMarc Zyngier2020-01-271-1/+1
* irq/matrix: Fix memory overallocationMichael Kelley2019-12-011-1/+1
* genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye2019-09-191-0/+2
* genirq: Properly pair kobject_del() with kobject_add()Michael Kelley2019-08-291-1/+14
* genirq: Add optional hardware synchronization for shutdownThomas Gleixner2019-07-212-19/+60
* genirq: Fix misleading synchronize_irq() documentationThomas Gleixner2019-07-211-1/+2
* genirq: Delay deactivation in free_irq()Thomas Gleixner2019-07-215-4/+21
* genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi2019-05-101-1/+3
* genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang2019-04-171-0/+1
* genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd2019-04-171-0/+4
* genirq: Avoid summation loops for /proc/statThomas Gleixner2019-04-053-4/+23
* genirq: Make sure the initial affinity is not emptySrinivas Ramana2019-03-051-0/+3
* genirq/matrix: Improve target CPU selection for managed interrupts.Long Li2019-03-051-4/+30
* irq/matrix: Spread managed interrupts on allocationDou Liyang2019-03-051-3/+14
* irq/matrix: Split out the CPU selection code into a helperDou Liyang2019-03-051-27/+38
* genirq/affinity: Spread IRQs to all available NUMA nodesLong Li2019-02-121-3/+2
* genirq: Fix race on spurious interrupt detectionLukas Wunner2018-11-131-2/+6
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-134-36/+47
|\
| * Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2018-08-061-0/+1
| |\
| * | genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obseletePalmer Dabbelt2018-08-031-1/+0
| * | genirq: Remove redundant NULL pointer check in __free_irq()RAGHU Halharvi2018-07-171-3/+0
| * | genirq: Synchronize only with single thread on free_irq()Lukas Wunner2018-06-241-10/+23
| * | genirq: Update code comments wrt recycled thread_maskLukas Wunner2018-06-241-5/+4
| * | genirq: Speedup show_interrupts()Eric Dumazet2018-06-221-10/+12
| * | genirq: Fix editing error in a commentJonathan Neuschäfer2018-06-191-1/+1
| * | genirq: Use rcu in kstat_irqs_usr()Eric Dumazet2018-06-191-6/+7
* | | genirq: Make force irq threading setup more robustThomas Gleixner2018-08-031-1/+8
| |/ |/|
* | genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier2018-06-221-0/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-102-13/+55
|\
| * genirq/affinity: Defer affinity setting if irq chip is busyThomas Gleixner2018-06-061-2/+35
| * genirq/migration: Avoid out of line call if pending is not setThomas Gleixner2018-06-061-4/+1
| * genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner2018-06-061-7/+19
* | ide: don't enable/disable interrupts in force threaded-IRQ modeSebastian Andrzej Siewior2018-06-051-0/+1
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-042-15/+25
|\ \