summaryrefslogtreecommitdiff
path: root/drivers/irqchip/irq-gic.c
AgeCommit message (Expand)Author
2017-09-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-08-31Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2017-08-31irqchip/gic: Make irq_chip constBhumika Goyal
2017-08-18irqchip/gic: Report that effective affinity is a single targetMarc Zyngier
2017-08-02irqchip/gic: Ensure we have an ISB between ack and ->handle_irqWill Deacon
2017-07-04irqchip/gic-v2: Report failures in gic_irq_domain_allocSuzuki K Poulose
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner
2016-10-20irqchip/gic: Add missing \n to CPU IF adjustment messageMarc Zyngier
2016-09-12irqchip/gic: Mark gic_init_physaddr() staticBaoyou Xie
2016-09-12irqchip/gic: Make locking a BL_SWITCHER only featureMarc Zyngier
2016-08-17irqchip/gic: Allow self-SGIs for SMP on UP configurationsMarc Zyngier
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-14irqchip/gic: Convert to hotplug state machineRichard Cochran
2016-06-13irqchip/gic: Add platform driver for non-root GICs that require RPMJon Hunter
2016-06-13irqchip/gic: Prepare for adding platform driverJon Hunter
2016-06-13irqchip/gic: Add helper function for chip initialisationJon Hunter
2016-06-13irqchip/gic: Isolate early GIC initialisation codeJon Hunter
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-05-17Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-05-11irqchip/gic: Add helper functions for GIC setup and teardownJon Hunter
2016-05-11irqchip/gic: Store GIC configuration parametersJon Hunter
2016-05-11irqchip/gic: Pass GIC pointer to save/restore functionsJon Hunter
2016-05-11irqchip/gic: Return an error if GIC initialisation failsJon Hunter
2016-05-11irqchip/gic: Remove static irq_chip definition for eoimode1Jon Hunter
2016-05-11irqchip/gic: Don't initialise chip if mapping IO space failsJon Hunter
2016-05-11irqchip/gic: Ensure ordering between read of INTACK and shared dataWill Deacon
2016-05-03irqchip/gic-v2: Parse and export virtual GIC informationJulien Grall
2016-05-03irqchip/gic-v2: Gather ACPI specific data in a single structureJulien Grall
2016-04-25irqchip/gic: Restore CPU interface checkingMarc Zyngier
2016-03-08Merge branch 'linus' into irq/core, to pick up fixesIngo Molnar
2016-02-19irqchip/gic: Return IRQ_SET_MASK_OK_DONE in the set_affinity methodMarc Zyngier
2016-02-11irqchip/gic: Only set the EOImodeNS bit for the root controllerJon Hunter
2016-02-11irqchip/gic: Only populate set_affinity for the root controllerJon Hunter
2015-12-29Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner
2015-12-21irqchip/gic-v2m: acpi: Introducing GICv2m ACPI supportSuravee Suthikulpanit
2015-12-21irqdomain: Introduce is_fwnode_irqchip helperSuravee Suthikulpanit
2015-12-18irqchip/gic: Kconfig the number of instancesLinus Walleij
2015-12-16irqchip/gic: Make interrupt ID 1020 invalidMarc Zyngier
2015-12-16irqchip/gic: Assign irqchip dynamicallyLinus Walleij
2015-12-16irqchip/gic: Support RealView variant setupLinus Walleij
2015-11-17irqchip/gic: Add save/restore of the active stateMarc Zyngier
2015-11-17irqchip/gic: Clear enable bits before restoring themMarc Zyngier
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-10-13irqchip/gic: Kill the xlate methodMarc Zyngier
2015-10-13irqchip/gic: Switch ACPI support to stacked domainsMarc Zyngier
2015-10-13irqchip/gic: Get rid of gic_init_bases()Marc Zyngier
2015-10-13irqchip: Convert all alloc/xlate users from of_node to fwnodeMarc Zyngier
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier
2015-10-09irqchip/gic: Warn if GICv3 system registers are enabledMarc Zyngier