1. b5c04da um: prctl: Do not include linux/ptrace.h by Richard Weinberger · 11 years ago
  2. 9e82d45 um: remove dead code by Richard Weinberger · 11 years ago
  3. 2cf0966 make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect by Al Viro · 12 years ago
  4. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  5. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  6. 11743a1 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  7. d64008a burying unused conditionals by Al Viro · 12 years ago
  8. 5b3eb3a x86: switch to generic old sigaction by Al Viro · 12 years ago
  9. 15ce1f7 x86,um: switch to generic old sigsuspend() by Al Viro · 12 years ago
  10. 49cb25e x86: get rid of pt_regs argument in vm86/vm86old by Al Viro · 12 years ago
  11. 3fe26fa x86: get rid of pt_regs argument in sigreturn variants by Al Viro · 12 years ago
  12. b3af11a x86: get rid of pt_regs argument of iopl(2) by Al Viro · 12 years ago
  13. eaca6ea sanitize rt_sigaction() situation a bit by Al Viro · 12 years ago
  14. 01b35ab arch/x86/um: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  15. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  16. 7be0b06 um: don't compare a pointer to 0 by Sasha Levin · 12 years ago
  17. c40702c new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those by Al Viro · 12 years ago
  18. 6bf9adf introduce generic sys_sigaltstack(), switch x86 and um to it by Al Viro · 12 years ago
  19. 5208ba2 missing user_stack_pointer() instances by Al Viro · 12 years ago
  20. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
  21. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  22. 7ac468b x86, 386 removal: Remove CONFIG_XADD by H. Peter Anvin · 12 years ago
  23. 24465a4 take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h by Al Viro · 12 years ago
  24. 1d4b4b2 x86, um: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  25. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  26. 4e21fc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  27. 22e2430d x86, um: convert to saner kernel_execve() semantics by Al Viro · 12 years ago
  28. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  29. 37185b3 um: get rid of pointless include "..." where include <...> will do by Al Viro · 12 years ago
  30. 382d95f um: move sysrq.h out of include/shared by Al Viro · 12 years ago
  31. 8813f67 um/x86: merge 32 and 64 bit variants of ptrace.h by Al Viro · 12 years ago
  32. 4301785 um/x86: merge 32 and 64bit variants of checksum.h by Al Viro · 12 years ago
  33. 1f02ab4 um: switch to generic kernel_thread() by Al Viro · 12 years ago
  34. 6783eaa x86, um/x86: switch to generic sys_execve and kernel_execve by Al Viro · 12 years ago
  35. 786d35d Make most arch asm/module.h files use asm-generic/module.h by David Howells · 12 years ago
  36. 9429ec9 um: Preinclude include/linux/kern_levels.h by Geert Uytterhoeven · 12 years ago
  37. bbb35ef um: Fix IPC on um by Richard Weinberger · 12 years ago
  38. d2ce4e9 um: kill thread->forking by Al Viro · 12 years ago
  39. f9a38ea um: let signal_delivered() do SIGTRAP on singlestepping into handler by Al Viro · 12 years ago
  40. a4d94ff um: kill thread->forking by Al Viro · 12 years ago
  41. 8e2c85a um: let signal_delivered() do SIGTRAP on singlestepping into handler by Al Viro · 12 years ago
  42. a3170d2 um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regs by Al Viro · 12 years ago
  43. 9271b0b x86, um: Correct syscall table type attributes breaking gcc 4.8 by Martin Pelikan · 12 years ago
  44. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 12 years ago
  45. 269af9a Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  46. ffc51be um: missing checks of __put_user()/__get_user() return values by Al Viro · 12 years ago
  47. 0088b6e um: stub_rt_sigsuspend isn't needed these days anymore by Al Viro · 12 years ago
  48. 243412b um/x86: merge (and trim) 32- and 64-bit variants of ptrace.h by Al Viro · 12 years ago
  49. 3b7d15b um: ->restart_block.fn needs to be reset on sigreturn by Al Viro · 12 years ago
  50. f542c5d x86, extable: Remove open-coded exception table entries in arch/x86/um/checksum_32.S by H. Peter Anvin · 12 years ago
  51. 76b278e um: Use asm-generic/switch_to.h by Richard Weinberger · 12 years ago
  52. a3a85a7 um: Disintegrate asm/system.h by Richard Weinberger · 12 years ago
  53. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  54. fa453a6 Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 12 years ago
  55. 4c3ff74 um: allow SUBARCH=x86 by Al Viro · 12 years ago
  56. c2220b2 um: kill HOST_TASK_PID by Al Viro · 13 years ago
  57. c56334d um: merge processor_{32,64}.h a bit... by Al Viro · 13 years ago
  58. 909af76 coredump: remove VM_ALWAYSDUMP flag by Jason Baron · 12 years ago
  59. 6630f11 x32: Add x32 system calls to syscall/syscall_64.tbl by H. Peter Anvin · 12 years ago
  60. 90a4c0f uml: fix compile for x86-64 by Linus Torvalds · 13 years ago
  61. f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 13 years ago
  62. d7e7528 Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 13 years ago
  63. 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
  64. 2565409 mm,x86,um: move CMPXCHG_DOUBLE config option by Heiko Carstens · 13 years ago
  65. 4156153 mm,x86,um: move CMPXCHG_LOCAL config option by Heiko Carstens · 13 years ago
  66. 47db9e7 x86, um: Fix typo in 32-bit system call modifications by H. Peter Anvin · 13 years ago
  67. a074335 x86, um: Mark system call tables readonly by H. Peter Anvin · 13 years ago
  68. 45db1c6 x86, um: Use the same style generated syscall tables as native by H. Peter Anvin · 13 years ago
  69. cc11f9e fix braino in um patchset (mea culpa) by Al Viro · 13 years ago
  70. 02ebbbd Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 13 years ago
  71. 0d65ede um: Fix kmalloc argument order in um/vdso/vma.c by Dave Jones · 13 years ago
  72. 38b64ae um: we need sys/user.h only on i386 by Richard Weinberger · 13 years ago
  73. d0af6cb um: merge delay_{32,64}.c by Richard Weinberger · 13 years ago
  74. a34978c um: kill system-um.h by Al Viro · 13 years ago
  75. 46ecca8 um: segment.h is x86-only and needed only there by Al Viro · 13 years ago
  76. 966e803 um: unify ptrace_user.h by Al Viro · 13 years ago
  77. a10c95d um: unify KSTK_... by Al Viro · 13 years ago
  78. 4d21109 um: fix gcov build breakage by Al Viro · 13 years ago
  79. 3fb77d7 um: irq_vectors.h just shadows x86 one by Al Viro · 13 years ago
  80. ff9586e um: required-features.h is there only to shadow x86 one... by Al Viro · 13 years ago
  81. 8807c1d um: asm/apic.h is there only to shadow the x86 one... by Al Viro · 13 years ago
  82. b3ee571 um: take ldt.h to arch/x86/um/asm/mm_context.h by Al Viro · 13 years ago
  83. f67aa2f um: merge signal_{32,64}.c by Al Viro · 13 years ago
  84. fbe9868 um: no need to play with save_sp in signal frame setup anymore by Al Viro · 13 years ago
  85. c7ea591 um: increase stack growth cushion in pagefault by Al Viro · 13 years ago
  86. 3579a38 um: merge HOST_... of registers common on i386 and amd64 by Al Viro · 13 years ago
  87. 8edc414 um: sanitize paths in sys_call_table* includes by Al Viro · 13 years ago
  88. 1bbd5f2 um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.c by Al Viro · 13 years ago
  89. c5cc32f um: move asm/desc.h into arch/x86/um/asm by Al Viro · 13 years ago
  90. 2014d01 um: merge host_ldt_{32,64}.h by Al Viro · 13 years ago
  91. 09e129a um: merge tls_{32,64}.h by Al Viro · 13 years ago
  92. 5ade887 um: kill shared/task.h and HOST_TASK_REGS by Al Viro · 13 years ago
  93. 0acdbbe um: bury unused macros around ptrace.h by Al Viro · 13 years ago
  94. 5c48b10 um: take arch/um/sys-x86 to arch/x86/um by Al Viro · 13 years ago