summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-201-0/+1
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel2012-12-161-0/+1
| |\ \ \ \
| | * | | | ARM64: dma_debug: add debug_dma_mapping_error supportShuah Khan2012-11-281-0/+1
| | |/ / /
* | | | | compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2012-12-171-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-123-8/+5
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2012-11-281-8/+0
| * | | | arm64: sanitize copy_thread(), switch to generic fork/vfork/cloneAl Viro2012-11-283-2/+7
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-284-17/+11
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Merge branch 'arch-microblaze' into no-rebasesAl Viro2012-11-162-1/+2
| | |\ \ \ \
* | | \ \ \ \ Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-1212-26/+183
|\ \ \ \ \ \ \
| * | | | | | | arm64: compat for clock_adjtime(2) is miswiredAl Viro2012-12-051-1/+1
| * | | | | | | arm64: move FP-SIMD save/restore code to a macroMarc Zyngier2012-12-051-0/+64
| * | | | | | | arm64: add hypervisor stubMarc Zyngier2012-12-051-0/+3
| * | | | | | | arm64: record boot mode when entering the kernelMarc Zyngier2012-12-051-0/+51
| * | | | | | | arm64: move vector entry macro to assembler.hMarc Zyngier2012-12-051-0/+8
| * | | | | | | arm64: add AArch32 execution modes to ptrace.hMarc Zyngier2012-12-051-0/+10
| * | | | | | | arm64: expand register mapping between AArch32 and AArch64Marc Zyngier2012-12-051-2/+19
| * | | | | | | arm64: generic timer: use virtual counter instead of physical at EL0Will Deacon2012-12-051-4/+4
| * | | | | | | arm64: Make !dirty ptes read-onlyCatalin Marinas2012-11-291-0/+2
| * | | | | | | arm64: Convert empty flush_cache_{mm,page} functions to static inlineCatalin Marinas2012-11-231-2/+9
| * | | | | | | arm64: Include the clkdev.h generic headerCatalin Marinas2012-11-231-0/+1
| * | | | | | | Merge remote-tracking branch 'viro/arch-arm64' into execveCatalin Marinas2012-11-192-8/+9
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge commit '6ba1bc826d160fe4f32bcb188687dcca4bdfaf3d' into arch-arm64Al Viro2012-11-167-23/+16
| | |\ \ \ \ \ \
| | * | | | | | | arm64: get rid of fork/vfork/clone wrappersAl Viro2012-10-222-8/+9
| * | | | | | | | Merge tag 'v3.7-rc5' into execveCatalin Marinas2012-11-138-24/+18
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | / / / / | | | |_|/ / / / | | |/| | | | |
| * | | | | | | arm64: Use generic sys_execve() implementationCatalin Marinas2012-10-173-4/+2
| * | | | | | | arm64: Use generic kernel_thread() implementationCatalin Marinas2012-10-171-5/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-12-081-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | open*(2) compat fixes (s390, arm64)Al Viro2012-12-021-1/+1
| |_|_|_|/ |/| | | |
* | | | | arm64: Distinguish between user and kernel XN bitsCatalin Marinas2012-11-163-23/+25
| |_|/ / |/| | |
* | | | arm64: mm: fix booting on systems with no memory below 4GBWill Deacon2012-11-081-0/+2
* | | | arm64: compat: select CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSIONWill Deacon2012-11-081-1/+0
| |_|/ |/| |
* | | arm64: elf: fix core dumping definitions for GP and FP registersWill Deacon2012-11-082-7/+3
* | | arm64: Move PCI_IOBASE closer to MODULES_VADDRCatalin Marinas2012-10-231-1/+1
* | | arm64: Use pgprot_t as the last argument when invoking __ioremap()Catalin Marinas2012-10-231-3/+3
|/ /
* | arm64: fix alignment padding in assembly codeMarc Zyngier2012-10-202-1/+7
* | arm64: ptrace: make structure padding explicit for debug registersWill Deacon2012-10-181-1/+2
* | arm64: No need to set the x0-x2 registers in start_thread()Catalin Marinas2012-10-181-10/+0
|/
* UAPI: (Scripted) Disintegrate arch/arm64/include/asmDavid Howells2012-10-1121-132/+225
* arm64: Do not export the compat-specific definitions to the userCatalin Marinas2012-10-112-4/+10
* arm64: Do not include asm/unistd32.h in asm/unistd.hCatalin Marinas2012-10-112-21/+11
* arm64: Remove unused definitions from asm/unistd32.hCatalin Marinas2012-10-111-707/+384
* arm64: Use the generic compat_sys_sendfile() implementationCatalin Marinas2012-10-081-0/+1
* Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds2012-10-074-11/+9
|\
| * UAPI: Split compound conditionals containing __KERNEL__ in Arm64David Howells2012-10-043-3/+9
| * UAPI: Fix the guards on various asm/unistd.h filesDavid Howells2012-10-042-8/+0
* | compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko2012-10-061-1/+59
|/
* UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-021-0/+3
* arm64: ptrace: remove obsolete ptrace request numbers from user headersWill Deacon2012-09-271-11/+6