summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye2019-09-191-0/+2
* genirq: Properly pair kobject_del() with kobject_add()Michael Kelley2019-08-291-1/+14
* genirq/affinity: Create affinity mask for single vectorMing Lei2019-08-161-4/+2
* arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry2019-07-261-2/+6
* genirq: Update irq stats from NMI handlersShijith Thotton2019-07-262-1/+11
* genirq: Add optional hardware synchronization for shutdownThomas Gleixner2019-07-212-19/+60
* genirq: Fix misleading synchronize_irq() documentationThomas Gleixner2019-07-211-1/+2
* genirq: Delay deactivation in free_irq()Thomas Gleixner2019-07-215-5/+22
* 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
| * | | 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/+0
|/
* 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
| * | | genirq: Provide NMI handlersJulien Thierry2019-02-051-0/+54
| * | | genirq: Provide NMI management for percpu_devid interruptsJulien Thierry2019-02-051-0/+177
| * | | genirq: Provide basic NMI management for interrupt linesJulien Thierry2019-02-053-3/+233
| |/ /
* | | genirq/affinity: Remove the leftovers of the original set supportThomas Gleixner2019-02-181-16/+4
* | | genirq/affinity: Add new callback for (re)calculating interrupt setsMing Lei2019-02-181-18/+44
* | | genirq/affinity: Store interrupt sets size in struct irq_affinityMing Lei2019-02-181-4/+12
* | | genirq/affinity: Code consolidationThomas Gleixner2019-02-181-29/+27
* | | Merge branch 'linus' into irq/coreThomas Gleixner2019-02-142-1/+4
|\ \ \ | | |/ | |/|
| * | genirq/irqdesc: Fix double increment in alloc_descs()Huacai Chen2019-01-181-1/+1
| * | genirq: Make sure the initial affinity is not emptySrinivas Ramana2019-01-151-0/+3
| |/
* | genirq: Avoid summation loops for /proc/statThomas Gleixner2019-02-103-4/+23