aboutsummaryrefslogtreecommitdiff
path: root/drivers/irqchip/irq-gic.c
AgeCommit message (Expand)Author
2015-01-21irq: gic: Add support for NMI routingDaniel Thompson
2015-01-05irqchip: gic: Introduce plumbing for IPI FIQDaniel Thompson
2015-01-05irqchip: gic: Make gic_raise_softirq FIQ-safeDaniel Thompson
2015-01-05irqchip: gic: Optimize locking in gic_raise_softirqDaniel Thompson
2014-12-15Merge branch 'irq-irqdomain-arm-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2014-11-26irqchip: gic-v2m: Add support for ARM GICv2m MSI(-X) doorbellSuravee Suthikulpanit
2014-11-26irqchip: gic: Support hierarchy irq domain.Yingjoe Chen
2014-10-22ARM: realview: basic device tree implementationLinus Walleij
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-09Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-09-18irqchip: Properly fetch the per cpu offsetChristoph Lameter
2014-09-14Merge branch 'irqchip/handle_domain' into irqchip/coreJason Cooper
2014-09-03irqchip: gic: Convert to handle_domain_irqMarc Zyngier
2014-09-03irqchip: gic: Make gic_default_routable_irq_domain_ops staticWill Deacon
2014-08-26irqchips: Replace __this_cpu_ptr usesChristoph Lameter
2014-08-19irqchip: gic: Preserve gic V2 bypass bits in cpu ctrl registerFeng Kan
2014-08-19irqchip: gic: Replace hex numbers with defines.Feng Kan
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-08-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-07-18irqchip: gic: Fix core ID calculation when topology is read from DTTomasz Figa
2014-07-17irqchip: gic: Add binding probe for ARM GIC400Suravee Suthikulpanit
2014-07-08irqchip: gic: Add support for cortex a7 compatible stringMatthias Brugger
2014-07-08irqchip: gic: Move some bits of GICv2 to a library-type fileMarc Zyngier
2014-06-19irq-gic: remove file name from heading commentSergei Shtylyov
2014-05-27Merge tag 'irqchip-3.16' of git://git.infradead.org/users/jcooper/linux into ...Thomas Gleixner
2014-05-19irqchip: gic: Use mask field in GICC_IARHaojian Zhuang
2014-04-17irqchip: Gic: Support forced affinity settingThomas Gleixner
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2014-04-05Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-03-12irqchip: Remove asmlinkage from static functionsStephen Boyd
2014-03-06irqchip: gic: Silence sparse warningsStephen Boyd
2014-02-25irqchip: gic: use dmb ishst instead of dsb when raising a softirqWill Deacon
2014-02-05DRIVERS: IRQCHIP: IRQ-GIC: Add support for routable irqsSricharan R
2013-12-02Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-11-28irqchip: Gic: fix boot for chained gicsMark Rutland
2013-09-23ARM: GIC: interface to send a SGI directlyNicolas Pitre
2013-09-23ARM: GIC: function to retrieve the physical address of the SGIRNicolas Pitre
2013-09-17Merge branch 'iks_for_rmk' of git://git.linaro.org/people/nico/linux into dev...Russell King
2013-08-28drivers: irq-chip: irq-gic: introduce gic_cpu_if_down()Nicolas Pitre
2013-07-30ARM: bL_switcher: do not hardcode GIC IDs in the codeNicolas Pitre
2013-07-30ARM: gic: add CPU migration supportNicolas Pitre
2013-07-14clocksource+irqchip: delete __cpuinit usage from all related filesPaul Gortmaker
2013-06-20irqchip: gic: call gic_cpu_init() as well in CPU_STARTING_FROZEN caseShawn Guo
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-04-02Merge branch 'gic' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/...Olof Johansson
2013-04-02irqchip: irq-gic: Fix checkpatch errorsSachin Kamat
2013-03-26irqchip: gic: fix irq_trigger returnAbhijeet Dharmapurikar
2013-03-26irqchip: gic: Perform the gic_secondary_init() call via CPU notifierCatalin Marinas
2013-03-26irqchip: gic: Call handle_bad_irq() directlyCatalin Marinas
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas