summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-gic.c
AgeCommit message (Expand)Author
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
2015-10-01irqchip / GIC: Convert the GIC driver to ACPI probingMarc Zyngier
2015-09-22irqchip/gic: Add arm,pl390 supportGeert Uytterhoeven
2015-09-16irqchip: Kill off set_irq_flags usageRob Herring
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-09-16irqchip/gic: Use IRQD_FORWARDED_TO_VCPU flagThomas Gleixner
2015-09-15irqchip/GIC: Add workaround for aliased GIC400Marc Zyngier
2015-09-01irqchip/GIC: Fix EOImode setting for non-DT/ACPI systemsMarc Zyngier
2015-08-27irqchip/GIC: Don't deactivate interrupts forwarded to a guestMarc Zyngier
2015-08-27irqchip/GIC: Convert to EOImode == 1Marc Zyngier
2015-08-04irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instanceJon Hunter