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
2017-11-02
irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interface
Marc Zyngier
1
-9
/
+62
2017-11-02
irqchip/gic-v3-its: Setup VLPI properties at map time
Marc Zyngier
1
-2
/
+16
2017-11-02
Merge tag 'v4.14-rc3' into irq/irqchip-4.15
Marc Zyngier
1
-5
/
+8
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
10
-0
/
+10
2017-11-01
irqchip/irq-mvebu-gicp: Add missing spin_lock init
Antoine Tenart
1
-0
/
+1
2017-10-20
irqchip/meson: Disable COMPILE_TEST
Thomas Gleixner
1
-1
/
+1
2017-10-19
Merge tag 'arm-soc/for-4.15/soc' of http://github.com/Broadcom/stblinux into ...
Arnd Bergmann
1
-77
/
+2
2017-10-19
irqchip/aspeed-i2c-ic: Fix return value check in aspeed_i2c_ic_of_init()
Wei Yongjun
1
-2
/
+2
2017-10-19
irqchip/meson: Add support for gpio interrupt controller
Jerome Brunet
3
-0
/
+423
2017-10-19
irqchip/gic-v3-its: Update effective affinity on VPE mapping
Marc Zyngier
1
-0
/
+6
2017-10-19
irqchip/gic-v3-its: Only send VINVALL to a single ITS
Marc Zyngier
1
-0
/
+5
2017-10-19
irqchip/gic-v3-its: Limit scope of VPE mapping to be per ITS
Marc Zyngier
1
-0
/
+75
2017-10-19
irqchip/gic-v3-its: Make its_send_vmapp operate on a single ITS
Marc Zyngier
1
-11
/
+12
2017-10-19
irqchip/gic-v3-its: Make its_send_vinvall operate on a single ITS
Marc Zyngier
1
-10
/
+24
2017-10-19
irqchip/gic-v3-its: Make GICv4_ITS_LIST_MAX globally available
Marc Zyngier
1
-8
/
+2
2017-10-19
irqchip/gic-v3-its: Track per-ITS list number
Marc Zyngier
1
-0
/
+3
2017-10-19
irqchip/gic-v3-its: Workaround HiSilicon Hip07 redistributor addressing
Marc Zyngier
1
-2
/
+28
2017-10-19
irqchip/gic-v3-its: Pass its_node pointer to each command builder
Marc Zyngier
1
-20
/
+38
2017-10-19
irqchip/gic-v3-its: Add post-mortem info on command timeout
Marc Zyngier
1
-6
/
+10
2017-10-19
irqchip/gic-v3: Add workaround for Synquacer pre-ITS
Ard Biesheuvel
1
-2
/
+70
2017-10-19
irqchip/gic: Make quirks matching conditional on init return value
Ard Biesheuvel
3
-6
/
+13
2017-10-19
irqchip/gic-v3: Probe device ID space before quirks handling
Ard Biesheuvel
1
-12
/
+6
2017-10-19
irqchip/gic-v3: Add support for Range Selector (RS) feature
Shanker Donthineni
1
-9
/
+41
2017-10-19
irqchip/brcmstb-l2: Add support for the BCM7271 L2 controller
Doug Berger
1
-22
/
+64
2017-10-19
irqchip/brcmstb-l2: Abstract register accesses
Doug Berger
1
-9
/
+20
2017-10-19
irqchip/brcmstb-l2: Remove some processing from the handler
Doug Berger
1
-24
/
+48
2017-10-19
irqchip/renesas-intc-irqpin: Use of_device_get_match_data() helper
Geert Uytterhoeven
1
-6
/
+3
2017-10-16
irqchip: Add Kconfig menu
Randy Dunlap
1
-0
/
+4
2017-10-16
irqchip/irq-omap-intc: Do not statically initialize variables
Ladislav Michl
1
-2
/
+2
2017-10-16
irqchip/irq-omap-intc: Remove omap3_init_irq()
Ladislav Michl
1
-12
/
+0
2017-10-13
irqchip/tango: Use irq_gc_mask_disable_and_ack_set
Florian Fainelli
1
-1
/
+1
2017-10-13
irqchip/gic-v3-its: Add missing changes to support 52bit physical address
Shanker Donthineni
1
-5
/
+21
2017-10-13
irqchip/gic-v3-its: Fix the incorrect parsing of VCPU table size
Shanker Donthineni
1
-4
/
+11
2017-10-13
irqchip/gic-v3-its: Fix the incorrect BUG_ON in its_init_vpe_domain()
Shanker Donthineni
1
-1
/
+1
2017-10-11
irqchip/ls-scfg-msi: Add LS1012a MSI support
Hou Zhiqiang
1
-0
/
+1
2017-09-25
irqchip/mips-gic: Use effective affinity to unmask
Paul Burton
1
-2
/
+5
2017-09-25
irqchip/mips-gic: Fix shifts to extract register fields
Paul Burton
1
-3
/
+3
2017-09-25
irqchip: bcm2836: Move SMP startup code to arch/arm (v2)
Stefan Wahren
1
-77
/
+2
2017-09-25
genirq/irqdomain: Update irq_domain_ops.activate() signature
Thomas Gleixner
1
-4
/
+6
2017-09-19
irqchip.mips-gic: Fix shared interrupt mask writes
Paul Burton
1
-3
/
+3
2017-09-19
irqchip/gic-v4: Fix building with ancient gcc
Arnd Bergmann
1
-3
/
+9
2017-09-19
irqchip/gic-v3: Iterate over possible CPUs by for_each_possible_cpu()
zijun_hu
1
-4
/
+4
2017-09-16
Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...
Linus Torvalds
2
-436
/
+182
2017-09-04
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
31
-241
/
+2266
2017-09-04
irqchip: mips-gic: Let the core set struct irq_common_data affinity
Paul Burton
1
-2
/
+1
2017-09-04
irqchip: mips-gic: Use cpumask_first_and() in gic_set_affinity()
Paul Burton
1
-6
/
+6
2017-09-04
irqchip: mips-gic: Clean up mti, reserved-cpu-vectors handling
Paul Burton
1
-7
/
+7
2017-09-04
irqchip: mips-gic: Use pcpu_masks to avoid reading GIC_SH_MASK*
Paul Burton
1
-21
/
+31
2017-09-04
irqchip: mips-gic: Make pcpu_masks a per-cpu variable
Paul Burton
1
-9
/
+8
2017-09-04
irqchip: mips-gic: Inline gic_basic_init()
Paul Burton
1
-27
/
+19
[prev]
[next]