- f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
- b485342 x86, um: actually mark system call tables readonly by Daniel Borkmann · 10 years ago
- 78a45c6 Merge branch 'akpm' (second patch-bomb from Andrew) by Linus Torvalds · 10 years ago
- 27d6ec7 x86: hook up execveat system call by David Drysdale · 10 years ago
- 1077fa3 arch: Add lightweight memory barriers dma_rmb() and dma_wmb() by Alexander Duyck · 10 years ago
- 8a44971 arch: Cleanup read_barrier_depends() and comments by Alexander Duyck · 10 years ago
- ab074ad Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
- 6713123 um: remove csum_partial_copy_generic_i386 to clean up exception table by Honggang Li · 11 years ago
- 9139740 ARCH: AUDIT: audit_syscall_entry() should not require the arch by Eric Paris · 11 years ago
- 4b4665e UM: implement syscall_get_arch() by Eric Paris · 11 years ago
- 63b12bd Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
- a6c19df arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area by Andy Lutomirski · 10 years ago
- 307627e um: Use get_signal() signal_setup_done() by Richard Weinberger · 11 years ago
- 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 10 years ago
- 3d7ee96 x86, vdso: Clean up 32-bit vs 64-bit vdso params by Andy Lutomirski · 11 years ago
- 09df7c4 x86: Remove CONFIG_X86_OOSTORE by Dave Jones · 11 years ago
- cdc7ef8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 11 years ago
- b13a9bf um/vdso: add .gitignore for a couple of targets by Ramkumar Ramachandra · 11 years ago
- e40f04d arch/um: make it work with defconfig and x86_64 by Ramkumar Ramachandra · 11 years ago
- 9d1ee8c um: Rewrite show_stack() by Richard Weinberger · 11 years ago
- aa3e7ea switch elf_core_write_extra_data() to dump_emit() by Al Viro · 11 years ago
- 506f21c switch elf_core_write_extra_phdrs() to dump_emit() by Al Viro · 11 years ago
- b5c04da um: prctl: Do not include linux/ptrace.h by Richard Weinberger · 11 years ago
- 9e82d45 um: remove dead code by Richard Weinberger · 11 years ago
- 2cf0966 make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect by Al Viro · 12 years ago
- 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
- 11743a1 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- d64008a burying unused conditionals by Al Viro · 12 years ago
- 5b3eb3a x86: switch to generic old sigaction by Al Viro · 12 years ago
- 15ce1f7 x86,um: switch to generic old sigsuspend() by Al Viro · 12 years ago
- 49cb25e x86: get rid of pt_regs argument in vm86/vm86old by Al Viro · 12 years ago
- 3fe26fa x86: get rid of pt_regs argument in sigreturn variants by Al Viro · 12 years ago
- b3af11a x86: get rid of pt_regs argument of iopl(2) by Al Viro · 12 years ago
- eaca6ea sanitize rt_sigaction() situation a bit by Al Viro · 12 years ago
- 01b35ab arch/x86/um: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
- 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 7be0b06 um: don't compare a pointer to 0 by Sasha Levin · 12 years ago
- c40702c new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those by Al Viro · 12 years ago
- 6bf9adf introduce generic sys_sigaltstack(), switch x86 and um to it by Al Viro · 12 years ago
- 5208ba2 missing user_stack_pointer() instances by Al Viro · 12 years ago
- ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
- 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 7ac468b x86, 386 removal: Remove CONFIG_XADD by H. Peter Anvin · 12 years ago
- 24465a4 take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h by Al Viro · 12 years ago
- 1d4b4b2 x86, um: switch to generic fork/vfork/clone by Al Viro · 12 years ago
- d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
- 4e21fc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 22e2430d x86, um: convert to saner kernel_execve() semantics by Al Viro · 12 years ago
- 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 37185b3 um: get rid of pointless include "..." where include <...> will do by Al Viro · 12 years ago
- 382d95f um: move sysrq.h out of include/shared by Al Viro · 12 years ago
- 8813f67 um/x86: merge 32 and 64 bit variants of ptrace.h by Al Viro · 12 years ago
- 4301785 um/x86: merge 32 and 64bit variants of checksum.h by Al Viro · 12 years ago
- 1f02ab4 um: switch to generic kernel_thread() by Al Viro · 12 years ago
- 6783eaa x86, um/x86: switch to generic sys_execve and kernel_execve by Al Viro · 12 years ago
- 786d35d Make most arch asm/module.h files use asm-generic/module.h by David Howells · 12 years ago
- 9429ec9 um: Preinclude include/linux/kern_levels.h by Geert Uytterhoeven · 12 years ago
- bbb35ef um: Fix IPC on um by Richard Weinberger · 12 years ago
- d2ce4e9 um: kill thread->forking by Al Viro · 12 years ago
- f9a38ea um: let signal_delivered() do SIGTRAP on singlestepping into handler by Al Viro · 12 years ago
- a4d94ff um: kill thread->forking by Al Viro · 12 years ago
- 8e2c85a um: let signal_delivered() do SIGTRAP on singlestepping into handler by Al Viro · 12 years ago
- a3170d2 um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regs by Al Viro · 13 years ago
- 9271b0b x86, um: Correct syscall table type attributes breaking gcc 4.8 by Martin Pelikan · 13 years ago
- 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 13 years ago
- 269af9a Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- ffc51be um: missing checks of __put_user()/__get_user() return values by Al Viro · 13 years ago
- 0088b6e um: stub_rt_sigsuspend isn't needed these days anymore by Al Viro · 13 years ago
- 243412b um/x86: merge (and trim) 32- and 64-bit variants of ptrace.h by Al Viro · 13 years ago
- 3b7d15b um: ->restart_block.fn needs to be reset on sigreturn by Al Viro · 13 years ago
- f542c5d x86, extable: Remove open-coded exception table entries in arch/x86/um/checksum_32.S by H. Peter Anvin · 13 years ago
- 76b278e um: Use asm-generic/switch_to.h by Richard Weinberger · 13 years ago
- a3a85a7 um: Disintegrate asm/system.h by Richard Weinberger · 13 years ago
- a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- fa453a6 Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 13 years ago
- 4c3ff74 um: allow SUBARCH=x86 by Al Viro · 13 years ago
- c2220b2 um: kill HOST_TASK_PID by Al Viro · 13 years ago
- c56334d um: merge processor_{32,64}.h a bit... by Al Viro · 13 years ago
- 909af76 coredump: remove VM_ALWAYSDUMP flag by Jason Baron · 13 years ago
- 6630f11 x32: Add x32 system calls to syscall/syscall_64.tbl by H. Peter Anvin · 13 years ago
- 90a4c0f uml: fix compile for x86-64 by Linus Torvalds · 13 years ago
- f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 13 years ago
- d7e7528 Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 13 years ago
- 5674124 Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 2565409 mm,x86,um: move CMPXCHG_DOUBLE config option by Heiko Carstens · 13 years ago
- 4156153 mm,x86,um: move CMPXCHG_LOCAL config option by Heiko Carstens · 13 years ago
- 47db9e7 x86, um: Fix typo in 32-bit system call modifications by H. Peter Anvin · 13 years ago
- a074335 x86, um: Mark system call tables readonly by H. Peter Anvin · 13 years ago
- 45db1c6 x86, um: Use the same style generated syscall tables as native by H. Peter Anvin · 13 years ago
- cc11f9e fix braino in um patchset (mea culpa) by Al Viro · 13 years ago
- 02ebbbd Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 13 years ago
- 0d65ede um: Fix kmalloc argument order in um/vdso/vma.c by Dave Jones · 13 years ago
- 38b64ae um: we need sys/user.h only on i386 by Richard Weinberger · 13 years ago
- d0af6cb um: merge delay_{32,64}.c by Richard Weinberger · 13 years ago
- a34978c um: kill system-um.h by Al Viro · 13 years ago
- 46ecca8 um: segment.h is x86-only and needed only there by Al Viro · 13 years ago
- 966e803 um: unify ptrace_user.h by Al Viro · 13 years ago
- a10c95d um: unify KSTK_... by Al Viro · 13 years ago
- 4d21109 um: fix gcov build breakage by Al Viro · 13 years ago