summaryrefslogtreecommitdiff
path: root/drivers/irqchip/irq-gic.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-08irqchip: gic: Fix unsafe locking reported by lockdepMarc Zyngier1-8/+12
2015-01-26irqchip: gic: Allow interrupt level to be set for PPIsLiviu Dudau1-3/+6
2014-12-15Merge branch 'irq-irqdomain-arm-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-24/+57
2014-11-26irqchip: gic-v2m: Add support for ARM GICv2m MSI(-X) doorbellSuravee Suthikulpanit1-0/+4
2014-11-26irqchip: gic: Support hierarchy irq domain.Yingjoe Chen1-24/+53
2014-10-22ARM: realview: basic device tree implementationLinus Walleij1-0/+2
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+5
2014-10-09Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-15/+34
2014-09-18irqchip: Properly fetch the per cpu offsetChristoph Lameter1-1/+1
2014-09-14Merge branch 'irqchip/handle_domain' into irqchip/coreJason Cooper1-2/+1
2014-09-03irqchip: gic: Convert to handle_domain_irqMarc Zyngier1-2/+1
2014-09-03irqchip: gic: Make gic_default_routable_irq_domain_ops staticWill Deacon1-1/+1
2014-08-26irqchips: Replace __this_cpu_ptr usesChristoph Lameter1-5/+5
2014-08-19irqchip: gic: Preserve gic V2 bypass bits in cpu ctrl registerFeng Kan1-3/+22
2014-08-19irqchip: gic: Replace hex numbers with defines.Feng Kan1-12/+13
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+0
2014-08-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-55/+4
2014-07-18irqchip: gic: Fix core ID calculation when topology is read from DTTomasz Figa1-1/+4
2014-07-17irqchip: gic: Add binding probe for ARM GIC400Suravee Suthikulpanit1-0/+1
2014-07-08irqchip: gic: Add support for cortex a7 compatible stringMatthias Brugger1-0/+1
2014-07-08irqchip: gic: Move some bits of GICv2 to a library-type fileMarc Zyngier1-55/+4
2014-06-19irq-gic: remove file name from heading commentSergei Shtylyov1-2/+0
2014-05-27Merge tag 'irqchip-3.16' of git://git.infradead.org/users/jcooper/linux into ...Thomas Gleixner1-1/+1
2014-05-19irqchip: gic: Use mask field in GICC_IARHaojian Zhuang1-1/+1
2014-04-17irqchip: Gic: Support forced affinity settingThomas Gleixner1-2/+6
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-10/+72
2014-04-05Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2014-03-12irqchip: Remove asmlinkage from static functionsStephen Boyd1-1/+1
2014-03-06irqchip: gic: Silence sparse warningsStephen Boyd1-4/+5
2014-02-25irqchip: gic: use dmb ishst instead of dsb when raising a softirqWill Deacon1-2/+2
2014-02-05DRIVERS: IRQCHIP: IRQ-GIC: Add support for routable irqsSricharan R1-10/+72
2013-12-02Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+5
2013-11-28irqchip: Gic: fix boot for chained gicsMark Rutland1-4/+5
2013-09-23ARM: GIC: interface to send a SGI directlyNicolas Pitre1-0/+14
2013-09-23ARM: GIC: function to retrieve the physical address of the SGIRNicolas Pitre1-0/+29
2013-09-17Merge branch 'iks_for_rmk' of git://git.linaro.org/people/nico/linux into dev...Russell King1-3/+105
2013-08-28drivers: irq-chip: irq-gic: introduce gic_cpu_if_down()Nicolas Pitre1-0/+6
2013-07-30ARM: bL_switcher: do not hardcode GIC IDs in the codeNicolas Pitre1-0/+21
2013-07-30ARM: gic: add CPU migration supportNicolas Pitre1-3/+84
2013-07-14clocksource+irqchip: delete __cpuinit usage from all related filesPaul Gortmaker1-4/+4
2013-06-20irqchip: gic: call gic_cpu_init() as well in CPU_STARTING_FROZEN caseShawn Guo1-1/+1
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+25
2013-04-02Merge branch 'gic' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/...Olof Johansson1-10/+24
2013-04-02irqchip: irq-gic: Fix checkpatch errorsSachin Kamat1-2/+2
2013-03-26irqchip: gic: fix irq_trigger returnAbhijeet Dharmapurikar1-1/+2
2013-03-26irqchip: gic: Perform the gic_secondary_init() call via CPU notifierCatalin Marinas1-7/+21
2013-03-26irqchip: gic: Call handle_bad_irq() directlyCatalin Marinas1-2/+1
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas1-0/+1
2013-03-04irqchip: fix typo when moving gic_raise_softirq()Javi Merino1-1/+1
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+845