Age | Commit message (Expand) | Author |
2021-03-16 | genirq: Fix typos and misspellings in comments | Krzysztof Kozlowski |
2020-12-15 | Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner |
2020-12-11 | Revert "genirq: Add fasteoi IPI flow" | Valentin Schneider |
2020-11-16 | genirq: Fix kernel-doc markups | Mauro Carvalho Chehab |
2020-10-12 | Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-09-16 | genirq/chip: Use the first chip in irq_chip_compose_msi_msg() | Thomas Gleixner |
2020-09-13 | genirq: Add fasteoi IPI flow | Marc Zyngier |
2020-08-03 | Merge tag 'irqchip-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/... | Thomas Gleixner |
2020-07-27 | genirq: Export irq_chip_retrigger_hierarchy and irq_chip_set_vcpu_affinity_pa... | John Stultz |
2020-07-04 | genirq: Remove preflow handler support | Valentin Schneider |
2020-03-08 | genirq: Provide interrupt injection mechanism | Thomas Gleixner |
2019-11-16 | genirq: Introduce irq_chip_get/set_parent_state calls | Maulik Shah |
2019-07-08 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2019-07-06 | genirq: Update irq stats from NMI handlers | Shijith Thotton |
2019-07-03 | genirq: Delay deactivation in free_irq() | Thomas Gleixner |
2019-05-01 | genirq: Introduce irq_chip_{request,release}_resource_parent() apis | Lokesh Vutla |
2019-04-05 | genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent() | Stephen Boyd |
2019-03-08 | Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds |
2019-02-23 | Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/... | Thomas Gleixner |
2019-02-21 | Merge branch 'ib-qcom-ssbi' into devel | Linus Walleij |
2019-02-13 | genirq: introduce irq_chip_mask_ack_parent() | Linus Walleij |
2019-02-10 | genirq: Avoid summation loops for /proc/stat | Thomas Gleixner |
2019-02-05 | genirq: Provide NMI handlers | Julien Thierry |
2019-02-04 | genirq: export irq_chip_set_wake_parent symbol | Brian Masney |
2018-12-18 | genirq: Fix various typos in comments | Ingo Molnar |
2018-03-20 | genirq: Add missing SPDX identifiers | Thomas Gleixner |
2018-03-20 | genirq: Cleanup top of file comments | Thomas Gleixner |
2018-02-01 | genirq: Make legacy autoprobing work again | Thomas Gleixner |
2017-11-13 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-10-09 | genirq/cpuhotplug: Enforce affinity setting on startup of managed irqs | Thomas Gleixner |
2017-09-25 | genirq/irqdomain: Propagate early activation | Thomas Gleixner |
2017-09-25 | genirq/irqdomain: Allow irq_domain_activate_irq() to fail | Thomas Gleixner |
2017-09-25 | genirq: Separate activation and startup | Thomas Gleixner |
2017-09-16 | genirq: Fix cpumask check in __irq_startup_managed() | Thomas Gleixner |
2017-09-04 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-08-18 | genirq: Restore trigger settings in irq_modify_status() | Marc Zyngier |
2017-08-18 | genirq: Add handle_fasteoi_{level,edge}_irq flow handlers | David Daney |
2017-08-18 | genirq: Export more irq_chip_*_parent() functions | David Daney |
2017-07-17 | genirq/PM: Properly pretend disabled state when force resuming interrupts | Juergen Gross |
2017-07-09 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-07-04 | genirq: Force inlining of __irq_startup_managed to prevent build failure | Geert Uytterhoeven |
2017-07-03 | Merge tag 'docs-4.13' of git://git.lwn.net/linux | Linus Torvalds |
2017-06-26 | genirq: Avoid unnecessary low level irq function calls | Jeffy Chen |
2017-06-22 | genirq: Handle managed irqs gracefully in irq_startup() | Thomas Gleixner |
2017-06-22 | genirq: Add force argument to irq_startup() | Thomas Gleixner |
2017-06-22 | genirq: Split out irq_startup() code | Thomas Gleixner |
2017-06-22 | genirq: Move initial affinity setup to irq_startup() | Thomas Gleixner |
2017-06-04 | genirq: Warn when IRQ_NOAUTOEN is used with shared interrupts | Thomas Gleixner |
2017-06-04 | genirq: Handle NOAUTOEN interrupt setup proper | Thomas Gleixner |
2017-05-16 | genirq: Fix chained interrupt data ordering | Thomas Gleixner |