index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
irqchip
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
2018-08-06
7
-108
/
+234
|
\
|
*
irqchip/gic-v3-its: Make its_lock a raw_spin_lock_t
Sebastian Andrzej Siewior
2018-08-06
1
-9
/
+9
|
*
irqchip/gic-v3-its: Reduce minimum LPI allocation to 1 for PCI devices
Marc Zyngier
2018-07-27
1
-3
/
+11
|
*
irqchip/gic-v3-its: Honor hypervisor enforced LPI range
Marc Zyngier
2018-07-16
1
-0
/
+9
|
*
irqchip/gic-v3: Expose GICD_TYPER in the rdist structure
Marc Zyngier
2018-07-16
2
-3
/
+3
|
*
irqchip/gic-v3-its: Drop chunk allocation compatibility
Marc Zyngier
2018-07-16
1
-25
/
+16
|
*
irqchip/gic-v3-its: Move minimum LPI requirements to individual busses
Marc Zyngier
2018-07-16
4
-6
/
+16
|
*
irqchip/gic-v3-its: Use full range of LPIs
Marc Zyngier
2018-07-16
1
-2
/
+1
|
*
irqchip/gic-v3-its: Refactor LPI allocator
Marc Zyngier
2018-07-16
1
-62
/
+129
|
*
irqchip/gic-v3-its: Fix reprogramming of redistributors on CPU hotplug
Marc Zyngier
2018-06-22
1
-0
/
+10
|
*
irqchip/gic-v3-its: Only emit VSYNC if targetting a valid collection
Marc Zyngier
2018-06-22
1
-5
/
+13
|
*
irqchip/gic-v3-its: Only emit SYNC if targetting a valid collection
Marc Zyngier
2018-06-22
1
-6
/
+19
|
*
irqchip/gic-v3-its: Don't bind LPI to unavailable NUMA node
Yang Yingliang
2018-06-22
1
-1
/
+8
|
*
irqchip/gic-v2m: Fix SPI release on error path
Marc Zyngier
2018-06-22
1
-1
/
+1
|
*
irqchip/ls-scfg-msi: Fix MSI affinity handling
Marc Zyngier
2018-06-22
1
-3
/
+7
*
|
genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obselete
Palmer Dabbelt
2018-08-03
1
-16
/
+8
*
|
irqchip: Port the ARM IRQ drivers to GENERIC_IRQ_MULTI_HANDLER
Palmer Dabbelt
2018-08-03
1
-0
/
+8
*
|
irqchip/ingenic: Add support for the JZ4725B SoC
Paul Cercueil
2018-07-19
1
-0
/
+1
*
|
irqchip/stm32: Add exti0 translation for stm32mp1
Ludovic Barre
2018-07-19
1
-0
/
+1
|
/
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
2
-5
/
+5
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
6
-13
/
+16
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-2
/
+2
*
irqchip/ls-scfg-msi: Map MSIs in the iommu
Laurentiu Tudor
2018-06-06
1
-0
/
+3
*
irqchip/stm32: Fix non-SMP build warning
Arnd Bergmann
2018-06-06
1
-3
/
+1
*
irqchip/stm32: Add suspend/resume support for hierarchy domain
Ludovic Barre
2018-05-24
1
-0
/
+49
*
irqchip/stm32: Add stm32mp1 support with hierarchy domain
Ludovic Barre
2018-05-24
1
-0
/
+322
*
irqchip/stm32: Prepare common functions
Ludovic Barre
2018-05-24
1
-33
/
+58
*
irqchip/stm32: Add host and driver data structures
Ludovic Barre
2018-05-24
1
-48
/
+104
*
irqchip/stm32: Add suspend support
Ludovic Barre
2018-05-24
1
-17
/
+52
*
irqchip/stm32: Add falling pending register support
Ludovic Barre
2018-05-24
1
-11
/
+36
*
irqchip/stm32: Checkpatch fix
Ludovic Barre
2018-05-24
1
-2
/
+2
*
irqchip/stm32: Optimizes and cleans up stm32-exti irq_domain
Radoslaw Pietrzyk
2018-05-24
1
-13
/
+0
*
irqchip/meson-gpio: Add support for Meson-AXG SoCs
Yixun Lan
2018-05-24
1
-0
/
+5
*
Merge tag 'v4.17-rc5' into irq/core, to pick up fixes
Ingo Molnar
2018-05-14
1
-2
/
+2
|
\
|
*
irqchip/qcom: Fix check for spurious interrupts
Agustin Vega-Frias
2018-05-02
1
-2
/
+2
*
|
irqchip/gic-v3: Add PCI/MSI support to the GICv3 MBI sub-driver
Marc Zyngier
2018-05-13
1
-3
/
+59
*
|
irqchip/gic-v3: Add support for Message Based Interrupts as an MSI controller
Marc Zyngier
2018-05-13
3
-1
/
+282
*
|
irqchip/gic-v3: Mark the base irq domain as DOMAIN_BUS_WIRED
Marc Zyngier
2018-05-13
1
-0
/
+1
*
|
irqchip/mvebu-gicp: Use level-triggered MSIs between ICU and GICP
Marc Zyngier
2018-05-13
3
-55
/
+28
|
/
*
Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-04-11
1
-1
/
+2
|
\
|
*
-
-
-
.
Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat...
Joerg Roedel
2018-03-29
10
-59
/
+38
|
|
\
\
\
|
|
|
|
*
ACPI/IORT: Add msi address regions reservation helper
Shameer Kolothum
2018-02-14
1
-1
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-04-04
3
-0
/
+107
|
\
\
\
\
|
*
\
\
\
Merge 4.16-rc6 into staging-next
Greg Kroah-Hartman
2018-03-19
2
-21
/
+6
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Merge 4.16-rc3 into staging-next
Greg Kroah-Hartman
2018-02-26
10
-37
/
+32
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
staging: fsl-mc: Move irqchip code out of staging
Bogdan Purcareata
2018-02-22
3
-0
/
+105
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-04-04
10
-121
/
+813
|
\
\
\
\
|
*
|
|
|
irqchip/gic: Take lock when updating irq type
Aniruddha Banerjee
2018-03-29
1
-1
/
+8
|
*
|
|
|
irqchip/gic: Update supports_deactivate static key to modern api
Davidlohr Bueso
2018-03-28
2
-21
/
+21
|
*
|
|
|
irqchip/gic-v3: Ensure GICR_CTLR.EnableLPI=0 is observed before enabling
Shanker Donthineni
2018-03-23
1
-14
/
+60
[next]