summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\ \ \ \
| * | | | genirq: remove the is_affinity_mask_valid hookChristoph Hellwig2019-08-161-14/+0
| |/ / /
* | | / genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye2019-09-051-0/+2
| |_|/ |/| |
* | | genirq: Properly pair kobject_del() with kobject_add()Michael Kelley2019-08-191-1/+14
| |/ |/|
* | genirq/affinity: Create affinity mask for single vectorMing Lei2019-08-081-4/+2
|/
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-085-25/+84
|\
| * genirq: Add optional hardware synchronization for shutdownThomas Gleixner2019-07-032-19/+60
| * genirq: Fix misleading synchronize_irq() documentationThomas Gleixner2019-07-031-1/+2
| * genirq: Delay deactivation in free_irq()Thomas Gleixner2019-07-035-5/+22
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-087-53/+452
|\ \
| * | irq/irqdomain: Fix comment typoZenghui Yu2019-07-061-1/+1
| * | genirq: Update irq stats from NMI handlersShijith Thotton2019-07-062-1/+11
| * | genirq/affinity: Remove unused argument from [__]irq_build_affinity_masks()Minwoo Im2019-06-121-7/+5
| * | genirq/timings: Add selftest for next event computationDaniel Lezcano2019-06-121-0/+66
| * | genirq/timings: Add selftest for irqs circular bufferDaniel Lezcano2019-06-121-0/+139
| * | genirq/timings: Add selftest for circular arrayDaniel Lezcano2019-06-122-0/+122
| * | genirq/timings: Encapsulate storing functionDaniel Lezcano2019-06-121-19/+34