summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)AuthorFilesLines
2020-11-18genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHYMarc Zyngier1-0/+1
2020-09-03genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner1-0/+7
2020-08-21genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner1-1/+5
2020-07-22genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner1-2/+35
2020-04-17genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin1-5/+5
2020-04-02genirq: Fix reference leaks on irq affinity notifiersEdward Cree1-2/+9
2020-02-28genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner3-18/+24
2020-02-11x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2-1/+5
2020-02-11irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao1-0/+1
2020-01-27irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui1-0/+1
2020-01-27genirq/debugfs: Reinstate full OF path for domain nameMarc Zyngier1-1/+1
2019-12-01irq/matrix: Fix memory overallocationMichael Kelley1-1/+1
2019-09-19genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye1-0/+2
2019-08-29genirq: Properly pair kobject_del() with kobject_add()Michael Kelley1-1/+14
2019-07-21genirq: Add optional hardware synchronization for shutdownThomas Gleixner2-19/+60
2019-07-21genirq: Fix misleading synchronize_irq() documentationThomas Gleixner1-1/+2
2019-07-21genirq: Delay deactivation in free_irq()Thomas Gleixner5-4/+21
2019-05-10genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi1-1/+3
2019-04-17genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang1-0/+1
2019-04-17genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd1-0/+4
2019-04-05genirq: Avoid summation loops for /proc/statThomas Gleixner3-4/+23
2019-03-05genirq: Make sure the initial affinity is not emptySrinivas Ramana1-0/+3
2019-03-05genirq/matrix: Improve target CPU selection for managed interrupts.Long Li1-4/+30
2019-03-05irq/matrix: Spread managed interrupts on allocationDou Liyang1-3/+14
2019-03-05irq/matrix: Split out the CPU selection code into a helperDou Liyang1-27/+38
2019-02-12genirq/affinity: Spread IRQs to all available NUMA nodesLong Li1-3/+2
2018-11-13genirq: Fix race on spurious interrupt detectionLukas Wunner1-2/+6
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-36/+47
2018-08-06Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner1-0/+1
2018-08-03genirq: Make force irq threading setup more robustThomas Gleixner1-1/+8
2018-08-03genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obseletePalmer Dabbelt1-1/+0
2018-07-17genirq: Remove redundant NULL pointer check in __free_irq()RAGHU Halharvi1-3/+0
2018-06-24genirq: Synchronize only with single thread on free_irq()Lukas Wunner1-10/+23
2018-06-24genirq: Update code comments wrt recycled thread_maskLukas Wunner1-5/+4
2018-06-22genirq: Speedup show_interrupts()Eric Dumazet1-10/+12
2018-06-22genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier1-0/+1
2018-06-19genirq: Fix editing error in a commentJonathan Neuschäfer1-1/+1
2018-06-19genirq: Use rcu in kstat_irqs_usr()Eric Dumazet1-6/+7
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-13/+55
2018-06-06genirq/affinity: Defer affinity setting if irq chip is busyThomas Gleixner1-2/+35
2018-06-06genirq/migration: Avoid out of line call if pending is not setThomas Gleixner1-4/+1
2018-06-06genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner1-7/+19
2018-06-05ide: don't enable/disable interrupts in force threaded-IRQ modeSebastian Andrzej Siewior1-0/+1
2018-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-15/+25
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-72/+10
2018-05-13genirq/msi: Allow level-triggered MSIs to be exposed by MSI providersMarc Zyngier1-9/+24
2018-04-26genirq/irq_sim: Remove the license boilerplateBartosz Golaszewski1-6/+1
2018-04-06genirq/affinity: Spread irq vectors among present CPUs as far as possibleMing Lei1-6/+37
2018-04-06genirq/affinity: Allow irq spreading from a given starting pointMing Lei1-15/+20
2018-04-06genirq/affinity: Move actual irq vector spreading into a helper functionMing Lei1-42/+55