1. 910ffdb ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up() by Oleg Nesterov · 11 years ago
  2. ee61abb module: fix missing module_mutex unlock by Linus Torvalds · 11 years ago
  3. 2263647 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  4. 3a142ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  5. edea0d0 ia64: kill thread_matches(), unexport ptrace_check_attach() by Oleg Nesterov · 11 years ago
  6. b1e0318 sys_clone() needs asmlinkage_protect by Al Viro · 11 years ago
  7. 774a122 module, async: async_synchronize_full() on module init iff async is used by Tejun Heo · 11 years ago
  8. 406089d Merge tag 'trace-3.8-rc3-regression-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  9. 250bfd3 tracing: Fix regression of trace_pipe by Liu Bo · 11 years ago
  10. 1fb9341 module: put modules in list much earlier. by Rusty Russell · 11 years ago
  11. 0d21b0e module: add new state MODULE_STATE_UNFORMED. by Rusty Russell · 11 years ago
  12. 8291991 kernel/audit.c: avoid negative sleep durations by Andrew Morton · 11 years ago
  13. 0644ec0 audit: catch possible NULL audit buffers by Kees Cook · 11 years ago
  14. 7b9205b audit: create explicit AUDIT_SECCOMP event type by Kees Cook · 11 years ago
  15. 1b963c8 lockdep, rwsem: provide down_write_nest_lock() by Jiri Kosina · 11 years ago
  16. 2df8f8a tracing: Fix regression with irqsoff tracer and tracing_on file by Steven Rostedt · 11 years ago
  17. bfbbd96 audit: fix auditfilter.c kernel-doc warnings by Randy Dunlap · 11 years ago
  18. 4ffd4eb Merge tag 'trace-3.8-rc2-regression-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  19. a8dd217 tracing: Fix regression of trace_options file setting by Steven Rostedt · 11 years ago
  20. d0631c6 Merge branch 'akpm' (fixes from Andrew) by Linus Torvalds · 11 years ago
  21. 0c4a842 signals: set_current_blocked() can use __set_current_blocked() by Oleg Nesterov · 11 years ago
  22. 5ba53ff signals: sys_ssetmask() uses uninitialized newmask by Oleg Nesterov · 11 years ago
  23. 35dac27 printk: fix incorrect length from print_time() when seconds > 99999 by Roland Dreier · 11 years ago
  24. 52441fa module: prevent warning when finit_module a 0 sized file by Sasha Levin · 11 years ago
  25. b2ddedc x32: fix sigtimedwait by Al Viro · 11 years ago
  26. a566c28 x32: fix waitid() by Al Viro · 12 years ago
  27. 8d9807b switch compat_sys_wait4() and compat_sys_waitid() to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  28. 90228fc switch compat_sys_sigaltstack() to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  29. c876ad76 pidns: Stop pid allocation when init dies by Eric W. Biederman · 12 years ago
  30. 8382fca pidns: Outlaw thread creation after unshare(CLONE_NEWPID) by Eric W. Biederman · 12 years ago
  31. 96680d2 Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 12 years ago
  32. 4c9a44a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  33. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  34. cfde819 keys: use keyring_alloc() to create module signing keyring by David Howells · 12 years ago
  35. 44fd07e kcmp: include linux/ptrace.h by Cyrill Gorcunov · 12 years ago
  36. 2832bc1 sched: numa: ksm: fix oops in task_numa_placment() by Hugh Dickins · 12 years ago
  37. 7005cd3 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  38. c40702c new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those by Al Viro · 12 years ago
  39. 9026843 generic compat_sys_sigaltstack() by Al Viro · 12 years ago
  40. 6bf9adf introduce generic sys_sigaltstack(), switch x86 and um to it by Al Viro · 12 years ago
  41. 5c49574 new helper: restore_altstack() by Al Viro · 12 years ago
  42. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
  43. 3935e895 watchdog: Fix disable/enable regression by Bjørn Mork · 12 years ago
  44. 7a684c4 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  45. 673ab87 Merge branch 'akpm' (more patches from Andrew) by Linus Torvalds · 12 years ago
  46. 2ad306b fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs by Glauber Costa · 12 years ago
  47. 50bdd43 res_counter: return amount of charges after res_counter_uncharge() by Glauber Costa · 12 years ago
  48. 19af395 irq: tsk->comm is an array by Alan Cox · 12 years ago
  49. 758338e Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 12 years ago
  50. a2faf2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  51. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  52. a5ba911 pidns: remove unused is_container_init() by Gao feng · 12 years ago
  53. 992fb6e ptrace: introduce PTRACE_O_EXITKILL by Oleg Nesterov · 12 years ago
  54. 0ad50c3 compat: generic compat_sys_sched_rr_get_interval() implementation by Catalin Marinas · 12 years ago
  55. b2e902f trace: use kbasename() by Andy Shevchenko · 12 years ago
  56. 2fa72c8 printk: boot_delay should only affect output by Andrew Cooks · 12 years ago
  57. 0f34c40 watchdog: store the watchdog sample period as a variable by Chuansheng Liu · 12 years ago
  58. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  59. 8ec7d50 kernel: remove reference to feature-removal-schedule.txt by Tao Ma · 12 years ago
  60. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  61. 221392c sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_HUGEPAGE by Mel Gorman · 12 years ago
  62. 6133705 random: Mix cputime from each thread that exits to the pool by Nick Kossifidis · 12 years ago
  63. 2a74dbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  64. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  65. 1ed55ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  66. 5155040 userns: Fix typo in description of the limitation of userns_install by Eric W. Biederman · 12 years ago
  67. aa6d054 userns: Add a more complete capability subset test to commit_creds by Eric W. Biederman · 12 years ago
  68. 5e4a084 userns: Require CAP_SYS_ADMIN for most uses of setns. by Eric W. Biederman · 12 years ago
  69. 17bc14b Revert "sched: Update_cfs_shares at period edge" by Linus Torvalds · 12 years ago
  70. e10e1774 MODSIGN: Fix kbuild output when using default extra_certificates by Michal Marek · 12 years ago
  71. 919aa45 MODSIGN: Avoid using .incbin in C source by Takashi Iwai · 12 years ago
  72. 82fab44 modules: don't hand 0 to vmalloc. by Rusty Russell · 12 years ago
  73. 54523ec module: Remove a extra null character at the top of module->strtab. by Satoru Takeuchi · 12 years ago
  74. 2e72d51 security: introduce kernel_module_from_file hook by Kees Cook · 12 years ago
  75. 2f3238a module: add flags arg to sys_finit_module() by Rusty Russell · 12 years ago
  76. 34e1169 module: add syscall to load module from fd by Kees Cook · 12 years ago
  77. 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  78. f6e858a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  79. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  80. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  81. 44e33e8 res_counter: delete res_counter_write() by Greg Thelen · 12 years ago
  82. aee4faa kthread: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  83. 38d7bee cpuset: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  84. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  85. d206e09 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  86. e7b55b8 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  87. 74b8423 Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  88. b64c5fd Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  89. f57d54b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  90. da830e5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  91. 090f8cc Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  92. aefb058 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  93. 37ea95a Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  94. de0c276 Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  95. c6bd5bc Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  96. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  97. bad73c5 Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  98. 259cdbe Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  99. e2a2994 fsnotify: pass group to fsnotify_destroy_mark() by Lino Sanfilippo · 13 years ago
  100. 5bca230 mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node by Mel Gorman · 12 years ago