summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-gic.c
Commit message (Expand)AuthorAgeFilesLines
* irqchip: Kill off set_irq_flags usageRob Herring2015-09-161-2/+2
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-2/+2
* irqchip/gic: Use IRQD_FORWARDED_TO_VCPU flagThomas Gleixner2015-09-161-25/+9
* irqchip/GIC: Add workaround for aliased GIC400Marc Zyngier2015-09-151-5/+39
* irqchip/GIC: Fix EOImode setting for non-DT/ACPI systemsMarc Zyngier2015-09-011-3/+16
* irqchip/GIC: Don't deactivate interrupts forwarded to a guestMarc Zyngier2015-08-271-0/+55
* irqchip/GIC: Convert to EOImode == 1Marc Zyngier2015-08-271-3/+68
* irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instanceJon Hunter2015-08-041-6/+12
* irqchip/gic: Only allow the primary GIC to set the CPU mapJon Hunter2015-08-041-18/+25
* Merge branch 'linus' into irq/coreThomas Gleixner2015-07-301-1/+1
|\
| * ACPI / ARM64 : use the new BAD_MADT_GICC_ENTRY macroAl Stone2015-07-071-1/+1
* | irqchip/gic: Remove redundant gic_set_irqchip_flagsSudeep Holla2015-07-271-5/+0
* | irqchip/gic: Enable SKIP_SET_WAKE and MASK_ON_SUSPENDSudeep Holla2015-07-271-1/+3
* | irqchip: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-111-2/+2
* | irqchip/gic: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-3/+2
* | irqchip: Prepare for local stub header removalJoel Porquet2015-07-111-1/+1
|/
* irqchip: gic: Simplify gic_configure_irq by using IRQCHIP_SET_TYPE_MASKEDSudeep Holla2015-06-051-0/+1
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-091-70/+1
|\
| * irqchip: gic: Drop support for gic_arch_extnMarc Zyngier2015-04-241-70/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-241-0/+104
|\ \ | |/ |/|
| * ACPI: move arm64 GSI IRQ model to generic GSI IRQ layerLorenzo Pieralisi2015-03-261-0/+2
| * irqchip: Add GICv2 specific ACPI boot supportTomasz Nowicki2015-03-261-0/+102
* | Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2015-04-111-51/+7
|\ \
| * \ Merge branch 'irqchip/stacked-irq_set_wake' into irqchip/coreJason Cooper2015-04-101-0/+5
| |\ \
| | * | irqchip: gic: Add an entry point to set up irqchip flagsMarc Zyngier2015-03-151-0/+5
| * | | Merge branch 'irqchip/stacked-omap' into irqchip/coreJason Cooper2015-04-101-54/+5
| |\ \ \
| | * | | irqchip: gic: Get rid of routable domainMarc Zyngier2015-03-151-54/+5
| | |/ /
* | | | Merge tag 'irqchip-core-4.1-2' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2015-04-111-1/+1
|\ \ \ \ | |/ / /
| * | | irqchip: gic: Don't complain in gic_get_cpumask() if UP systemStephen Boyd2015-03-151-1/+1
| |/ /
* | | irqchip: GIC: Add support for irq_[get, set]_irqchip_state()Marc Zyngier2015-04-081-4/+65
| |/ |/|
* | irqchip: gic: Fix unsafe locking reported by lockdepMarc Zyngier2015-03-081-8/+12
|/
* irqchip: gic: Allow interrupt level to be set for PPIsLiviu Dudau2015-01-261-3/+6
* Merge branch 'irq-irqdomain-arm-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2014-12-151-24/+57
|\
| * irqchip: gic-v2m: Add support for ARM GICv2m MSI(-X) doorbellSuravee Suthikulpanit2014-11-261-0/+4
| * irqchip: gic: Support hierarchy irq domain.Yingjoe Chen2014-11-261-24/+53
* | ARM: realview: basic device tree implementationLinus Walleij2014-10-221-0/+2
|/
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-5/+5
|\
| * irqchip: Properly fetch the per cpu offsetChristoph Lameter2014-09-181-1/+1
| * irqchips: Replace __this_cpu_ptr usesChristoph Lameter2014-08-261-5/+5
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-091-15/+34
|\ \
| * \ Merge branch 'irqchip/handle_domain' into irqchip/coreJason Cooper2014-09-141-2/+1
| |\ \
| | * | irqchip: gic: Convert to handle_domain_irqMarc Zyngier2014-09-031-2/+1
| | |/
| * | irqchip: gic: Preserve gic V2 bypass bits in cpu ctrl registerFeng Kan2014-08-191-3/+22
| * | irqchip: gic: Replace hex numbers with defines.Feng Kan2014-08-191-12/+13
| |/
* | irqchip: gic: Make gic_default_routable_irq_domain_ops staticWill Deacon2014-09-031-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-08-061-2/+0
|\
| * irq-gic: remove file name from heading commentSergei Shtylyov2014-06-191-2/+0
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-08-041-55/+4
|\ \
| * | irqchip: gic: Move some bits of GICv2 to a library-type fileMarc Zyngier2014-07-081-55/+4
* | | irqchip: gic: Fix core ID calculation when topology is read from DTTomasz Figa2014-07-181-1/+4
OpenPOWER on IntegriCloud