Age | Commit message (Expand) | Author | Files | Lines |
2015-02-13 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 1 | -1/+1 |
2015-01-04 | x86, um: actually mark system call tables readonly | Daniel Borkmann | 2 | -2/+2 |
2014-12-14 | Merge branch 'akpm' (second patch-bomb from Andrew) | Linus Torvalds | 1 | -0/+1 |
2014-12-13 | x86: hook up execveat system call | David Drysdale | 1 | -0/+1 |
2014-12-12 | arch: Add lightweight memory barriers dma_rmb() and dma_wmb() | Alexander Duyck | 1 | -6/+7 |
2014-12-12 | arch: Cleanup read_barrier_depends() and comments | Alexander Duyck | 1 | -4/+3 |
2014-10-20 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 2 | -4/+15 |
2014-10-13 | um: remove csum_partial_copy_generic_i386 to clean up exception table | Honggang Li | 1 | -239/+0 |
2014-09-24 | ARCH: AUDIT: audit_syscall_entry() should not require the arch | Eric Paris | 1 | -4/+0 |
2014-09-24 | UM: implement syscall_get_arch() | Eric Paris | 1 | -0/+15 |
2014-08-09 | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -24/+21 |
2014-08-09 | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area | Andy Lutomirski | 2 | -16/+0 |
2014-08-06 | um: Use get_signal() signal_setup_done() | Richard Weinberger | 1 | -24/+21 |
2014-07-17 | arch, locking: Ciao arch_mutex_cpu_relax() | Davidlohr Bueso | 1 | -1/+2 |
2014-05-06 | x86, vdso: Clean up 32-bit vs 64-bit vdso params | Andy Lutomirski | 1 | -1/+1 |
2014-03-11 | x86: Remove CONFIG_X86_OOSTORE | Dave Jones | 1 | -4/+0 |
2013-11-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds | 6 | -73/+18 |
2013-11-17 | um/vdso: add .gitignore for a couple of targets | Ramkumar Ramachandra | 1 | -0/+2 |
2013-11-17 | arch/um: make it work with defconfig and x86_64 | Ramkumar Ramachandra | 1 | -0/+5 |
2013-11-17 | um: Rewrite show_stack() | Richard Weinberger | 4 | -73/+11 |
2013-11-09 | switch elf_core_write_extra_data() to dump_emit() | Al Viro | 1 | -6/+2 |
2013-11-09 | switch elf_core_write_extra_phdrs() to dump_emit() | Al Viro | 1 | -5/+2 |
2013-09-07 | um: prctl: Do not include linux/ptrace.h | Richard Weinberger | 1 | -1/+1 |
2013-07-19 | um: remove dead code | Richard Weinberger | 1 | -1/+0 |
2013-03-04 | make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect | Al Viro | 1 | -2/+3 |
2013-02-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 6 | -63/+6 |
2013-02-22 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+1 |
2013-02-20 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2013-02-14 | burying unused conditionals | Al Viro | 1 | -1/+0 |
2013-02-04 | x86: switch to generic old sigaction | Al Viro | 3 | -40/+3 |
2013-02-04 | x86,um: switch to generic old sigsuspend() | Al Viro | 1 | -0/+1 |
2013-02-04 | x86: get rid of pt_regs argument in vm86/vm86old | Al Viro | 1 | -3/+0 |
2013-02-04 | x86: get rid of pt_regs argument in sigreturn variants | Al Viro | 1 | -13/+2 |
2013-02-04 | x86: get rid of pt_regs argument of iopl(2) | Al Viro | 1 | -1/+0 |
2013-02-04 | sanitize rt_sigaction() situation a bit | Al Viro | 1 | -5/+0 |
2013-01-11 | arch/x86/um: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -2/+1 |
2012-12-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -11/+4 |
2012-12-20 | um: don't compare a pointer to 0 | Sasha Levin | 1 | -1/+1 |
2012-12-20 | new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those | Al Viro | 1 | -7/+2 |
2012-12-20 | introduce generic sys_sigaltstack(), switch x86 and um to it | Al Viro | 3 | -2/+1 |
2012-12-20 | missing user_stack_pointer() instances | Al Viro | 1 | -0/+1 |
2012-12-20 | Bury the conditionals from kernel_thread/kernel_execve series | Al Viro | 1 | -2/+0 |
2012-12-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -20/+1 |
2012-11-30 | x86, 386 removal: Remove CONFIG_XADD | H. Peter Anvin | 1 | -1/+1 |
2012-11-29 | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h | Al Viro | 1 | -2/+0 |
2012-11-29 | x86, um: switch to generic fork/vfork/clone | Al Viro | 3 | -18/+1 |
2012-10-15 | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+2 |
2012-10-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+1 |
2012-10-12 | x86, um: convert to saner kernel_execve() semantics | Al Viro | 1 | -0/+1 |
2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -1/+1 |