summaryrefslogtreecommitdiff
path: root/arch/arm/include
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge branch 'for-linus-2' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds22-19/+1008
2013-02-21Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds4-19/+7
2013-02-20Merge branch 'misc' into for-linusRussell King4-19/+7
2013-02-16ARM: 7648/1: pci: Allow passing per-controller private dataThierry Reding1-0/+1
2013-02-16ARM: 7637/1: memory: use SZ_ constants for defining the virtual memory layoutWill Deacon1-4/+4
2013-02-10Merge tag 'highbank-fixes-for-3.8' of git://sources.calxeda.com/kernel/linux ...Olof Johansson1-1/+7
2013-02-08ARM: 7641/1: memory: fix broken mmap by ensuring TASK_UNMAPPED_BASE is alignedWill Deacon1-1/+1
2013-02-06ARM: 7639/1: cache-l2x0: add missed dummy outer_resume entryBarry Song1-0/+1
2013-02-04Merge branch 'for-rmk/virt/kvm/core' of git://git.kernel.org/pub/scm/linux/ke...Russell King13-0/+900
2013-01-31ARM: scu: add empty scu_enable for !CONFIG_SMPRob Herring1-1/+7
2013-01-28ARM: 7632/1: spinlock: avoid exclusive accesses on unlock() pathWill Deacon1-15/+1
2013-01-24Merge branch 'for-rmk/virt/psci' of git://git.kernel.org/pub/scm/linux/kernel...Russell King3-0/+61
2013-01-24Merge branch 'for-rmk/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King1-0/+33
2013-01-24Merge branch 'for-rmk/virt/hyp-boot/updates' of git://git.kernel.org/pub/scm/...Russell King2-9/+5
2013-01-23KVM: ARM: Power State Coordination Interface implementationMarc Zyngier4-1/+53
2013-01-23KVM: ARM: Handle I/O abortsChristoffer Dall4-0/+69
2013-01-23KVM: ARM: Handle guest faults in KVMChristoffer Dall2-0/+14
2013-01-23KVM: ARM: VFP userspace interfaceRusty Russell1-0/+12
2013-01-23KVM: ARM: Demux CCSIDR in the userspace APIChristoffer Dall1-0/+9
2013-01-23KVM: ARM: User space API for getting/setting co-proc registersChristoffer Dall2-0/+13
2013-01-23KVM: ARM: Emulation framework and CP15 emulationChristoffer Dall4-0/+35
2013-01-23KVM: ARM: World-switch implementationChristoffer Dall2-0/+64
2013-01-23KVM: ARM: Inject IRQs and FIQs from userspaceChristoffer Dall2-0/+22
2013-01-23KVM: ARM: Memory virtualization setupChristoffer Dall3-0/+29
2013-01-23KVM: ARM: Hypervisor initializationChristoffer Dall5-0/+178
2013-01-23KVM: ARM: Initial skeleton to compile KVM supportChristoffer Dall6-0/+376
2013-01-23ARM: Section based HYP idmapChristoffer Dall2-0/+2
2013-01-23ARM: Add page table and page defines needed by KVMChristoffer Dall2-0/+25
2013-01-11ARM: Define CPU part numbers and implementorsChristoffer Dall1-0/+33
2013-01-11ARM: hw_breakpoint: Check function for OS Save and Restore mechanismDietmar Eggemann1-0/+3
2013-01-11ARM: coresight: common definition for (OS) Lock Access Register key valueDietmar Eggemann2-10/+6
2013-01-11ARM: psci: add support for PSCI invocations from the kernelWill Deacon1-0/+36
2013-01-11ARM: opcodes: add opcodes definitions for ARM security extensionsWill Deacon1-0/+24
2013-01-11ARM: opcodes: add missing include of linux/linkage.hWill Deacon1-0/+1
2013-01-11ARM: virt: use PSR_N_BIT for detecting boot CPU mode mismatchWill Deacon1-2/+2
2013-01-11ARM: virt: avoid clobbering lr when forcing svc modeRussell King1-7/+3
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-8/+0
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2012-12-20unify SS_ONSTACK/SS_DISABLE definitionsAl Viro1-7/+0
2012-12-20Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-1/+0
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel1-0/+1
2012-12-15Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2
2012-12-14ARM: add finit_module syscall to ARMKees Cook1-0/+1
2012-12-14Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2012-12-13Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2-0/+274
2012-12-13Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+16
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-1/+3
2012-12-13Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-6/+34
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-7/+62