| Commit message (Expand) | Author | Age |
* | Patched in Tegra support. | Jonathan Herman | 2013-01-17 |
* | arm64: Include linux/ptrace.h in asm/compat.h | Catalin Marinas | 2013-01-02 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-20 |
|\ |
|
| * | new helper: compat_user_stack_pointer() | Al Viro | 2012-12-19 |
| * | Bury the conditionals from kernel_thread/kernel_execve series | Al Viro | 2012-12-19 |
* | | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2012-12-20 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *---. \ | Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'... | Joerg Roedel | 2012-12-16 |
| |\ \ \ \ |
|
| | * | | | | ARM64: dma_debug: add debug_dma_mapping_error support | Shuah Khan | 2012-11-28 |
| | |/ / / |
|
* | | | | | compat: generic compat_sys_sched_rr_get_interval() implementation | Catalin Marinas | 2012-12-17 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-12 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h | Al Viro | 2012-11-28 |
| * | | | | arm64: sanitize copy_thread(), switch to generic fork/vfork/clone | Al Viro | 2012-11-28 |
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc... | Al Viro | 2012-11-28 |
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | * | | | | Merge branch 'arch-microblaze' into no-rebases | Al Viro | 2012-11-16 |
| | |\ \ \ \ |
|
* | | \ \ \ \ | Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-12-12 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | arm64: compat for clock_adjtime(2) is miswired | Al Viro | 2012-12-05 |
| * | | | | | | | arm64: move FP-SIMD save/restore code to a macro | Marc Zyngier | 2012-12-05 |
| * | | | | | | | arm64: add hypervisor stub | Marc Zyngier | 2012-12-05 |
| * | | | | | | | arm64: record boot mode when entering the kernel | Marc Zyngier | 2012-12-05 |
| * | | | | | | | arm64: move vector entry macro to assembler.h | Marc Zyngier | 2012-12-05 |
| * | | | | | | | arm64: add AArch32 execution modes to ptrace.h | Marc Zyngier | 2012-12-05 |
| * | | | | | | | arm64: expand register mapping between AArch32 and AArch64 | Marc Zyngier | 2012-12-05 |
| * | | | | | | | arm64: generic timer: use virtual counter instead of physical at EL0 | Will Deacon | 2012-12-05 |
| * | | | | | | | arm64: Make !dirty ptes read-only | Catalin Marinas | 2012-11-29 |
| * | | | | | | | arm64: Convert empty flush_cache_{mm,page} functions to static inline | Catalin Marinas | 2012-11-23 |
| * | | | | | | | arm64: Include the clkdev.h generic header | Catalin Marinas | 2012-11-23 |
| * | | | | | | | Merge remote-tracking branch 'viro/arch-arm64' into execve | Catalin Marinas | 2012-11-19 |
| |\ \ \ \ \ \ \
| | | |/ / / / /
| | |/| | | | | |
|
| | * | | | | | | Merge commit '6ba1bc826d160fe4f32bcb188687dcca4bdfaf3d' into arch-arm64 | Al Viro | 2012-11-16 |
| | |\ \ \ \ \ \ |
|
| | * | | | | | | | arm64: get rid of fork/vfork/clone wrappers | Al Viro | 2012-10-22 |
| * | | | | | | | | Merge tag 'v3.7-rc5' into execve | Catalin Marinas | 2012-11-13 |
| |\ \ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | / / / /
| | | |_|/ / / /
| | |/| | | | | |
|
| * | | | | | | | arm64: Use generic sys_execve() implementation | Catalin Marinas | 2012-10-17 |
| * | | | | | | | arm64: Use generic kernel_thread() implementation | Catalin Marinas | 2012-10-17 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2012-12-08 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | tracing,x86: Add a TSC trace_clock | David Sharp | 2012-11-13 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | open*(2) compat fixes (s390, arm64) | Al Viro | 2012-12-02 |
| |_|_|_|/
|/| | | | |
|
* | | | | | arm64: Distinguish between user and kernel XN bits | Catalin Marinas | 2012-11-16 |
| |_|/ /
|/| | | |
|
* | | | | arm64: mm: fix booting on systems with no memory below 4GB | Will Deacon | 2012-11-08 |
* | | | | arm64: compat: select CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION | Will Deacon | 2012-11-08 |
| |_|/
|/| | |
|
* | | | arm64: elf: fix core dumping definitions for GP and FP registers | Will Deacon | 2012-11-08 |
* | | | arm64: Move PCI_IOBASE closer to MODULES_VADDR | Catalin Marinas | 2012-10-23 |
* | | | arm64: Use pgprot_t as the last argument when invoking __ioremap() | Catalin Marinas | 2012-10-23 |
|/ / |
|
* | | arm64: fix alignment padding in assembly code | Marc Zyngier | 2012-10-20 |
* | | arm64: ptrace: make structure padding explicit for debug registers | Will Deacon | 2012-10-18 |
* | | arm64: No need to set the x0-x2 registers in start_thread() | Catalin Marinas | 2012-10-18 |
|/ |
|
* | UAPI: (Scripted) Disintegrate arch/arm64/include/asm | David Howells | 2012-10-11 |
* | arm64: Do not export the compat-specific definitions to the user | Catalin Marinas | 2012-10-11 |
* | arm64: Do not include asm/unistd32.h in asm/unistd.h | Catalin Marinas | 2012-10-11 |
* | arm64: Remove unused definitions from asm/unistd32.h | Catalin Marinas | 2012-10-11 |
* | arm64: Use the generic compat_sys_sendfile() implementation | Catalin Marinas | 2012-10-08 |
* | Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headers | Linus Torvalds | 2012-10-06 |
|\ |
|