- f465d46 irqchip/tegra: Fix overflow implicit truncation warnings by Sai Prakash Ranjan · 2 years, 8 months ago
- 3fe0d94 irqchip/gic-v3: Iterate over possible CPUs by for_each_possible_cpu() by zijun_hu · 7 years ago
- 87da903 irqchip/gic/realview: Fix refcount leak in realview_gic_of_init by Miaoqian Lin · 2 years, 8 months ago
- 6dbd0a5 irqchip: irq-xtensa-mx: fix initial IRQ affinity by Max Filippov · 2 years, 9 months ago
- f8ea335 irqchip/armada-370-xp: Do not touch Performance Counter Overflow on A375, A38x, A39x by Pali Rohár · 2 years, 9 months ago
- 347e27a irqchip/nvic: Release nvic_base upon failure by Souptick Joarder (HPE) · 2 years, 11 months ago
- 0063186 irqchip: nvic: Fix offset for Interrupt Priority Offsets by Vladimir Murzin · 3 years, 2 months ago
- 9335a83 irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALL by Wudi Wang · 3 years, 1 month ago
- f34bcbb irqchip/armada-370-xp: Fix support for Multi-MSI interrupts by Pali Rohár · 3 years, 2 months ago
- a894024 irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc() by Pali Rohár · 3 years, 2 months ago
- c56e51a ARM: s3c: irq-s3c24xx: Fix return value check for s3c24xx_init_intc() by Jackie Liu · 3 years, 5 months ago
- 5ee20e8 irq: mips: avoid nested irq_enter() by Mark Rutland · 3 years, 3 months ago
- 5e4b08a irqchip/alpine-msi: Fix freeing of interrupts on allocation error path by Marc Zyngier · 4 years, 2 months ago
- c50b30f irqchip/gic: Atomically update affinity by Marc Zyngier · 4 years, 7 months ago
- dd8faa3 irqchip/versatile-fpga: Apply clear-mask earlier by Sungbo Eo · 4 years, 10 months ago
- 6b8147a irqchip/versatile-fpga: Handle chained IRQs properly by Sungbo Eo · 4 years, 10 months ago
- 25f3613 irqchip/gic-v3-its: Reference to its_invall_cmd descriptor when building INVALL by Zenghui Yu · 5 years ago
- 9dc447d2 irqchip/gic-v3: Only provision redistributors that are enabled in ACPI by Marc Zyngier · 5 years ago
- c4c2250 irqchip: ingenic: Error out if IRQ domain creation failed by Paul Cercueil · 5 years ago
- 8f5f88c irqchip/irq-bcm7038-l1: Enable parent IRQ if necessary by Florian Fainelli · 5 years ago
- 9f4f1df irqchip/gic-v3-its: Fix LPI release for Multi-MSI devices by Marc Zyngier · 5 years ago
- 632d97a irqchip/irq-imx-gpcv2: Forward irq type to parent by Lucas Stach · 6 years ago
- 44edaf0 Revert "MIPS: perf: ath79: Fix perfcount IRQ assignment" by Greg Kroah-Hartman · 6 years ago
- f9b1baa MIPS: perf: ath79: Fix perfcount IRQ assignment by Petr Štetiar · 6 years ago
- a95d4e6 irqchip/mbigen: Don't clear eventid when freeing an MSI by Jianguo Chen · 6 years ago
- 1573281 irqchip/mmp: Only touch the PJ4 IRQ & FIQ bits on enable/disable by Lubomir Rintel · 6 years ago
- 25043da irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their size by Marc Zyngier · 6 years ago
- a8e5ec2 irqchip/bcm7038-l1: Hide cpu offline callback when building for !SMP by Jonas Gorski · 6 years ago
- fe64d7d arm64: Add hypervisor safe helper for checking constant capabilities by Suzuki K Poulose · 8 years ago
- 5fa8ed8 irqchip/gic-v3: Change pr_debug message to pr_devel by Mark Salter · 7 years ago
- 7f409f1 irqchip/gic-v3: Ignore disabled ITS nodes by Stephen Boyd · 7 years ago
- 910d840 irqchip/gic: Take lock when updating irq type by Aniruddha Banerjee · 7 years ago
- c979024 irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry by Shanker Donthineni · 7 years ago
- 3a743c4 irqchip/mbigen: Fix the clear register offset calculation by MaJun · 8 years ago
- 994f316 irqchip/mips-gic: Separate IPI reservation & usage tracking by Paul Burton · 8 years ago
- 4316618 irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis by Ard Biesheuvel · 7 years ago
- 2146b6e irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq() by Shanker Donthineni · 7 years ago
- 889163d irqchip/mvebu-odmi: Select GENERIC_MSI_IRQ_DOMAIN by Arnd Bergmann · 8 years ago
- 54e1ae1 irqchip/crossbar: Fix incorrect type of register size by Franck Demathieu · 8 years ago
- 828064b irqchip/gic-v3: Fix ppi-partitions lookup by Johan Hovold · 7 years ago
- d413c3f irqchip/crossbar: Fix incorrect type of local variables by Franck Demathieu · 8 years ago
- 3156213 irqchip: mips-gic: SYNC after enabling GIC region by James Hogan · 7 years ago
- 4691f1c irqchip/atmel-aic: Fix unbalanced refcount in aic_common_rtc_irq_fixup() by Boris Brezillon · 8 years ago
- 665d200 irqchip/atmel-aic: Fix unbalanced of_node_put() in aic_common_irq_fixup() by Boris Brezillon · 8 years ago
- 033d5ce irqchip/mxs: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND by Stefan Wahren · 8 years ago
- ca40b2d irqchip/keystone: Fix "scheduling while atomic" on rt by Strashko, Grygorii · 8 years ago
- 59613f8 irqchip/gic-v3: Fix out-of-bound access in gic_set_affinity by Suzuki K Poulose · 8 years ago
- a2f6827 xtensa: don't use linux IRQ #0 by Max Filippov · 8 years ago
- fdaa36c irqchip/irq-imx-gpcv2: Fix spinlock initialization by Tyler Baker · 8 years ago
- 095635b irqchip/gicv3-its: Add workaround for QDF2400 ITS erratum 0065 by Shanker Donthineni · 8 years ago
- 3b198dd irqchip/bcm7038-l1: Implement irq_cpu_offline() callback by Florian Fainelli · 8 years ago
- a442950 Merge tag 'gic-fixes-for-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 8 years ago
- fd5bed4 irqchip/gic: Add missing \n to CPU IF adjustment message by Marc Zyngier · 8 years ago
- 3602ffd irqchip/jcore: Don't show Kconfig menu item for driver by Rich Felker · 8 years ago
- dd1dafc irqchip/eznps: Drop pointless static qualifier in nps400_of_init() by Wei Yongjun · 8 years ago
- 50276c9 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 589ce5f irqchip/gic-v3-its: Fix 64bit GIC{R,ITS}_TYPER accesses by Marc Zyngier · 8 years ago
- 133d970 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
- d102eb5 irqchip/gicv3: Handle loop timeout proper by Dan Carpenter · 8 years ago
- c024f06 irqchip/jcore: Fix lost per-cpu interrupts by Rich Felker · 8 years ago
- c0ca8df irqchip/eznps: Acknowledge NPS_IPI before calling the handler by Noam Camus · 8 years ago
- a379f71 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
- 97139d4 treewide: remove redundant #include <linux/kconfig.h> by Masahiro Yamada · 8 years ago
- 56e520c Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
- daba2b3 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- a771151 Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
- 5d2949e irqchip: i8259: Remove unused i8259A_irq_pending by Paul Burton · 8 years ago
- 19afc3d irqchip: i8259: Allow platforms to override poll function by Paul Burton · 8 years ago
- 690803a irqchip: i8259: Add domain before mapping parent irq by Paul Burton · 8 years ago
- 65543b3 irqchip/metag-ext: Improve function-level documentation by Julia Lawall · 8 years ago
- 0ff4dee irqchip/vic: Improve function-level documentation by Julia Lawall · 8 years ago
- 474aa3d Merge tag 'irqchip-core-4.9' of git://git.infradead.org/users/jcooper/linux into irq/core by Thomas Gleixner · 8 years ago
- e0720416 drivers/irqchip: Add STM32 external interrupts support by Alexandre TORGUE · 8 years ago
- 0f4ed15 irqchip/mips-gic: Use for_each_set_bit to iterate over local IRQs by Paul Burton · 8 years ago
- 464b584 Merge branch 'irq/urgent' into irq/core by Thomas Gleixner · 8 years ago
- e875bd6 irqchip/mips-gic: Fix local interrupts by Paul Burton · 8 years ago
- 6e0a166 Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmu by Joerg Roedel · 8 years ago
- 727653d irqchip/gicv3: Silence noisy DEBUG_PER_CPU_MAPS warning by James Morse · 8 years ago
- 44bb7e2 iommu/dma: Add support for mapping MSIs by Robin Murphy · 8 years ago
- 5eb0d6e irqchip/atmel-aic: Fix potential deadlock in ->xlate() by Boris Brezillon · 8 years ago
- 723344d irqchip/gicv3-its: Use MADT ITS subtable to do PCI/MSI domain initialization by Tomasz Nowicki · 8 years ago
- db744aaa irqchip/gicv3-its: Factor out PCI-MSI part that might be reused for ACPI by Tomasz Nowicki · 8 years ago
- 3f010cf irqchip/gicv3-its: Probe ITS in the ACPI way by Tomasz Nowicki · 8 years ago
- db40f0a irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPI by Tomasz Nowicki · 8 years ago
- d14ae5e irqchip/gicv3-its: Cleanup for ITS domain initialization by Tomasz Nowicki · 8 years ago
- 89c59cc irqchip/gic: Mark gic_init_physaddr() static by Baoyou Xie · 8 years ago
- 39a342b irqchip/gic-pm: Update driver to use of_pm_clk_add_clk by Jon Hunter · 8 years ago
- 91ef844 irqchip/gic-v3: Reset BPR during initialization by Daniel Thompson · 8 years ago
- 04c8b0f irqchip/gic: Make locking a BL_SWITCHER only feature by Marc Zyngier · 9 years ago
- c964cdc Merge tag 'realview-broomstick-sweep' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator into next/cleanup by Arnd Bergmann · 8 years ago
- 2349f20 irqchip/keystone: Fix typo "sporious" -> "spurious" by Colin Ian King · 8 years ago
- e02a9b7 Merge branch 'irqchip/mvebu64' into irqchip/core by Jason Cooper · 8 years ago
- fbbf2b3 Merge branch 'irqchip/jcore' into irqchip/core by Jason Cooper · 8 years ago
- cae750b irqchip/mips-gic: Use for_each_set_bit to iterate over IRQs by Paul Burton · 8 years ago
- 21118df irqchip/jcore-aic: Fix non static symbol warning by Wei Yongjun · 8 years ago
- a109893 irqchip/mvebu-pic: New driver for Marvell Armada 7K/8K PIC by Thomas Petazzoni · 8 years ago
- 2564970 irqchip/mips-gic: Implement activate op for device domain by Paul Burton · 8 years ago
- 6a33fa2 irqchip/mips-gic: Cleanup chip and handler setup by Paul Burton · 8 years ago
- 7611da8 irqchip/gicv3-its: Disable the ITS before initializing it by David Daney · 8 years ago
- ccd9432 irqchip/gicv3: Remove disabling redistributor and group1 non-secure interrupts by Sudeep Holla · 8 years ago