summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2020-05-303-136/+185
|\
| * irqdomain: Allow software nodes for IRQ domain creationAndy Shevchenko2020-05-211-1/+2
| * irqdomain: Get rid of special treatment for ACPI in __irq_domain_add()Andy Shevchenko2020-05-211-16/+1
| * irqdomain: Make __irq_domain_add() less OF-dependentAndy Shevchenko2020-05-211-7/+6
| * genirq/irq_sim: Simplify the APIBartosz Golaszewski2020-05-182-102/+166
| * irqdomain: Make irq_domain_reset_irq_data() available to non-hierarchical usersBartosz Golaszewski2020-05-181-12/+12
* | genirq: Check irq_data_get_irq_chip() return value before useMarek Vasut2020-05-281-0/+4
|/
* genirq: Remove setup_irq() and remove_irq()afzal mohammed2020-04-141-44/+0
* Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-03-301-1/+1
|\
* \ Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-307-72/+136
|\ \
| * | genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin2020-03-081-5/+5
| * | genirq: Provide interrupt injection mechanismThomas Gleixner2020-03-085-37/+59
| * | genirq: Sanitize state handling in check_irq_resend()Thomas Gleixner2020-03-081-8/+14
| * | genirq: Add return value to check_irq_resend()Thomas Gleixner2020-03-083-37/+51
| * | genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner2020-03-083-2/+17
| * | genirq/debugfs: Add missing sanity checks to interrupt injectionThomas Gleixner2020-03-081-2/+9
| * | irqdomain: Fix function documentation of __irq_domain_alloc_fwnode()luanshi2020-03-081-2/+2
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-301-0/+7
|\ \
| * | lockdep: Introduce wait-type checksPeter Zijlstra2020-03-211-0/+7
| |/
* / genirq: Fix reference leaks on irq affinity notifiersEdward Cree2020-03-211-2/+9
|/
* genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner2020-02-143-18/+24
* Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-092-1/+5
|\
| * x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2020-02-012-1/+5
* | genirq: Clarify that irq wake state is orthogonal to enable/disableStephen Boyd2020-02-071-0/+7
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-21/+21
* | Merge tag 'irqchip-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2020-01-241-0/+18
|\ \
| * | irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao2020-01-201-0/+1
| * | genirq: Introduce irq_domain_translate_onecellYash Shah2020-01-201-0/+17
| |/
* | genirq, sched/isolation: Isolate from handling managed interruptsMing Lei2020-01-222-3/+59
* | genirq: Add missing __must_hold() sparse annotationJules Irenge2020-01-091-0/+1
* | genirq: Add missing __releases() sparse annotationJules Irenge2020-01-091-0/+1
* | genirq: Show irq name in non-oneshot error messageLuca Ceresoli2020-01-091-2/+2
|/
* Merge tag 'irqchip-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-11-201-0/+44
|\
| * genirq: Introduce irq_chip_get/set_parent_state callsMaulik Shah2019-11-161-0/+44
* | genirq: Fix function documentation of __irq_alloc_descs()luanshi2019-11-151-1/+1
* | irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentationYi Wang2019-11-051-1/+1
|/
* Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-09-171-0/+20
|\
| * Merge branch 'pm-sleep'Rafael J. Wysocki2019-09-171-0/+20
| |\
| | * PCI: irq: Introduce rearm_wake_irq()Rafael J. Wysocki2019-07-231-0/+20
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-173-35/+208
|\ \ \
| * \ \ Merge tag 'irqchip-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-09-061-4/+6
| |\ \ \
| | * | | irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui2019-09-031-0/+1
| | * | | irqdomain/debugfs: Use PAs to generate fwnode namesMarc Zyngier2019-08-071-4/+5
| | | |/ | | |/|
| * | | genirq/affinity: Remove const qualifier from node_to_cpumask argumentMing Lei2019-08-281-1/+1
| * | | genirq/affinity: Spread vectors on node according to nr_cpu ratioMing Lei2019-08-271-39/+200
| * | | genirq/affinity: Improve __irq_build_affinity_masks()Ming Lei2019-08-271-8/+18
| * | | genirq: Force interrupt threading on RTThomas Gleixner2019-08-191-1/+1
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-2/+1
|\ \ \ \
| * | | | sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)2019-07-251-2/+1
| | |/ / | |/| |
* | | | Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-161-14/+0
|\ \ \ \