summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-gic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-161-2/+4
|\
| * KVM: arm/arm64: Check that system supports split eoi/deactivateChristoffer Dall2017-11-061-2/+4
* | irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interfaceMarc Zyngier2017-11-021-9/+62
|/
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-041-1/+4
|\
| * Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2017-08-311-1/+1
| |\
| | * irqchip/gic: Make irq_chip constBhumika Goyal2017-08-311-1/+1
| * | irqchip/gic: Report that effective affinity is a single targetMarc Zyngier2017-08-181-0/+3
| |/
* | irqchip/gic: Ensure we have an ISB between ack and ->handle_irqWill Deacon2017-08-021-2/+5
* | irqchip/gic-v2: Report failures in gic_irq_domain_allocSuzuki K Poulose2017-07-041-2/+5
|/
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* irqchip/gic: Add missing \n to CPU IF adjustment messageMarc Zyngier2016-10-201-1/+1
* irqchip/gic: Mark gic_init_physaddr() staticBaoyou Xie2016-09-121-1/+1
* irqchip/gic: Make locking a BL_SWITCHER only featureMarc Zyngier2016-09-121-9/+27
* irqchip/gic: Allow self-SGIs for SMP on UP configurationsMarc Zyngier2016-08-171-0/+7
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-17/+6
|\
| * irqchip/gic: Convert to hotplug state machineRichard Cochran2016-07-141-17/+6
* | irqchip/gic: Add platform driver for non-root GICs that require RPMJon Hunter2016-06-131-4/+36
* | irqchip/gic: Prepare for adding platform driverJon Hunter2016-06-131-7/+7
* | irqchip/gic: Add helper function for chip initialisationJon Hunter2016-06-131-14/+27
* | irqchip/gic: Isolate early GIC initialisation codeJon Hunter2016-06-131-23/+32
|/
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-191-6/+83
|\
| * irqchip/gic-v2: Parse and export virtual GIC informationJulien Grall2016-05-031-1/+75
| * irqchip/gic-v2: Gather ACPI specific data in a single structureJulien Grall2016-05-031-4/+7
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-171-115/+207
|\ \
| * | irqchip/gic: Add helper functions for GIC setup and teardownJon Hunter2016-05-111-19/+42
| * | irqchip/gic: Store GIC configuration parametersJon Hunter2016-05-111-49/+65
| * | irqchip/gic: Pass GIC pointer to save/restore functionsJon Hunter2016-05-111-35/+39
| * | irqchip/gic: Return an error if GIC initialisation failsJon Hunter2016-05-111-26/+73
| * | irqchip/gic: Remove static irq_chip definition for eoimode1Jon Hunter2016-05-111-16/+6
| * | irqchip/gic: Don't initialise chip if mapping IO space failsJon Hunter2016-05-111-2/+6
| * | irqchip/gic: Ensure ordering between read of INTACK and shared dataWill Deacon2016-05-111-0/+8
| |/
* | irqchip/gic: Restore CPU interface checkingMarc Zyngier2016-04-251-3/+2
|/
* Merge branch 'linus' into irq/core, to pick up fixesIngo Molnar2016-03-081-7/+6
|\
| * irqchip/gic: Only set the EOImodeNS bit for the root controllerJon Hunter2016-02-111-1/+1
| * irqchip/gic: Only populate set_affinity for the root controllerJon Hunter2016-02-111-6/+5
* | irqchip/gic: Return IRQ_SET_MASK_OK_DONE in the set_affinity methodMarc Zyngier2016-02-191-1/+1
|/
* Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2015-12-291-2/+6
|\
| * irqchip/gic-v2m: acpi: Introducing GICv2m ACPI supportSuravee Suthikulpanit2015-12-211-1/+5
| * irqdomain: Introduce is_fwnode_irqchip helperSuravee Suthikulpanit2015-12-211-1/+1
* | irqchip/gic: Kconfig the number of instancesLinus Walleij2015-12-181-20/+10
* | irqchip/gic: Make interrupt ID 1020 invalidMarc Zyngier2015-12-161-1/+1
* | irqchip/gic: Assign irqchip dynamicallyLinus Walleij2015-12-161-9/+13
* | irqchip/gic: Support RealView variant setupLinus Walleij2015-12-161-1/+1
|/
* irqchip/gic: Add save/restore of the active stateMarc Zyngier2015-11-171-0/+28
* irqchip/gic: Clear enable bits before restoring themMarc Zyngier2015-11-171-2/+8
* Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-041-34/+35
|\
| * irqchip / GIC: Convert the GIC driver to ACPI probingMarc Zyngier2015-10-011-34/+35
* | irqchip/gic: Kill the xlate methodMarc Zyngier2015-10-131-25/+0
* | irqchip/gic: Switch ACPI support to stacked domainsMarc Zyngier2015-10-131-14/+30
OpenPOWER on IntegriCloud