index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
irqchip
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-13
irqchip/mmp: Only touch the PJ4 IRQ & FIQ bits on enable/disable
Lubomir Rintel
1
-1
/
+5
2019-03-13
irqchip/gic-v3-its: Gracefully fail on LPI exhaustion
Marc Zyngier
1
-0
/
+3
2019-03-13
irqchip/gic-v4: Fix occasional VLPI drop
Heyi Guo
1
-17
/
+49
2019-03-05
irqchip/gic-v3-mbi: Fix uninitialized mbi_lock
Yang Yingliang
1
-1
/
+1
2019-02-20
irqchip/csky: fixup handle_irq_perbit break irq
Guo Ren
1
-35
/
+42
2019-02-12
irqchip/gic-v3-its: Plug allocation race for devices sharing a DevID
Marc Zyngier
1
-5
/
+27
2019-01-31
irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their size
Marc Zyngier
1
-12
/
+13
2018-11-01
irqchip/irq-mvebu-sei: Fix a NULL vs IS_ERR() bug in probe function
Dan Carpenter
1
-2
/
+2
2018-10-29
Merge tag 'csky-for-linus-4.20' of https://github.com/c-sky/csky-linux
Linus Torvalds
4
-0
/
+491
2018-10-25
Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+6
2018-10-26
irqchip: add C-SKY APB bus interrupt controller
Guo Ren
3
-0
/
+283
2018-10-26
irqchip: add C-SKY SMP interrupt controller
Guo Ren
3
-0
/
+208
2018-10-22
RISC-V: Use Linux logical CPU number instead of hartid
Atish Patra
1
-3
/
+5
2018-10-22
RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartid
Palmer Dabbelt
1
-1
/
+1
2018-10-03
irqchip/gic: Unify GIC priority definitions
Julien Thierry
1
-1
/
+1
2018-10-03
irqchip/gic-v3: Remove acknowledge loop
Julien Thierry
1
-34
/
+31
2018-10-02
irqchip/irq-mvebu-icu: Add support for System Error Interrupts (SEI)
Miquel Raynal
1
-34
/
+105
2018-10-02
irqchip/irq-mvebu-sei: Add new driver for Marvell SEI
Miquel Raynal
3
-0
/
+511
2018-10-02
irqchip/irq-mvebu-icu: Support ICU subnodes
Miquel Raynal
1
-16
/
+57
2018-10-02
irqchip/irq-mvebu-icu: Disociate ICU and NSR
Miquel Raynal
1
-25
/
+32
2018-10-02
irqchip/irq-mvebu-icu: Clarify the reset operation of configured interrupts
Miquel Raynal
1
-2
/
+6
2018-10-02
irqchip/irq-mvebu-icu: Fix wrong private data retrieval
Miquel Raynal
1
-1
/
+1
2018-10-02
irqchip/pdc: Setup all edge interrupts as rising edge at GIC
Lina Iyer
1
-0
/
+1
2018-10-02
irqchip/gic-v3-its: Allow use of LPI tables in reserved memory
Marc Zyngier
1
-5
/
+38
2018-10-02
irqchip/gic-v3-its: Register LPI tables with EFI config table
Marc Zyngier
1
-0
/
+12
2018-10-02
irqchip/gic-v3-its: Check that all RDs have the same property table
Marc Zyngier
1
-0
/
+9
2018-10-02
irqchip/gic-v3-its: Use pre-programmed redistributor tables with kdump kernels
Marc Zyngier
1
-0
/
+8
2018-10-02
irqchip/gic-v3-its: Allow use of pre-programmed LPI tables
Marc Zyngier
1
-12
/
+61
2018-10-02
irqchip/gic-v3-its: Keep track of property table's PA and VA
Marc Zyngier
1
-10
/
+13
2018-10-02
irqchip/gic-v3-its: Move pending table allocation to init time
Marc Zyngier
1
-28
/
+52
2018-10-02
irqchip/gic-v3-its: Split property table clearing from allocation
Marc Zyngier
1
-7
/
+10
2018-10-02
irqchip/gic-v3-its: Simplify LPI_PENDBASE_SZ usage
Marc Zyngier
1
-7
/
+3
2018-10-02
irqchip/gic-v3-its: Change initialization ordering for LPIs
Marc Zyngier
1
-8
/
+12
2018-09-06
irqchip/gic-v3-its: Cap lpi_id_bits to reduce memory footprint
Jia He
1
-1
/
+3
2018-08-26
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-17
/
+25
2018-08-24
Merge tag 'irqchip-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Thomas Gleixner
5
-17
/
+25
2018-08-22
Merge tag 'xtensa-20180820' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
2
-4
/
+0
2018-08-22
Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux
Linus Torvalds
1
-3
/
+3
2018-08-22
h8300: irqchip: fix warning
Yoshinori Sato
1
-3
/
+3
2018-08-20
xtensa: drop variant IRQ support
Max Filippov
2
-4
/
+0
2018-08-20
irqchip/gic-v3: Allow interrupt to be configured as wake-up sources
Marc Zyngier
1
-2
/
+6
2018-08-20
irqchip/tango: Set irq handler and data in one go
Martin Kaiser
1
-2
/
+1
2018-08-19
Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-0
/
+273
2018-08-13
irqchip: add a SiFive PLIC driver
Christoph Hellwig
3
-0
/
+273
2018-08-13
irqchip/s3c24xx: Remove unneeded comparison of unsigned long to 0
Krzysztof Kozlowski
1
-1
/
+1
2018-08-13
irqchip/stm32: Fix init error handling
Dan Carpenter
1
-12
/
+13
2018-08-13
irqchip/bcm7038-l1: Hide cpu offline callback when building for !SMP
Jonas Gorski
1
-0
/
+4
2018-08-06
Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
7
-108
/
+234
2018-08-06
irqchip/gic-v3-its: Make its_lock a raw_spin_lock_t
Sebastian Andrzej Siewior
1
-9
/
+9
2018-08-03
genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obselete
Palmer Dabbelt
1
-16
/
+8
[next]