summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2013-02-11ARM: KVM: VGIC initialisation codeMarc Zyngier3-0/+250
2013-02-11ARM: KVM: VGIC control interface world switchMarc Zyngier2-0/+86
2013-02-11ARM: KVM: VGIC interrupt injectionMarc Zyngier3-10/+170
2013-02-11ARM: KVM: vgic: retire queued, disabled interruptsMarc Zyngier1-0/+30
2013-02-11ARM: KVM: VGIC virtual CPU interface managementMarc Zyngier2-1/+357
2013-02-11ARM: KVM: VGIC distributor handlingMarc Zyngier2-1/+677
2013-02-11ARM: KVM: VGIC accept vcpu and dist base addresses from user spaceChristoffer Dall4-1/+89
2013-02-11ARM: KVM: Initial VGIC infrastructure codeMarc Zyngier7-1/+275
2013-02-11ARM: KVM: Keep track of currently running vcpusMarc Zyngier2-0/+40
2013-02-11KVM: ARM: Introduce KVM_ARM_SET_DEVICE_ADDR ioctlChristoffer Dall2-1/+35
2013-01-24Merge remote-tracking branch 'arm-soc/irqchip/gic-vic-move' into kvm-arm/vgicMarc Zyngier138-1900/+112
2013-01-23KVM: ARM: Power State Coordination Interface implementationMarc Zyngier7-4/+190
2013-01-23KVM: ARM: Handle I/O abortsChristoffer Dall9-3/+255
2013-01-23KVM: ARM: Handle guest faults in KVMChristoffer Dall4-1/+192
2013-01-23KVM: ARM: VFP userspace interfaceRusty Russell2-0/+190
2013-01-23KVM: ARM: Demux CCSIDR in the userspace APIChristoffer Dall2-3/+170
2013-01-23KVM: ARM: User space API for getting/setting co-proc registersChristoffer Dall4-4/+345
2013-01-23KVM: ARM: Emulation framework and CP15 emulationChristoffer Dall11-4/+1160
2013-01-23KVM: ARM: World-switch implementationChristoffer Dall6-4/+1122
2013-01-23KVM: ARM: Inject IRQs and FIQs from userspaceChristoffer Dall4-0/+112
2013-01-23KVM: ARM: Memory virtualization setupChristoffer Dall8-2/+488
2013-01-23KVM: ARM: Hypervisor initializationChristoffer Dall9-0/+755
2013-01-23KVM: ARM: Initial skeleton to compile KVM supportChristoffer Dall19-0/+1385
2013-01-23ARM: Section based HYP idmapChristoffer Dall4-12/+51
2013-01-23ARM: Add page table and page defines needed by KVMChristoffer Dall3-0/+47
2013-01-18ARM: perf: simplify __hw_perf_event_init err handlingMark Rutland1-5/+3
2013-01-18ARM: perf: remove unnecessary checks for idx < 0Mark Rutland1-8/+0
2013-01-18ARM: perf: handle armpmu_register failingMark Rutland1-5/+10
2013-01-16ARM: perf: don't pretend to support counting of L1I writesWill Deacon3-12/+12
2013-01-14ARM: perf: remove redundant NULL check on cpu_pmuWill Deacon1-1/+1
2013-01-12irqchip: Move ARM vic.h to include/linux/irqchip/arm-vic.hRob Herring13-50/+12
2013-01-12ARM: picoxcell: use common irqchip_init functionRob Herring1-12/+2
2013-01-12ARM: spear: use common irqchip_init functionRob Herring6-33/+8
2013-01-12irqchip: Move ARM VIC to drivers/irqchipRob Herring3-500/+0
2013-01-12ARM: samsung: remove unused tick.hRob Herring2-55/+0
2013-01-12ARM: remove unneeded vic.h includesRob Herring36-37/+0
2013-01-12ARM: remove mach .handle_irq for VIC usersRob Herring41-87/+36
2013-01-12ARM: VIC: set handle_arch_irq in VIC initializationRob Herring1-0/+1
2013-01-12ARM: VIC: shrink down vic.hRob Herring2-21/+19
2013-01-12irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hRob Herring36-85/+35
2013-01-12ARM: use common irqchip_init for GIC initRob Herring18-145/+35
2013-01-12irqchip: Move ARM GIC to drivers/irqchipRob Herring3-826/+0
2013-01-12ARM: remove mach .handle_irq for GIC usersRob Herring46-70/+1
2013-01-11ARM: Use implementor and part defines from cputype.hChristoffer Dall1-18/+16
2013-01-11ARM: Define CPU part numbers and implementorsChristoffer Dall1-0/+33
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 Herring18-57/+33
2013-01-10ARM: GIC: remove assembly ifdefs from gic.hRob Herring1-6/+0
2013-01-10ARM: mach-ux500: use SGI0 to wake up the other coreSrinidhi Kasagar1-1/+1
2013-01-10arm: add set_handle_irq() to register the parent IRQ controller handler functionThomas Petazzoni2-0/+11