summaryrefslogtreecommitdiffstats
path: root/kernel/irq/debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den2023-10-261-1/+0
* genirq: Allow fasteoi handler to resend interrupts on concurrent handlingJames Gowans2023-06-161-0/+2
* genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland2022-07-071-1/+1
* gpio: Don't fiddle with irqchips marked as immutableMarc Zyngier2022-04-191-0/+1
* genirq/debugfs: Use irq_print_chip() when provided by irqchipMarc Zyngier2022-02-151-2/+6
* Merge branch 'irq/qcom-pdc-wakeup' into irq/irqchip-nextMarc Zyngier2020-10-061-0/+3
|\
| * genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flagMaulik Shah2020-10-061-0/+3
* | genirq: Allow interrupts to be excluded from /proc/interruptsMarc Zyngier2020-09-131-0/+1
|/
* genirq/debugfs: Add missing irqchip flagsMarc Zyngier2020-07-271-0/+5
* genirq: Provide interrupt injection mechanismThomas Gleixner2020-03-081-33/+1
* genirq: Add return value to check_irq_resend()Thomas Gleixner2020-03-081-2/+1
* genirq/debugfs: Add missing sanity checks to interrupt injectionThomas Gleixner2020-03-081-2/+9
* x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2020-02-011-0/+1
* treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-02-231-2/+4
|\
| * genirq: Provide basic NMI management for interrupt linesJulien Thierry2019-02-051-2/+4
* | genirq/debugfs: No need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-2/+0
|/
* genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier2018-06-221-0/+1
* genirq: Remove license boilerplate/referencesThomas Gleixner2018-03-201-5/+2
* genirq: Add missing SPDX identifiersThomas Gleixner2018-03-201-0/+1
* genirq: Introduce IRQD_CAN_RESERVE flagThomas Gleixner2017-12-291-0/+1
* irqdomain/debugfs: Provide domain specific debug callbackThomas Gleixner2017-09-251-0/+2
* genirq/msi: Capture device name for debugfsThomas Gleixner2017-09-251-0/+10
* genirq/debugfs: Triggering of interrupts from userspaceMarc Zyngier2017-08-181-1/+49
* genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner2017-06-241-7/+0
* genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner2017-06-221-0/+1
* genirq: Introduce effective affinity maskThomas Gleixner2017-06-221-0/+4
* genirq/debugfs: Add proper debugfs interfaceThomas Gleixner2017-06-221-0/+215