index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
irqchip
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-13
irqchip/gicv3-its: Split its_alloc_tables() into two functions
Shanker Donthineni
1
-116
/
+126
2016-06-13
irqchip/gicv3-its: Add a new function for parsing device table BASERn
Shanker Donthineni
1
-23
/
+26
2016-06-13
irqchip/gicv3-its: Introduce two helper functions for accessing BASERn
Shanker Donthineni
1
-4
/
+20
2016-06-13
irqchip/gic: Add platform driver for non-root GICs that require RPM
Jon Hunter
4
-4
/
+227
2016-06-13
irqchip/gic: Prepare for adding platform driver
Jon Hunter
2
-9
/
+9
2016-06-13
irqchip/gic: Add helper function for chip initialisation
Jon Hunter
1
-14
/
+27
2016-06-13
irqchip/gic: Isolate early GIC initialisation code
Jon Hunter
1
-23
/
+32
2016-06-13
irqchip/vic: Make vic_syscore_ops and vic_of_init static
Ben Dooks
1
-2
/
+3
2016-06-13
irqchip/omap-intc: Fix missing <linux/irqchip/irq-omap-intc.h> include
Ben Dooks
1
-0
/
+2
2016-06-13
irqchip/gic-v2m: Fix missing include of <linux/irqchip/arm-gic.h>
Ben Dooks
1
-0
/
+1
2016-06-13
irqchip/brcmstb-l2: Make of probe function static
Ben Dooks
1
-2
/
+2
2016-06-13
irqchip/bcm7120-l2: Make probe functions static
Ben Dooks
1
-5
/
+5
2016-06-13
irqchip/bcm2836: Make bcm2836_smp_boot_secondary static
Ben Dooks
1
-2
/
+2
2016-06-13
irqchip/armada-370-xp: Make syscore_ops static
Ben Dooks
1
-1
/
+1
2016-06-13
irqchip/tegra: Fix sparse warnings on __iomem
Ben Dooks
1
-2
/
+2
2016-06-13
irqchip/sirfsoc: Fix sparse warnings on __iomem
Ben Dooks
1
-3
/
+8
2016-06-04
irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ
Eric Anholt
2
-3
/
+2
2016-06-02
irqchip/irq-pic32-evic: Fix bug with external interrupts.
Joshua Henderson
1
-1
/
+1
2016-06-02
irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144
Ganapatrao Kulkarni
1
-2
/
+47
2016-06-02
irqchip/gic-v3: Fix quiescence check in gic_enable_redist
Andrew Jones
1
-1
/
+1
2016-05-29
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-1
/
+9
2016-05-28
irqchip: mips-gic: Setup EIC mode on each CPU if it's in use
Paul Burton
1
-1
/
+9
2016-05-28
remove lots of IS_ERR_VALUE abuses
Arnd Bergmann
4
-4
/
+4
2016-05-20
irqchip: nps: add 64BIT dependency
Arnd Bergmann
1
-0
/
+1
2016-05-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-34
/
+246
2016-05-19
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-5
/
+17
2016-05-19
Merge tag 'arc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
3
-0
/
+172
2016-05-18
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
1
-0
/
+1
2016-05-17
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
15
-135
/
+1229
2016-05-17
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-3
/
+2
2016-05-13
irqchip: mips-gic: Provide VP ID accessor
Paul Burton
1
-0
/
+8
2016-05-13
irqchip: mips-gic: Use HW IDs for VPE_OTHER_ADDR
Paul Burton
1
-5
/
+9
2016-05-11
irqchip/bcm2836: Use a more generic memory barrier call
Eric Anholt
1
-1
/
+1
2016-05-11
irqchip/bcm2836: Fix compiler warning on 64-bit build
Eric Anholt
1
-1
/
+1
2016-05-11
irqchip/bcm2836: Drop smp_set_ops on arm64 builds
Eric Anholt
1
-1
/
+5
2016-05-11
irqchip/gic: Add helper functions for GIC setup and teardown
Jon Hunter
1
-19
/
+42
2016-05-11
irqchip/gic: Store GIC configuration parameters
Jon Hunter
1
-49
/
+65
2016-05-11
irqchip/gic: Pass GIC pointer to save/restore functions
Jon Hunter
1
-35
/
+39
2016-05-11
irqchip/gic: Return an error if GIC initialisation fails
Jon Hunter
1
-26
/
+73
2016-05-11
irqchip/gic: Remove static irq_chip definition for eoimode1
Jon Hunter
1
-16
/
+6
2016-05-11
irqchip/gic: Don't initialise chip if mapping IO space fails
Jon Hunter
1
-2
/
+6
2016-05-11
irqchip/gic: WARN if setting the interrupt type for a PPI fails
Jon Hunter
1
-4
/
+12
2016-05-11
irqchip/gic: Don't unnecessarily write the IRQ configuration
Jon Hunter
1
-2
/
+6
2016-05-11
irqchip: Mask the non-type/sense bits when translating an IRQ
Jon Hunter
2
-2
/
+2
2016-05-11
irqchip/gic-v3: Configure all interrupts as non-secure Group-1
Marc Zyngier
1
-0
/
+12
2016-05-11
irqchip/gic-v2m: Add workaround for Broadcom NS2 GICv2m erratum
Ray Jui
1
-2
/
+17
2016-05-11
irqchip/irq-alpine-msi: Don't use <asm-generic/msi.h>
Christoph Hellwig
1
-1
/
+1
2016-05-11
irqchip/mbigen: Checking for IS_ERR() instead of NULL
Dan Carpenter
1
-2
/
+2
2016-05-11
irqchip/gicv3-its: Don't allow devices whose ID is outside range
Shanker Donthineni
1
-4
/
+38
2016-05-11
irqchip: Add LPC32xx interrupt controller driver
Vladimir Zapolskiy
2
-0
/
+239
[prev]
[next]