Age | Commit message (Expand) | Author | Files | Lines |
2019-07-08 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+0 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-06-11 | irqchip/gic-v2m: Add support for Amazon Graviton variant of GICv3+GICv2m | Zeev Zilberman | 1 | -3/+0 |
2019-03-11 | irqchip/gic: Drop support for secondary GIC in non-DT systems | Marc Zyngier | 1 | -2/+1 |
2018-10-03 | irqchip/gic: Unify GIC priority definitions | Julien Thierry | 1 | -5/+0 |
2018-07-21 | KVM: arm/arm64: vgic: Signal IRQs using their configured group | Christoffer Dall | 1 | -0/+1 |
2018-07-21 | KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3 | Christoffer Dall | 1 | -0/+10 |
2018-03-14 | KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid | Marc Zyngier | 1 | -0/+1 |
2017-05-24 | KVM: arm/arm64: Fix isues with GICv2 on GICv3 migration | Christoffer Dall | 1 | -3/+25 |
2017-04-04 | KVM: arm/arm64: vgic: Fix GICC_PMR uaccess on GICv3 and clarify ABI | Christoffer Dall | 1 | -0/+3 |
2016-06-13 | irqchip/gic: Add platform driver for non-root GICs that require RPM | Jon Hunter | 1 | -0/+6 |
2016-06-13 | irqchip/gic: Prepare for adding platform driver | Jon Hunter | 1 | -0/+5 |
2016-05-20 | KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers | Marc Zyngier | 1 | -0/+1 |
2016-05-20 | KVM: arm/arm64: vgic-new: Add GICv2 world switch backend | Marc Zyngier | 1 | -0/+1 |
2015-12-29 | Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/... | Thomas Gleixner | 1 | -1/+2 |
2015-12-21 | irqchip/gic-v2m: acpi: Introducing GICv2m ACPI support | Suravee Suthikulpanit | 1 | -1/+2 |
2015-12-16 | irqchip/gic: Support RealView variant setup | Linus Walleij | 1 | -0/+10 |
2015-10-13 | irqchip/gic: Get rid of gic_init_bases() | Marc Zyngier | 1 | -7/+2 |
2015-09-11 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+2 |
2015-08-27 | irqchip/GIC: Convert to EOImode == 1 | Marc Zyngier | 1 | -0/+4 |
2015-08-12 | KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR | Marc Zyngier | 1 | -1/+2 |
2015-08-04 | irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instance | Jon Hunter | 1 | -1/+1 |
2015-07-27 | irqchip/gic: Remove redundant gic_set_irqchip_flags | Sudeep Holla | 1 | -1/+0 |
2015-04-24 | irqchip: gic: Drop support for gic_arch_extn | Marc Zyngier | 1 | -2/+0 |
2015-04-11 | Merge branch 'irqchip/stacked-irq_set_wake' into irqchip/core | Jason Cooper | 1 | -0/+1 |
2015-03-15 | irqchip: gic: Add an entry point to set up irqchip flags | Marc Zyngier | 1 | -0/+1 |
2015-03-15 | irqchip: gic: Get rid of routable domain | Marc Zyngier | 1 | -6/+0 |
2014-11-28 | irqchip: gic: Remove warning by including linux/irqdomain.h | Jason Cooper | 1 | -0/+2 |
2014-11-26 | irqchip: gic-v2m: Add support for ARM GICv2m MSI(-X) doorbell | Suravee Suthikulpanit | 1 | -0/+2 |
2014-08-19 | irqchip: gic: Preserve gic V2 bypass bits in cpu ctrl register | Feng Kan | 1 | -0/+1 |
2014-08-19 | irqchip: gic: Replace hex numbers with defines. | Feng Kan | 1 | -0/+15 |
2014-05-19 | irqchip: gic: Use mask field in GICC_IAR | Haojian Zhuang | 1 | -0/+2 |
2014-02-05 | DRIVERS: IRQCHIP: IRQ-GIC: Add support for routable irqs | Sricharan R | 1 | -1/+6 |
2013-12-21 | irqchip: arm-gic: Define additional MMIO offsets and masks | Christoffer Dall | 1 | -0/+12 |
2013-09-24 | ARM: GIC: interface to send a SGI directly | Nicolas Pitre | 1 | -0/+1 |
2013-09-24 | ARM: GIC: function to retrieve the physical address of the SGIR | Nicolas Pitre | 1 | -0/+1 |
2013-09-17 | Merge branch 'iks_for_rmk' of git://git.linaro.org/people/nico/linux into dev... | Russell King | 1 | -0/+5 |
2013-08-28 | drivers: irq-chip: irq-gic: introduce gic_cpu_if_down() | Nicolas Pitre | 1 | -0/+1 |
2013-07-30 | ARM: bL_switcher: do not hardcode GIC IDs in the code | Nicolas Pitre | 1 | -0/+1 |
2013-07-30 | ARM: gic: add CPU migration support | Nicolas Pitre | 1 | -0/+4 |
2013-03-26 | irqchip: gic: Perform the gic_secondary_init() call via CPU notifier | Catalin Marinas | 1 | -1/+0 |
2013-02-11 | ARM: gic: add __ASSEMBLY__ guard to C definitions | Marc Zyngier | 1 | -0/+4 |
2013-02-11 | ARM: gic: define GICH offsets for VGIC support | Marc Zyngier | 1 | -0/+25 |
2013-02-11 | ARM: gic: add missing distributor defintions | Christoffer Dall | 1 | -1/+3 |
2013-01-12 | irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.h | Rob Herring | 1 | -0/+48 |