aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/common/gic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-12ARM: remove mach .handle_irq for GIC usersRob Herring1-1/+1
2013-01-10ARM: GIC: set handle_arch_irq in GIC initializationRob Herring1-0/+3
2013-01-10ARM: GIC: remove direct use of gic_raise_softirqRob Herring1-21/+24
2012-11-19ARM: gic: use a private mapping for CPU target interfacesNicolas Pitre1-9/+36
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-7/+6
2012-03-24ARM: 7318/1: gic: refactor irq_start assignmentWill Deacon1-7/+6
2012-02-16irq_domain/c6x: constify irq_domain structuresGrant Likely1-1/+1
2012-02-16irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely1-48/+37
2012-02-14irq_domain: Make irq_domain structure match powerpc's irq_hostGrant Likely1-7/+7
2012-01-23ARM: 7293/1: logical_cpu_map: decouple CPU mapping from SMPWill Deacon1-5/+2
2011-12-05Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stableRussell King1-6/+9
2011-11-26ARM: 7177/1: GIC: avoid skipping non-existent PPIs in irq_start calculationWill Deacon1-5/+8
2011-11-26ARM: 7176/1: cpu_pm: register GIC PM notifier only onceMarc Zyngier1-1/+2
2011-11-15ARM: GIC: Make MULTI_IRQ_HANDLER mandatoryMarc Zyngier1-4/+0
2011-11-15ARM: GIC: Add global gic_handle_irq() functionMarc Zyngier1-0/+27
2011-11-15ARM: gic: allow GIC to support non-banked setupsMarc Zyngier1-19/+114
2011-11-01Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-63/+125
2011-11-01ARM: gic: use module.h instead of export.hArnd Bergmann1-1/+1
2011-10-31ARM: gic: fix irq_alloc_descs handling for sparse irqRob Herring1-4/+11
2011-10-31ARM: gic: add OF based initializationRob Herring1-0/+61
2011-10-31ARM: gic: add irq_domain supportRob Herring1-62/+56
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-11/+220
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+13
2011-10-23Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platforms into devel-stableRussell King1-14/+46
2011-10-23ARM: gic, local timers: use the request_percpu_irq() interfaceMarc Zyngier1-52/+0
2011-10-23ARM: gic: consolidate PPI handlingMarc Zyngier1-1/+74
2011-10-17ARM: 7061/1: gic: convert logical CPU numbers into physical numbersWill Deacon1-3/+14
2011-09-23ARM: gic: Allow gic arch extensions to provide irqchip flagsColin Cross1-0/+1
2011-09-23ARM: gic: Use cpu pm notifiers to save gic stateColin Cross1-0/+187
2011-09-13locking, ARM: Annotate low level hw locks as rawThomas Gleixner1-13/+13
2011-07-26Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-6/+0
2011-07-21ARM: GIC: avoid routing interrupts to offline CPUsRussell King1-3/+3
2011-07-21ARM: CPU hotplug: fix abuse of irqdesc->nodeRussell King1-1/+0
2011-07-20ARM: GIC: move gic_chip_data structure declaration to headerChanghwan Youn1-6/+0
2011-05-11ARM: GIC: Convert GIC library to use the IO relaxed operationsSantosh Shilimkar1-24/+30
2011-05-11ARM: gic: use handle_fasteoi_irq for SPIsWill Deacon1-16/+16
2011-03-29arm: Fold irq_set_chip/irq_set_handlerThomas Gleixner1-2/+1
2011-03-29arm: Reorder irq_set_ function callsThomas Gleixner1-1/+1
2011-03-29arm: Cleanup the irq namespaceThomas Gleixner1-7/+7
2011-03-29arm: gic: Use proper accessor functionsThomas Gleixner1-1/+1
2011-03-09ARM: 6777/1: gic: Add hooks for architecture specific extensionsSantosh Shilimkar1-0/+47
2011-02-23ARM: irq migration: update GIC migration codeRussell King1-13/+12
2011-01-13ARM: gic: irq_data conversion.Lennert Buytenhek1-33/+33
2010-12-14ARM: GIC: move enablement of PPI interrupts to gic.cRussell King1-0/+10
2010-12-14ARM: GIC: move gic_data[] initialization into gic_init()Russell King1-24/+24
2010-12-14ARM: GIC: consolidate gic_cpu_base_addr to common GIC codeRussell King1-0/+5
2010-12-14ARM: GIC: Remove MMIO address from gic_cpu_init, rename to gic_secondary_initRussell King1-1/+6
2010-12-14ARM: GIC: provide a single initialization function for boot CPURussell King1-2/+9
2010-12-06ARM: 6524/1: GIC irq desciptor bug fixChao Xie1-1/+7
2010-11-30ARM: 6496/1: GIC: Do not try to register more then NR_IRQS interruptsPawel Moll1-15/+17