aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/irq (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-13genirq: Unlock irq descriptor after errorsGuenter Roeck1-2/+5
2020-08-12genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq()Guenter Roeck1-2/+6
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+1
2020-08-04Merge tag 'irq-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-19/+4
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-08-03Merge tag 'irqchip-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner2-2/+4
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-07-27genirq/debugfs: Add missing irqchip flagsMarc Zyngier1-0/+5
2020-07-27genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner1-1/+5
2020-07-27genirq: Export irq_chip_retrigger_hierarchy and irq_chip_set_vcpu_affinity_parentJohn Stultz1-1/+2
2020-07-27irqdomain: Export irq_domain_update_bus_tokenJohn Stultz1-0/+1
2020-07-27genirq/irqdomain: Remove redundant NULL pointer check on fwnodeZenghui Yu1-1/+1
2020-07-17genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner1-2/+35
2020-07-04genirq: Remove preflow handler supportValentin Schneider2-17/+0
2020-06-15sched,irq: Convert to sched_set_fifo()Peter Zijlstra1-5/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-05-30Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner3-136/+185
2020-05-28genirq: Check irq_data_get_irq_chip() return value before useMarek Vasut1-0/+4
2020-05-21irqdomain: Allow software nodes for IRQ domain creationAndy Shevchenko1-1/+2
2020-05-21irqdomain: Get rid of special treatment for ACPI in __irq_domain_add()Andy Shevchenko1-16/+1
2020-05-21irqdomain: Make __irq_domain_add() less OF-dependentAndy Shevchenko1-7/+6
2020-05-18genirq/irq_sim: Simplify the APIBartosz Golaszewski2-102/+166
2020-05-18irqdomain: Make irq_domain_reset_irq_data() available to non-hierarchical usersBartosz Golaszewski1-12/+12
2020-04-14genirq: Remove setup_irq() and remove_irq()afzal mohammed1-44/+0
2020-03-30Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-03-30Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-72/+136
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2020-03-21genirq: Fix reference leaks on irq affinity notifiersEdward Cree1-2/+9
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra1-0/+7
2020-03-08genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin1-5/+5
2020-03-08genirq: Provide interrupt injection mechanismThomas Gleixner5-37/+59
2020-03-08genirq: Sanitize state handling in check_irq_resend()Thomas Gleixner1-8/+14
2020-03-08genirq: Add return value to check_irq_resend()Thomas Gleixner3-37/+51
2020-03-08genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner3-2/+17
2020-03-08genirq/debugfs: Add missing sanity checks to interrupt injectionThomas Gleixner1-2/+9
2020-03-08irqdomain: Fix function documentation of __irq_domain_alloc_fwnode()luanshi1-2/+2
2020-02-14genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner3-18/+24
2020-02-09Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+5
2020-02-07genirq: Clarify that irq wake state is orthogonal to enable/disableStephen Boyd1-0/+7
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-21/+21
2020-02-01x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2-1/+5
2020-01-24Merge tag 'irqchip-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner1-0/+18
2020-01-22genirq, sched/isolation: Isolate from handling managed interruptsMing Lei2-3/+59
2020-01-20irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao1-0/+1
2020-01-20genirq: Introduce irq_domain_translate_onecellYash Shah1-0/+17
2020-01-09genirq: Add missing __must_hold() sparse annotationJules Irenge1-0/+1
2020-01-09genirq: Add missing __releases() sparse annotationJules Irenge1-0/+1
2020-01-09genirq: Show irq name in non-oneshot error messageLuca Ceresoli1-2/+2
2019-11-20Merge tag 'irqchip-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner1-0/+44
2019-11-16genirq: Introduce irq_chip_get/set_parent_state callsMaulik Shah1-0/+44