summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | genirq/timings: Encapsulate timings pushDaniel Lezcano2019-06-121-9/+12
| * | genirq/timings: Optimize the period detection speedDaniel Lezcano2019-06-121-1/+1
| * | genirq/timings: Fix timings buffer inspectionDaniel Lezcano2019-06-121-5/+18
| * | genirq/timings: Fix next event index functionDaniel Lezcano2019-06-121-9/+42
| * | genirq/irqdomain: Remove WARN_ON() on out-of-memory conditionGeert Uytterhoeven2019-05-281-1/+1
* | | arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry2019-06-211-2/+6
|/ /
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-193-1/+31
|\ \
| * \ Merge tag 'irqchip-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-05-064-1/+36
| |\ \
| | * | genirq/msi: Add a new field in msi_desc to store an IOMMU cookieJulien Grall2019-05-031-0/+3
| | * | genirq: Introduce irq_chip_{request,release}_resource_parent() apisLokesh Vutla2019-05-011-0/+27
| | * | irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs()Julien Grall2019-04-291-1/+1
* | | | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-1/+2
|\ \ \ \
| * | | | irqdesc: Replace irq_kobj_type's default_attrs field with groupsKimberly Brown2019-04-251-1/+2
* | | | | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-074-5/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-094-5/+5
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-063-162/+367
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | genirq/devres: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-04-161-2/+1
| * | | genirq/timings: Add array suffix computation codeDaniel Lezcano2019-04-051-5/+457
| * | | genirq/timings: Remove variance computation codeDaniel Lezcano2019-04-051-250/+2