Age | Commit message (Expand) | Author | Files | Lines |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-04-04 | acpi: Create subtable parsing infrastructure | Keith Busch | 1 | -2/+2 |
2019-03-11 | irqchip/gic: Drop support for secondary GIC in non-DT systems | Marc Zyngier | 1 | -29/+16 |
2018-12-18 | genirq: Fix various typos in comments | Ingo Molnar | 1 | -3/+3 |
2018-03-28 | irqchip/gic: Update supports_deactivate static key to modern api | Davidlohr Bueso | 1 | -11/+11 |
2018-03-16 | irqchip/gic: Loudly complain about the use of IRQ_TYPE_NONE | Marc Zyngier | 1 | -0/+5 |
2018-03-14 | irqchip/gic-v2: Reset APRn registers at boot time | Marc Zyngier | 1 | -6/+11 |
2017-11-17 | Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -2/+4 |
2017-11-06 | KVM: arm/arm64: Check that system supports split eoi/deactivate | Christoffer Dall | 1 | -2/+4 |
2017-11-02 | irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interface | Marc Zyngier | 1 | -9/+62 |
2017-09-04 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+4 |
2017-08-31 | Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 1 | -1/+1 |
2017-08-31 | irqchip/gic: Make irq_chip const | Bhumika Goyal | 1 | -1/+1 |
2017-08-18 | irqchip/gic: Report that effective affinity is a single target | Marc Zyngier | 1 | -0/+3 |
2017-08-02 | irqchip/gic: Ensure we have an ISB between ack and ->handle_irq | Will Deacon | 1 | -2/+5 |
2017-07-04 | irqchip/gic-v2: Report failures in gic_irq_domain_alloc | Suzuki K Poulose | 1 | -2/+5 |
2016-12-25 | cpu/hotplug: Cleanup state names | Thomas Gleixner | 1 | -1/+1 |
2016-10-20 | irqchip/gic: Add missing \n to CPU IF adjustment message | Marc Zyngier | 1 | -1/+1 |
2016-09-12 | irqchip/gic: Mark gic_init_physaddr() static | Baoyou Xie | 1 | -1/+1 |
2016-09-12 | irqchip/gic: Make locking a BL_SWITCHER only feature | Marc Zyngier | 1 | -9/+27 |
2016-08-17 | irqchip/gic: Allow self-SGIs for SMP on UP configurations | Marc Zyngier | 1 | -0/+7 |
2016-07-29 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -17/+6 |
2016-07-14 | irqchip/gic: Convert to hotplug state machine | Richard Cochran | 1 | -17/+6 |
2016-06-13 | irqchip/gic: Add platform driver for non-root GICs that require RPM | Jon Hunter | 1 | -4/+36 |
2016-06-13 | irqchip/gic: Prepare for adding platform driver | Jon Hunter | 1 | -7/+7 |
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-05-28 | remove lots of IS_ERR_VALUE abuses | Arnd Bergmann | 1 | -1/+1 |
2016-05-19 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -6/+83 |
2016-05-17 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -115/+207 |
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: Ensure ordering between read of INTACK and shared data | Will Deacon | 1 | -0/+8 |
2016-05-03 | irqchip/gic-v2: Parse and export virtual GIC information | Julien Grall | 1 | -1/+75 |
2016-05-03 | irqchip/gic-v2: Gather ACPI specific data in a single structure | Julien Grall | 1 | -4/+7 |
2016-04-25 | irqchip/gic: Restore CPU interface checking | Marc Zyngier | 1 | -3/+2 |
2016-03-08 | Merge branch 'linus' into irq/core, to pick up fixes | Ingo Molnar | 1 | -7/+6 |
2016-02-19 | irqchip/gic: Return IRQ_SET_MASK_OK_DONE in the set_affinity method | Marc Zyngier | 1 | -1/+1 |
2016-02-11 | irqchip/gic: Only set the EOImodeNS bit for the root controller | Jon Hunter | 1 | -1/+1 |
2016-02-11 | irqchip/gic: Only populate set_affinity for the root controller | Jon Hunter | 1 | -6/+5 |
2015-12-29 | Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/... | Thomas Gleixner | 1 | -2/+6 |
2015-12-21 | irqchip/gic-v2m: acpi: Introducing GICv2m ACPI support | Suravee Suthikulpanit | 1 | -1/+5 |
2015-12-21 | irqdomain: Introduce is_fwnode_irqchip helper | Suravee Suthikulpanit | 1 | -1/+1 |
2015-12-18 | irqchip/gic: Kconfig the number of instances | Linus Walleij | 1 | -20/+10 |
2015-12-16 | irqchip/gic: Make interrupt ID 1020 invalid | Marc Zyngier | 1 | -1/+1 |
2015-12-16 | irqchip/gic: Assign irqchip dynamically | Linus Walleij | 1 | -9/+13 |