1. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  2. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  3. 653bc77 x86_64, entry: Fix out of bounds read on sysenter by Andy Lutomirski · 10 years ago
  4. ab074ad Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  5. 2fd7476 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  6. 19d860a handle suicide on late failure exits in execve() in search_binary_handler() by Al Viro · 10 years ago
  7. 8c7aa69 x86_64, entry: Filter RFLAGS.NT on entry from userspace by Andy Lutomirski · 10 years ago
  8. b4f0d37 audit: x86: drop arch from __audit_syscall_entry() interface by Richard Guy Briggs · 11 years ago
  9. 6f121e5 x86, vdso: Reimplement vdso.so preparation in build-time C by Andy Lutomirski · 10 years ago
  10. ce39596 constify copy_siginfo_to_user{,32}() by Al Viro · 11 years ago
  11. 9b56d54 dump_skip(): dump_seek() replacement taking coredump_params by Al Viro · 11 years ago
  12. 43a5d54 aout: switch to dump_emit by Al Viro · 11 years ago
  13. 7d2f551 restore 32bit aout coredump by Al Viro · 11 years ago
  14. f357a82 Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  15. 3d7e5fc Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  16. bd1c149a Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP by Al Viro · 11 years ago
  17. d2475b8 x86/ia32/asm: Remove unused argument in macro by Ramkumar Ramachandra · 11 years ago
  18. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  19. f0bb4c0 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  20. 945fb13 aout32 coredump compat fix by Al Viro · 11 years ago
  21. 5e219b3 x86/signals: Propagate RF EFLAGS bit through the signal restore call by Jiri Olsa · 11 years ago
  22. 91c2e0b unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  23. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  24. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  25. 079148b coredump: factor out the setting of PF_DUMPCORE by Oleg Nesterov · 11 years ago
  26. 3dc20cb new helper: read_code() by Al Viro · 11 years ago
  27. 07b0534 x86: sys32_kill and sys32_mprotect are pointless by Al Viro · 12 years ago
  28. 56e41d3 merge compat sys_ipc instances by Al Viro · 12 years ago
  29. d5dc77b consolidate compat lookup_dcookie() by Al Viro · 12 years ago
  30. 19f4fc3 convert sendfile{,64} to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  31. 14cc0b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  32. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  33. 561c673 switch lseek to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  34. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  35. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  36. 235b802 x86: convert to ksignal by Al Viro · 12 years ago
  37. 5b3eb3a x86: switch to generic old sigaction by Al Viro · 12 years ago
  38. 29fd4480 x86: switch to generic compat rt_sigaction() by Al Viro · 12 years ago
  39. d7c43e4 x86: switch to generic compat sched_rr_get_interval() by Al Viro · 12 years ago
  40. 15ce1f7 x86,um: switch to generic old sigsuspend() by Al Viro · 12 years ago
  41. 7b83d1a x86: switch to generic compat rt_sigqueueinfo() by Al Viro · 12 years ago
  42. f45adb0 x86: switch to generic compat rt_sigpending() by Al Viro · 12 years ago
  43. 3fe26fa x86: get rid of pt_regs argument in sigreturn variants by Al Viro · 12 years ago
  44. b3af11a x86: get rid of pt_regs argument of iopl(2) by Al Viro · 12 years ago
  45. 40a1ef9 x86-64: Replace left over sti/cli in ia32 audit exit code by Jan Beulich · 12 years ago
  46. c40702c new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those by Al Viro · 12 years ago
  47. 9026843 generic compat_sys_sigaltstack() by Al Viro · 12 years ago
  48. 1d4b4b2 x86, um: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  49. 71613c3 get rid of pt_regs argument of ->load_binary() by Al Viro · 12 years ago
  50. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  51. 6783eaa x86, um/x86: switch to generic sys_execve and kernel_execve by Al Viro · 12 years ago
  52. 49b8c69 Merge branch 'x86/fpu' into x86/smap by H. Peter Anvin · 12 years ago
  53. 5e88353 x86, smap: Reduce the SMAP overhead for signal handling by H. Peter Anvin · 12 years ago
  54. 63bcff2 x86, smap: Add STAC and CLAC instructions to control user space access by H. Peter Anvin · 12 years ago
  55. 72a671c x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels by Suresh Siddha · 12 years ago
  56. 0ff8fef x86/signals: ia32_signal.c: add __user casts to fix sparse warnings by Mathias Krause · 12 years ago
  57. f000262 x86: Fix __user annotations in asm/sys_ia32.h by Mathias Krause · 12 years ago
  58. 0b91f45 x86, compat: Use test_thread_flag(TIF_IA32) in compat signal delivery by Suresh Siddha · 12 years ago
  59. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 12 years ago
  60. f936991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  61. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  62. 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
  63. 19bec32 Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-linus', 'x86-debug-for-linus' and 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  64. 68f3f16 new helper: sigsuspend() by Al Viro · 12 years ago
  65. cb60e3e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  66. a7c1938 userns: Convert stat to return values mapped from kuids and kgids by Eric W. Biederman · 13 years ago
  67. fba60c6 x86-64: Eliminate dead ia32 syscall handlers by Jan Beulich · 12 years ago
  68. ce7e5d2 x86: fix broken TASK_SIZE for ia32_aout by Al Viro · 12 years ago
  69. 898bfc1 Merge tag 'v3.4-rc5' into next by James Morris · 12 years ago
  70. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 12 years ago
  71. e4eb1ff VM: add "vm_brk()" helper function by Linus Torvalds · 12 years ago
  72. a3e859f x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32entry.S by H. Peter Anvin · 12 years ago
  73. 1ce6f86 x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32entry.S by H. Peter Anvin · 12 years ago
  74. a0727e8 signal, x86: add SIGSYS info and make it synchronous. by Will Drewry · 12 years ago
  75. eb05df9 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  76. 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
  77. f05e798 Disintegrate asm/system.h for X86 by David Howells · 12 years ago
  78. 35cb8d9 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  79. 19e5109 take removal of PF_FORKNOEXEC to flush_old_exec() by Al Viro · 13 years ago
  80. 8fc3dc5 __register_binfmt() made void by Al Viro · 12 years ago
  81. bb6fa8b x32: Fix stupid ia32/x32 inversion in the siginfo format by H. Peter Anvin · 12 years ago
  82. 51e7dc7 x86: Rename trap_no to trap_nr in thread_struct by Srikar Dronamraju · 12 years ago
  83. e7084fd x32: Switch to a 64-bit clock_t by H. Peter Anvin · 13 years ago
  84. 6414fa6a aout: move setup_arg_pages() prior to reading/mapping the binary by Al Viro · 13 years ago
  85. 1361b83 i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 13 years ago
  86. f28f0c2 x86: Move some signal-handling definitions to a common header by H. Peter Anvin · 13 years ago
  87. 2c73ce7 x86-64, ia32: Drop sys32_rt_sigprocmask by H. Peter Anvin · 13 years ago
  88. f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 13 years ago
  89. b05d844 audit: inline audit_syscall_entry to reduce burden on archs by Eric Paris · 13 years ago
  90. f031cd2 audit: ia32entry.S sign extend error codes when calling 64 bit code by Eric Paris · 13 years ago
  91. d7e7528 Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 13 years ago
  92. 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
  93. f6b2bc8 x86-64: Cleanup some assembly entry points by Jan Beulich · 13 years ago
  94. 46db09d x86-64: Slightly shorten line system call entry and exit paths by Jan Beulich · 13 years ago
  95. 61f1e7e x86, syscall: Re-fix typo in comment by H. Peter Anvin · 13 years ago
  96. 303395a x86: Generate system call tables and unistd_*.h from tables by H. Peter Anvin · 13 years ago
  97. e79a7fc x86-64, ia32: Move compat_ni_syscall into C and its own file by H. Peter Anvin · 13 years ago
  98. fcf6340 Cross Memory Attach by Christopher Yeoh · 13 years ago
  99. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  100. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago