aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-gic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-10-20irqchip/gic: Add missing \n to CPU IF adjustment messageMarc Zyngier1-1/+1
2016-09-12irqchip/gic: Mark gic_init_physaddr() staticBaoyou Xie1-1/+1
2016-09-12irqchip/gic: Make locking a BL_SWITCHER only featureMarc Zyngier1-9/+27
2016-08-17irqchip/gic: Allow self-SGIs for SMP on UP configurationsMarc Zyngier1-0/+7
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+6
2016-07-14irqchip/gic: Convert to hotplug state machineRichard Cochran1-17/+6
2016-06-13irqchip/gic: Add platform driver for non-root GICs that require RPMJon Hunter1-4/+36
2016-06-13irqchip/gic: Prepare for adding platform driverJon Hunter1-7/+7
2016-06-13irqchip/gic: Add helper function for chip initialisationJon Hunter1-14/+27
2016-06-13irqchip/gic: Isolate early GIC initialisation codeJon Hunter1-23/+32
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-1/+1
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+83
2016-05-17Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-115/+207
2016-05-11irqchip/gic: Add helper functions for GIC setup and teardownJon Hunter1-19/+42
2016-05-11irqchip/gic: Store GIC configuration parametersJon Hunter1-49/+65
2016-05-11irqchip/gic: Pass GIC pointer to save/restore functionsJon Hunter1-35/+39
2016-05-11irqchip/gic: Return an error if GIC initialisation failsJon Hunter1-26/+73
2016-05-11irqchip/gic: Remove static irq_chip definition for eoimode1Jon Hunter1-16/+6
2016-05-11irqchip/gic: Don't initialise chip if mapping IO space failsJon Hunter1-2/+6
2016-05-11irqchip/gic: Ensure ordering between read of INTACK and shared dataWill Deacon1-0/+8
2016-05-03irqchip/gic-v2: Parse and export virtual GIC informationJulien Grall1-1/+75
2016-05-03irqchip/gic-v2: Gather ACPI specific data in a single structureJulien Grall1-4/+7
2016-04-25irqchip/gic: Restore CPU interface checkingMarc Zyngier1-3/+2
2016-03-08Merge branch 'linus' into irq/core, to pick up fixesIngo Molnar1-7/+6
2016-02-19irqchip/gic: Return IRQ_SET_MASK_OK_DONE in the set_affinity methodMarc Zyngier1-1/+1
2016-02-11irqchip/gic: Only set the EOImodeNS bit for the root controllerJon Hunter1-1/+1
2016-02-11irqchip/gic: Only populate set_affinity for the root controllerJon Hunter1-6/+5
2015-12-29Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner1-2/+6
2015-12-21irqchip/gic-v2m: acpi: Introducing GICv2m ACPI supportSuravee Suthikulpanit1-1/+5
2015-12-21irqdomain: Introduce is_fwnode_irqchip helperSuravee Suthikulpanit1-1/+1
2015-12-18irqchip/gic: Kconfig the number of instancesLinus Walleij1-20/+10
2015-12-16irqchip/gic: Make interrupt ID 1020 invalidMarc Zyngier1-1/+1
2015-12-16irqchip/gic: Assign irqchip dynamicallyLinus Walleij1-9/+13
2015-12-16irqchip/gic: Support RealView variant setupLinus Walleij1-1/+1
2015-11-17irqchip/gic: Add save/restore of the active stateMarc Zyngier1-0/+28
2015-11-17irqchip/gic: Clear enable bits before restoring themMarc Zyngier1-2/+8
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-34/+35
2015-10-13irqchip/gic: Kill the xlate methodMarc Zyngier1-25/+0
2015-10-13irqchip/gic: Switch ACPI support to stacked domainsMarc Zyngier1-14/+30
2015-10-13irqchip/gic: Get rid of gic_init_bases()Marc Zyngier1-5/+3
2015-10-13irqchip: Convert all alloc/xlate users from of_node to fwnodeMarc Zyngier1-4/+29
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier1-1/+1
2015-10-09irqchip/gic: Warn if GICv3 system registers are enabledMarc Zyngier1-0/+15
2015-10-01irqchip / GIC: Convert the GIC driver to ACPI probingMarc Zyngier1-34/+35
2015-09-22irqchip/gic: Add arm,pl390 supportGeert Uytterhoeven1-0/+1
2015-09-16irqchip: Kill off set_irq_flags usageRob Herring1-2/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-2/+2
2015-09-16irqchip/gic: Use IRQD_FORWARDED_TO_VCPU flagThomas Gleixner1-25/+9
2015-09-15irqchip/GIC: Add workaround for aliased GIC400Marc Zyngier1-5/+39