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