summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'depends/rmk-psci' into next/virtOlof Johansson2013-02-116-0/+283
|\
| * ARM: psci: add support for PSCI invocations from the kernelWill Deacon2013-01-104-0/+258
| * ARM: opcodes: add opcodes definitions for ARM security extensionsWill Deacon2013-01-101-0/+24
| * ARM: opcodes: add missing include of linux/linkage.hWill Deacon2013-01-101-0/+1
* | Merge branch 'irqchip/gic-vic-move' into next/virtOlof Johansson2013-02-11138-1921/+112
|\ \
| * | irqchip: Move ARM vic.h to include/linux/irqchip/arm-vic.hRob Herring2013-01-1213-50/+12
| * | ARM: picoxcell: use common irqchip_init functionRob Herring2013-01-121-12/+2
| * | ARM: spear: use common irqchip_init functionRob Herring2013-01-126-33/+8
| * | irqchip: Move ARM VIC to drivers/irqchipRob Herring2013-01-123-500/+0
| * | ARM: samsung: remove unused tick.hRob Herring2013-01-122-55/+0
| * | ARM: remove unneeded vic.h includesRob Herring2013-01-1236-37/+0
| * | ARM: remove mach .handle_irq for VIC usersRob Herring2013-01-1241-87/+36
| * | ARM: VIC: set handle_arch_irq in VIC initializationRob Herring2013-01-121-0/+1
| * | ARM: VIC: shrink down vic.hRob Herring2013-01-122-21/+19
| * | irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hRob Herring2013-01-1236-85/+35
| * | ARM: use common irqchip_init for GIC initRob Herring2013-01-1218-145/+35
| * | irqchip: Move ARM GIC to drivers/irqchipRob Herring2013-01-123-826/+0
| * | ARM: remove mach .handle_irq for GIC usersRob Herring2013-01-1246-70/+1
| * | ARM: GIC: set handle_arch_irq in GIC initializationRob Herring2013-01-101-0/+3
| * | ARM: GIC: remove direct use of gic_raise_softirqRob Herring2013-01-1018-57/+33
| * | ARM: GIC: remove assembly ifdefs from gic.hRob Herring2013-01-101-6/+0
| * | ARM: mach-ux500: use SGI0 to wake up the other coreSrinidhi Kasagar2013-01-101-1/+1
| * | arm: add set_handle_irq() to register the parent IRQ controller handler functionThomas Petazzoni2013-01-102-0/+11
| |/
* | Merge branch 'for-arm-soc/arch-timers' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2013-02-118-594/+287
|\ \
| * \ Merge branch 'for-will/arch-timer-unification' of git://linux-arm.org/linux-m...Will Deacon2013-02-018-594/+287
| |\ \
| | * | arm64: move from arm_generic to arm_arch_timerMark Rutland2013-01-314-104/+161
| | * | arm64: arm_generic: prevent reading stale timeMark Rutland2013-01-311-0/+2
| | * | arm: arch_timer: move core to drivers/clocksourceMark Rutland2013-01-314-386/+24
| | * | arm: arch_timer: add arch_counter_set_user_accessMark Rutland2013-01-312-0/+14
| | * | arm: arch_timer: divorce from local_timer apiMark Rutland2013-01-311-23/+29
| | * | arm: arch_timer: add isbs to register accessorsMark Rutland2013-01-311-0/+4
| | * | arm: arch_timer: factor out register accessorsMark Rutland2013-01-312-92/+94
| | * | arm: arch_timer: split cntfrq accessorMark Rutland2013-01-311-7/+9
| | * | arm: arch_timer: standardise counter readingMark Rutland2013-01-311-36/+22
| | * | arm: arch_timer: use u64/u32 for register dataMark Rutland2013-01-311-19/+11
| | * | arm: arch_timer: remove redundant available checkMark Rutland2013-01-311-12/+0
| | * | arm: arch_timer: balance device_node refcountingMark Rutland2013-01-311-0/+2
| | |/
* | | Merge branch 'for-rmk/broadcast' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2013-02-112-9/+5
|\| |
| * | arm: Add generic timer broadcast supportMark Rutland2013-02-012-2/+2
| * | arm: Use generic timer broadcast receiverMark Rutland2013-02-011-7/+3
* | | Merge branch 'for-rmk/virt/kvm/core' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2013-02-1135-12/+6437
|\ \ \
| * | | KVM: ARM: Power State Coordination Interface implementationMarc Zyngier2013-01-237-4/+190
| * | | KVM: ARM: Handle I/O abortsChristoffer Dall2013-01-239-3/+255
| * | | KVM: ARM: Handle guest faults in KVMChristoffer Dall2013-01-234-1/+192
| * | | KVM: ARM: VFP userspace interfaceRusty Russell2013-01-232-0/+190
| * | | KVM: ARM: Demux CCSIDR in the userspace APIChristoffer Dall2013-01-232-3/+170
| * | | KVM: ARM: User space API for getting/setting co-proc registersChristoffer Dall2013-01-234-4/+345
| * | | KVM: ARM: Emulation framework and CP15 emulationChristoffer Dall2013-01-2311-4/+1160
| * | | KVM: ARM: World-switch implementationChristoffer Dall2013-01-236-4/+1122
| * | | KVM: ARM: Inject IRQs and FIQs from userspaceChristoffer Dall2013-01-234-0/+112