summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2013-01-02arm64: Include linux/ptrace.h in asm/compat.hCatalin Marinas1-0/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+3
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2012-12-19new helper: compat_user_stack_pointer()Al Viro1-2/+3
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-1/+0
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas1-0/+1
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel1-0/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-8/+5
2012-12-12Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-26/+183
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+1
2012-12-05arm64: compat for clock_adjtime(2) is miswiredAl Viro1-1/+1
2012-12-05arm64: move FP-SIMD save/restore code to a macroMarc Zyngier1-0/+64
2012-12-05arm64: add hypervisor stubMarc Zyngier1-0/+3
2012-12-05arm64: record boot mode when entering the kernelMarc Zyngier1-0/+51
2012-12-05arm64: move vector entry macro to assembler.hMarc Zyngier1-0/+8
2012-12-05arm64: add AArch32 execution modes to ptrace.hMarc Zyngier1-0/+10
2012-12-05arm64: expand register mapping between AArch32 and AArch64Marc Zyngier1-2/+19
2012-12-05arm64: generic timer: use virtual counter instead of physical at EL0Will Deacon1-4/+4
2012-12-02open*(2) compat fixes (s390, arm64)Al Viro1-1/+1
2012-11-29arm64: Make !dirty ptes read-onlyCatalin Marinas1-0/+2
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro1-8/+0
2012-11-28arm64: sanitize copy_thread(), switch to generic fork/vfork/cloneAl Viro3-2/+7
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro4-17/+11
2012-11-28ARM64: dma_debug: add debug_dma_mapping_error supportShuah Khan1-0/+1
2012-11-23arm64: Convert empty flush_cache_{mm,page} functions to static inlineCatalin Marinas1-2/+9
2012-11-23arm64: Include the clkdev.h generic headerCatalin Marinas1-0/+1
2012-11-19Merge remote-tracking branch 'viro/arch-arm64' into execveCatalin Marinas2-8/+9
2012-11-16Merge branch 'arch-microblaze' into no-rebasesAl Viro2-1/+2
2012-11-16Merge commit '6ba1bc826d160fe4f32bcb188687dcca4bdfaf3d' into arch-arm64Al Viro7-23/+16
2012-11-16arm64: Distinguish between user and kernel XN bitsCatalin Marinas3-23/+25
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-11-13Merge tag 'v3.7-rc5' into execveCatalin Marinas8-24/+18
2012-11-08arm64: mm: fix booting on systems with no memory below 4GBWill Deacon1-0/+2
2012-11-08arm64: elf: fix core dumping definitions for GP and FP registersWill Deacon2-7/+3
2012-11-08arm64: compat: select CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSIONWill Deacon1-1/+0
2012-10-23arm64: Move PCI_IOBASE closer to MODULES_VADDRCatalin Marinas1-1/+1
2012-10-23arm64: Use pgprot_t as the last argument when invoking __ioremap()Catalin Marinas1-3/+3
2012-10-22arm64: get rid of fork/vfork/clone wrappersAl Viro2-8/+9
2012-10-20arm64: fix alignment padding in assembly codeMarc Zyngier2-1/+7
2012-10-18arm64: ptrace: make structure padding explicit for debug registersWill Deacon1-1/+2
2012-10-18arm64: No need to set the x0-x2 registers in start_thread()Catalin Marinas1-10/+0
2012-10-17arm64: Use generic sys_execve() implementationCatalin Marinas3-4/+2
2012-10-17arm64: Use generic kernel_thread() implementationCatalin Marinas1-5/+0
2012-10-11UAPI: (Scripted) Disintegrate arch/arm64/include/asmDavid Howells21-132/+225
2012-10-11arm64: Do not export the compat-specific definitions to the userCatalin Marinas2-4/+10
2012-10-11arm64: Do not include asm/unistd32.h in asm/unistd.hCatalin Marinas2-21/+11
2012-10-11arm64: Remove unused definitions from asm/unistd32.hCatalin Marinas1-707/+384
2012-10-08arm64: Use the generic compat_sys_sendfile() implementationCatalin Marinas1-0/+1
2012-10-07Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds4-11/+9
2012-10-06compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko1-1/+59