aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds7-2/+127
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-2/+0
2012-10-11Merge branch 'fixes' into for-linusRussell King51-829/+544
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds4-6/+7
2012-10-09ARM: vfp: fix saving d16-d31 vfp registers on v6+ kernelsRussell King1-2/+2
2012-10-09ARM: 7549/1: HYP: fix boot on some ARM1136 coresMarc Zyngier1-4/+5
2012-10-07Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds30-697/+323
2012-10-07Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds7-0/+294
2012-10-06Merge branch 'fixes' into for-linusRussell King1-0/+1
2012-10-05ARM: 7548/1: include linux/sched.h in syscall.hWade Farnsworth1-0/+1
2012-10-04Merge branch 'arch-timers' into for-linusRussell King3-6/+17
2012-10-04Merge branches 'atags', 'cache-l2x0', 'clkdev', 'fixes', 'integrator', 'misc', 'opcodes' and 'syscall' into for-linusRussell King34-680/+396
2012-10-04Merge branch 'cleanup' into for-linusRussell King2-48/+2
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds3-3/+3
2012-10-02Merge branch 'for-v3.7' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds3-12/+4
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells3-3/+3
2012-10-02ARM: kill off arch_is_coherentRob Herring2-12/+3
2012-10-02ARM: add coherent dma opsRob Herring1-0/+1
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-14/+47
2012-10-01Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-50/+0
2012-10-01Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+4
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-65/+62
2012-10-01sanitize tsk_is_polling()Al Viro1-2/+0
2012-09-30arm: get rid of execve wrapper, switch to generic execve() implementationAl Viro1-0/+1
2012-09-30arm: optimized current_pt_regs()Al Viro1-0/+5
2012-09-30arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro1-0/+1
2012-09-30arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]Al Viro1-5/+0
2012-09-30Merge branch 'hyp-boot-mode-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into devel-stableRussell King5-15/+303
2012-09-26ARM: 7538/1: delay: add registration mechanism for delay timer sourcesJonathan Austin3-7/+9
2012-09-26Merge branch 'cache-louis' of git://linux-arm.org/linux-2.6-lp into devel-stableRussell King2-0/+16
2012-09-25ARM: mm: implement LoUIS API for cache maintenance opsLorenzo Pieralisi2-0/+16
2012-09-22Merge branch 'for-arm-soc-next' of git://git.linaro.org/people/ljones/linux-3.0-ux500 into next/dtOlof Johansson4-15/+58
2012-09-22Merge branch 'multiplatform/smp_ops' into next/multiplatformOlof Johansson2-14/+41
2012-09-21ARM: reserve syscall 378 for kcmpRussell King1-0/+2
2012-09-20Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux into next/multiplatformOlof Johansson2-0/+6
2012-09-20Merge branch 'next/dt' into next/multiplatformOlof Johansson1-1/+4
2012-09-20Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/cleanupOlof Johansson4-15/+58
2012-09-20Merge tag 'omap-devel-dt-merged-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dtOlof Johansson1-0/+7
2012-09-20the only place that needs to include asm/exec.h is linux/binfmts.hAl Viro1-1/+0
2012-09-20get rid of generic instances of asm/exec.hAl Viro2-6/+1
2012-09-19ARM: 7536/1: smp: Formalize an IPI for wakeupStephen Boyd1-1/+1
2012-09-19ARM: 7524/1: support syscall tracingWade Farnsworth3-1/+15
2012-09-19ARM: virt: Add boot-time diagnosticsDave Martin1-0/+17
2012-09-19ARM: virt: allow the kernel to be entered in HYP modeDave Martin3-0/+81
2012-09-19ARM: opcodes: add __ERET/__MSR_ELR_HYP instruction encodingMarc Zyngier1-0/+10
2012-09-16Merge tag 'cleanup-omap-tags-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanupOlof Johansson1-0/+7
2012-09-16Merge tag 'tegra-for-3.7-drivers-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/driversOlof Johansson2-19/+23
2012-09-15ARM: 7522/1: arch_timers: register a time/cycle counterMarc Zyngier1-0/+7
2012-09-15ARM: 7511/1: opcodes: Opcode definitions for the Virtualization ExtensionsDave Martin2-0/+31
2012-09-15ARM: 7510/1: opcodes: Add helpers for emitting custom opcodesDave Martin1-0/+69