aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-26x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den1-1/+0
2023-06-16genirq: Allow fasteoi handler to resend interrupts on concurrent handlingJames Gowans1-0/+2
2022-07-07genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland1-1/+1
2022-04-19gpio: Don't fiddle with irqchips marked as immutableMarc Zyngier1-0/+1
2022-02-15genirq/debugfs: Use irq_print_chip() when provided by irqchipMarc Zyngier1-2/+6
2020-10-06Merge branch 'irq/qcom-pdc-wakeup' into irq/irqchip-nextMarc Zyngier1-0/+3
2020-10-06genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flagMaulik Shah1-0/+3
2020-09-13genirq: Allow interrupts to be excluded from /proc/interruptsMarc Zyngier1-0/+1
2020-07-27genirq/debugfs: Add missing irqchip flagsMarc Zyngier1-0/+5
2020-03-08genirq: Provide interrupt injection mechanismThomas Gleixner1-33/+1
2020-03-08genirq: Add return value to check_irq_resend()Thomas Gleixner1-2/+1
2020-03-08genirq/debugfs: Add missing sanity checks to interrupt injectionThomas Gleixner1-2/+9
2020-02-01x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner1-0/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-02-23Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner1-2/+4
2019-02-05genirq: Provide basic NMI management for interrupt linesJulien Thierry1-2/+4
2019-01-29genirq/debugfs: No need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+0
2018-06-22genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier1-0/+1
2018-03-20genirq: Remove license boilerplate/referencesThomas Gleixner1-5/+2
2018-03-20genirq: Add missing SPDX identifiersThomas Gleixner1-0/+1
2017-12-29genirq: Introduce IRQD_CAN_RESERVE flagThomas Gleixner1-0/+1
2017-09-25irqdomain/debugfs: Provide domain specific debug callbackThomas Gleixner1-0/+2
2017-09-25genirq/msi: Capture device name for debugfsThomas Gleixner1-0/+10
2017-08-18genirq/debugfs: Triggering of interrupts from userspaceMarc Zyngier1-1/+49
2017-06-24genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner1-7/+0
2017-06-22genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner1-0/+1
2017-06-22genirq: Introduce effective affinity maskThomas Gleixner1-0/+4
2017-06-22genirq/debugfs: Add proper debugfs interfaceThomas Gleixner1-0/+215