summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* genirq/affinity: Create affinity mask for single vectorMing Lei2019-08-081-4/+2Star
* 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/+5Star
| * | 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/+1Star
| * | | genirq/timings: Add array suffix computation codeDaniel Lezcano2019-04-051-5/+457
| * | | genirq/timings: Remove variance computation codeDaniel Lezcano2019-04-051-250/+2Star
| * | | genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi2019-03-241-1/+3
| | |/ | |/|
* | | genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd2019-04-051-0/+4
* | | genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang2019-04-051-0/+1
|/ /
* | genirq: Mark expected switch case fall-throughGustavo A. R. Silva2019-03-231-0/+1
* | genirq/devres: Remove excess parameter from kernel docValdis Kletnieks2019-03-221-2/+0Star
|/
* Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-03-083-11/+58
|\
| * Merge branch 'ib-qcom-ssbi' into develLinus Walleij2019-02-212-11/+45
| |\
| | * genirq: introduce irq_chip_mask_ack_parent()Linus Walleij2019-02-131-0/+11
| | * genirq: introduce irq_domain_translate_twocellBrian Masney2019-02-131-11/+34
| * | Merge tag 'gpio-v5.1-updates-for-linus-part-2' of git://git.kernel.org/pub/sc...Linus Walleij2019-02-201-0/+12
| |\ \
| | * | irq/irq_sim: add irq_set_type() callbackBartosz Golaszewski2019-02-191-0/+12
| * | | Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij2019-02-172-1/+4
| |\| |
| * | | genirq: export irq_chip_set_wake_parent symbolBrian Masney2019-02-041-0/+1
| | |/ | |/|
* | | Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-02-236-3/+513
|\ \ \
| * | | irqdomain: Allow the default irq domain to be retrievedMarc Zyngier2019-02-211-0/+14
| * | | genirq: Fix wrong name in request_percpu_nmi() descriptionJulien Thierry2019-02-141-2/+2
| * | | irqdesc: Add domain handler for NMIsJulien Thierry2019-02-051-0/+35