summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)Author
2020-09-03genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner
2020-08-21genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq()Guenter Roeck
2020-08-21genirq: Unlock irq descriptor after errorsGuenter Roeck
2020-08-21genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner
2020-07-17genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-30Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2020-05-28genirq: Check irq_data_get_irq_chip() return value before useMarek Vasut
2020-05-21irqdomain: Allow software nodes for IRQ domain creationAndy Shevchenko
2020-05-21irqdomain: Get rid of special treatment for ACPI in __irq_domain_add()Andy Shevchenko
2020-05-21irqdomain: Make __irq_domain_add() less OF-dependentAndy Shevchenko
2020-05-18genirq/irq_sim: Simplify the APIBartosz Golaszewski
2020-05-18irqdomain: Make irq_domain_reset_irq_data() available to non-hierarchical usersBartosz Golaszewski
2020-04-14genirq: Remove setup_irq() and remove_irq()afzal mohammed
2020-03-30Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-03-30Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-21genirq: Fix reference leaks on irq affinity notifiersEdward Cree
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra
2020-03-08genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin
2020-03-08genirq: Provide interrupt injection mechanismThomas Gleixner
2020-03-08genirq: Sanitize state handling in check_irq_resend()Thomas Gleixner
2020-03-08genirq: Add return value to check_irq_resend()Thomas Gleixner
2020-03-08genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner
2020-03-08genirq/debugfs: Add missing sanity checks to interrupt injectionThomas Gleixner
2020-03-08irqdomain: Fix function documentation of __irq_domain_alloc_fwnode()luanshi
2020-02-14genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner
2020-02-09Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-02-07genirq: Clarify that irq wake state is orthogonal to enable/disableStephen Boyd
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-02-01x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner
2020-01-24Merge tag 'irqchip-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2020-01-22genirq, sched/isolation: Isolate from handling managed interruptsMing Lei
2020-01-20irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao
2020-01-20genirq: Introduce irq_domain_translate_onecellYash Shah
2020-01-09genirq: Add missing __must_hold() sparse annotationJules Irenge
2020-01-09genirq: Add missing __releases() sparse annotationJules Irenge
2020-01-09genirq: Show irq name in non-oneshot error messageLuca Ceresoli
2019-11-20Merge tag 'irqchip-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2019-11-16genirq: Introduce irq_chip_get/set_parent_state callsMaulik Shah
2019-11-15genirq: Fix function documentation of __irq_alloc_descs()luanshi
2019-11-05irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentationYi Wang
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-09-17Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-09-17Merge branch 'pm-sleep'Rafael J. Wysocki
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-06Merge tag 'irqchip-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2019-09-05genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye
2019-09-03irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui