1. 54306cf [PATCH] exit: fix crash case by Alan Cox · 18 years ago
  2. b9ecb2b [PATCH] has_stopped_jobs() cleanup by Roland McGrath · 18 years ago
  3. f400e19 [PATCH] pidspace: is_init() by Sukadev Bhattiprolu · 18 years ago
  4. 3b9b8ab [PATCH] Fix unserialized task->files changing by Kirill Korotaev · 18 years ago
  5. 3b6362b [PATCH] eligible_child: remove an obsolete ->tgid check by Oleg Nesterov · 18 years ago
  6. 35df17c [PATCH] task delay accounting fixes by Shailabh Nagar · 18 years ago
  7. f9fd891 [PATCH] per-task delay accounting taskstats interface: control exit data through cpumasks by Shailabh Nagar · 18 years ago
  8. ad4ecbc [PATCH] delay accounting taskstats interface send tgid once by Shailabh Nagar · 18 years ago
  9. c757249 [PATCH] per-task-delay-accounting: taskstats interface by Shailabh Nagar · 18 years ago
  10. ca74e92 [PATCH] per-task-delay-accounting: setup by Shailabh Nagar · 18 years ago
  11. 36c8b58 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct by Ingo Molnar · 19 years ago
  12. 9a11b49a [PATCH] lockdep: better lock debugging by Ingo Molnar · 19 years ago
  13. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  14. c87e283 [PATCH] pi-futex: futex_lock_pi/futex_unlock_pi support by Ingo Molnar · 19 years ago
  15. e7eebaf [PATCH] pi-futex: rt mutex debug by Ingo Molnar · 19 years ago
  16. 48e6484 [PATCH] proc: Rewrite the proc dentry flush on exit optimization by Eric W. Biederman · 19 years ago
  17. f6ec29a [PATCH] pacct: avoidance to refer the last thread as a representation of the process by KaiGai Kohei · 19 years ago
  18. 0e46481 [PATCH] pacct: add pacct_struct to fix some pacct bugs. by KaiGai Kohei · 19 years ago
  19. 2aa9258 [PATCH] Link error when futexes are disabled on 64bit architectures by Anton Blanchard · 19 years ago
  20. 83cc5ed [PATCH] kernel/sys.c: cleanups by Adrian Bunk · 19 years ago
  21. 125e187 [PATCH] More BUG_ON conversion by Eric Sesterhenn · 19 years ago
  22. 30f1e3d [PATCH] run_posix_cpu_timers: remove a bogus BUG_ON() by Oleg Nesterov · 19 years ago
  23. fa84cb9 [PATCH] move call of audit_free() into do_exit() by Al Viro · 19 years ago
  24. 5e85d4a [PATCH] task: Make task list manipulations RCU safe by Eric W. Biederman · 19 years ago
  25. b92ce55 [PATCH] splice: add direct fd <-> fd splicing support by Jens Axboe · 19 years ago
  26. 8c7904a [PATCH] task: RCU protect task->usage by Eric W. Biederman · 19 years ago
  27. a7e5328 [PATCH] cleanup __exit_signal->cleanup_sighand path by Oleg Nesterov · 19 years ago
  28. 47e6532 [PATCH] pids: kill PIDTYPE_TGID by Oleg Nesterov · 19 years ago
  29. aacc909 [PATCH] do_group_exit: don't take tasklist_lock by Oleg Nesterov · 19 years ago
  30. 5876700 [PATCH] do __unhash_process() under ->siglock by Oleg Nesterov · 19 years ago
  31. 35f5cad [PATCH] revert "Optimize sys_times for a single thread process" by Oleg Nesterov · 19 years ago
  32. 6a14c5c [PATCH] move __exit_signal() to kernel/exit.c by Oleg Nesterov · 19 years ago
  33. 1f09f97 [PATCH] release_task: replace open-coded ptrace_unlink() by Oleg Nesterov · 19 years ago
  34. 6ac781b [PATCH] reparent_thread: use remove_parent/add_parent by Oleg Nesterov · 19 years ago
  35. 73b9ebf [PATCH] pidhash: don't count idle threads by Oleg Nesterov · 19 years ago
  36. c97d989 [PATCH] kill SET_LINKS/REMOVE_LINKS by Oleg Nesterov · 19 years ago
  37. 9b678ec [PATCH] don't use REMOVE_LINKS/SET_LINKS for reparenting by Oleg Nesterov · 19 years ago
  38. 8fafabd [PATCH] remove add_parent()'s parent argument by Oleg Nesterov · 19 years ago
  39. d799f03 [PATCH] choose_new_parent: remove unused arg, sanitize exit_state check by Oleg Nesterov · 19 years ago
  40. fef23e7 [PATCH] exec: allow init to exec from any thread. by Eric W. Biederman · 19 years ago
  41. 34f192c [PATCH] lightweight robust futexes: compat by Ingo Molnar · 19 years ago
  42. 0771dfe [PATCH] lightweight robust futexes: core by Ingo Molnar · 19 years ago
  43. 70522e1 [PATCH] sem2mutex: tty by Ingo Molnar · 19 years ago
  44. afc847b [PATCH] don't do exit_io_context() until we know we won't be doing any IO by Al Viro · 19 years ago
  45. 5914811 [PATCH] kjournald keeps reference to namespace by Björn Steinbrink · 19 years ago
  46. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 19 years ago
  47. b0a9499 [PATCH] sched: add new SCHED_BATCH policy by Ingo Molnar · 19 years ago
  48. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 19 years ago
  49. 3795e16 [PATCH] Decrease number of pointer derefs in exit.c by Jesper Juhl · 19 years ago
  50. 2ff678b [PATCH] hrtimer: switch itimers to hrtimer by Thomas Gleixner · 19 years ago
  51. de5097c [PATCH] mutex subsystem, more debugging code by Ingo Molnar · 19 years ago
  52. e19f247 [PATCH] setpgid: should work for sub-threads by Oren Laadan · 19 years ago
  53. 485a643 [PATCH] little do_group_exit() cleanup by Oleg Nesterov · 19 years ago
  54. e56d090 [PATCH] RCU signal handling by Ingo Molnar · 19 years ago
  55. a1261f54 [PATCH] m68k: introduce task_thread_info by Al Viro · 19 years ago
  56. 9f46080 [PATCH] Process Events Connector by Matt Helsley · 19 years ago
  57. b67a1b9 [PATCH] remove hardcoded SEND_SIG_xxx constants by Oleg Nesterov · 19 years ago
  58. 7f2a525 [PATCH] wait4 PTRACE_ATTACH race fix by Roland McGrath · 19 years ago
  59. 7407251 [PATCH] PF_DEAD cleanup by Coywolf Qi Hunt · 19 years ago
  60. 365e9c87 [PATCH] mm: update_hiwaters just in time by Hugh Dickins · 19 years ago
  61. a362f46 Revert "remove false BUG_ON() from run_posix_cpu_timers()" by Linus Torvalds · 19 years ago
  62. 3de463c7 [PATCH] posix-timers: remove false BUG_ON() from run_posix_cpu_timers() by Oleg Nesterov · 19 years ago
  63. 25f407f [PATCH] Call exit_itimers from do_exit, not __exit_signal by Roland McGrath · 19 years ago
  64. 14bf01b Fix inequality comparison against "task->state" by Linus Torvalds · 19 years ago
  65. 4fb3a53 [PATCH] files: fix preemption issues by Dipankar Sarma · 19 years ago
  66. ab2af1f [PATCH] files: files struct with RCU by Dipankar Sarma · 19 years ago
  67. badf166 [PATCH] files: break up files struct by Dipankar Sarma · 19 years ago
  68. c306895 [PATCH] revert "timer exit cleanup" by Andrew Morton · 19 years ago
  69. 22e2c50 [PATCH] Update cfq io scheduler to time sliced design by Jens Axboe · 20 years ago
  70. 71a2224 [PATCH] Optimize sys_times for a single thread process by Christoph Lameter · 20 years ago
  71. df164db [PATCH] avoid resursive oopses by Alexander Nyberg · 20 years ago
  72. caf2857 [PATCH] timer exit cleanup by Ingo Molnar · 20 years ago
  73. 012914d [patch] MCA recovery module undefined symbol fix by Russ Anderson · 20 years ago
  74. 408b664 [PATCH] make lots of things static by Adrian Bunk · 20 years ago
  75. 4dc3b16 [PATCH] DocBook: changes and extensions to the kernel documentation by Pavel Pisa · 20 years ago
  76. 7ed20e1 [PATCH] convert that currently tests _NSIG directly to use valid_signal() by Jesper Juhl · 20 years ago
  77. c06fec5 Remove bogus BUG() in kernel/exit.c by Linus Torvalds · 20 years ago
  78. 6c46ada [PATCH] reparent_to_init cleanup by Coywolf Qi Hunt · 20 years ago
  79. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago