1. 51888ca [PATCH] sched_domain: handle kmalloc failure by Srivatsa Vaddagiri · 18 years ago
  2. 2dd73a4 [PATCH] sched: implement smpnice by Peter Williams · 18 years ago
  3. 48e6484 [PATCH] proc: Rewrite the proc dentry flush on exit optimization by Eric W. Biederman · 18 years ago
  4. 77787bf [PATCH] pacct: none-delayed process accounting accumulation by KaiGai Kohei · 18 years ago
  5. f6ec29a [PATCH] pacct: avoidance to refer the last thread as a representation of the process by KaiGai Kohei · 18 years ago
  6. 0e46481 [PATCH] pacct: add pacct_struct to fix some pacct bugs. by KaiGai Kohei · 18 years ago
  7. b31dc66 [PATCH] Kill PF_SYNCWRITE flag by Jens Axboe · 18 years ago
  8. 260ea10 [PATCH] ptrace: document the locking rules by Eric W. Biederman · 18 years ago
  9. d9eaec9 Merge branch 'audit.b21' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 18 years ago
  10. 2d9048e [PATCH] inotify (1/5): split kernel API from userspace support by Amy Griffis · 18 years ago
  11. b7b3c76 Sanitise linux/sched.h for userspace consumption by David Woodhouse · 18 years ago
  12. a3b6714 Partially sanitise linux/sched.h for userspace consumption by David Woodhouse · 18 years ago
  13. 5e85d4a [PATCH] task: Make task list manipulations RCU safe by Eric W. Biederman · 18 years ago
  14. 64541d1 [PATCH] kill unushed __put_task_struct_cb by Eric W. Biederman · 18 years ago
  15. 88dd9c1 Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  16. a9cdf41 [PATCH] Reinstate const in next_thread() by Keith Owens · 18 years ago
  17. b92ce55 [PATCH] splice: add direct fd <-> fd splicing support by Jens Axboe · 18 years ago
  18. de12a78 [PATCH] de_thread: Don't confuse users do_each_thread. by Eric W. Biederman · 18 years ago
  19. 92476d7 [PATCH] pidhash: Refactor the pid hash table by Eric W. Biederman · 18 years ago
  20. 8c7904a [PATCH] task: RCU protect task->usage by Eric W. Biederman · 18 years ago
  21. 158d9eb [PATCH] resurrect __put_task_struct by Andrew Morton · 18 years ago
  22. d425b27 [PATCH] sched: activate SCHED BATCH expired by Con Kolivas · 18 years ago
  23. 3dee386 [PATCH] sched: cleanup task_activated() by Con Kolivas · 18 years ago
  24. db1b1fe [PATCH] sched: reduce overhead of calc_load by Jack Steiner · 18 years ago
  25. a7e5328 [PATCH] cleanup __exit_signal->cleanup_sighand path by Oleg Nesterov · 18 years ago
  26. 47e6532 [PATCH] pids: kill PIDTYPE_TGID by Oleg Nesterov · 18 years ago
  27. 6a14c5c [PATCH] move __exit_signal() to kernel/exit.c by Oleg Nesterov · 18 years ago
  28. c81addc [PATCH] rename __exit_sighand to cleanup_sighand by Oleg Nesterov · 18 years ago
  29. 6b3934e [PATCH] copy_process: cleanup bad_fork_cleanup_signal by Oleg Nesterov · 18 years ago
  30. 7001510 [PATCH] copy_process: cleanup bad_fork_cleanup_sighand by Oleg Nesterov · 18 years ago
  31. f63ee72 [PATCH] introduce lock_task_sighand() helper by Oleg Nesterov · 18 years ago
  32. aa1757f [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCU by Oleg Nesterov · 18 years ago
  33. 73b9ebf [PATCH] pidhash: don't count idle threads by Oleg Nesterov · 18 years ago
  34. c97d989 [PATCH] kill SET_LINKS/REMOVE_LINKS by Oleg Nesterov · 18 years ago
  35. 8fafabd [PATCH] remove add_parent()'s parent argument by Oleg Nesterov · 18 years ago
  36. 6c99c5c [PATCH] Remove dead kill_sl prototype from sched.h by Eric W. Biederman · 18 years ago
  37. 34f192c [PATCH] lightweight robust futexes: compat by Ingo Molnar · 18 years ago
  38. 0771dfe [PATCH] lightweight robust futexes: core by Ingo Molnar · 18 years ago
  39. 05cfb61 [PATCH] hrtimers: remove data field by Roman Zippel · 18 years ago
  40. 6687a97 [PATCH] timer-irq-driven soft-watchdog, cleanups by Ingo Molnar · 18 years ago
  41. c61afb1 [PATCH] cpuset memory spread slab cache optimizations by Paul Jackson · 18 years ago
  42. 825a46a [PATCH] cpuset memory spread basic implementation by Paul Jackson · 18 years ago
  43. 2056a78 [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23 by Jens Axboe · 18 years ago
  44. 7cd9013 [PATCH] remove __put_task_struct_cb export again by Christoph Hellwig · 18 years ago
  45. 0551fbd [PATCH] Add mm->task_size and fix powerpc vdso by Benjamin Herrenschmidt · 18 years ago
  46. d6077cb [PATCH] sched: revert "filter affine wakeups" by Chen, Kenneth W · 18 years ago
  47. 9ac95f2 [PATCH] do_sigaction: cleanup ->sa_mask manipulation by Oleg Nesterov · 18 years ago
  48. 150256d [PATCH] Generic sys_rt_sigsuspend() by David Woodhouse · 18 years ago
  49. b0a9499 [PATCH] sched: add new SCHED_BATCH policy by Ingo Molnar · 18 years ago
  50. 9fc6587 [PATCH] missing helper - task_stack_page() by Al Viro · 18 years ago
  51. d7102e9 [PATCH] sched: filter affine wakeups by akpm@osdl.org · 18 years ago
  52. 198e2f1 [PATCH] scheduler cache-hot-autodetect by akpm@osdl.org · 18 years ago
  53. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 18 years ago
  54. e16885c [PATCH] uninline capable() by Ingo Molnar · 18 years ago
  55. 4c29c4c [PATCH] include/linux/sched.h: no need to guard the normalize_rt_tasks() prototype by Adrian Bunk · 18 years ago
  56. 2ff678b [PATCH] hrtimer: switch itimers to hrtimer by Thomas Gleixner · 18 years ago
  57. 408894e [PATCH] mutex subsystem, debugging code by Ingo Molnar · 18 years ago
  58. b5f545c [PATCH] keys: Permit running process to instantiate keys by David Howells · 18 years ago
  59. d4829cd [PATCH] remove get_task_struct_rcu() by Paul E. McKenney · 18 years ago
  60. e56d090 [PATCH] RCU signal handling by Ingo Molnar · 18 years ago
  61. 930d915 [PATCH] Swap Migration V5: PF_SWAPWRITE to allow writing to swap by Christoph Lameter · 18 years ago
  62. d3cb487 [PATCH] atomic_long_t & include/asm-generic/atomic.h V2 by Christoph Lameter · 18 years ago
  63. a9d9baa [PATCH] clean up lock_cpu_hotplug() in cpufreq by Ashok Raj · 19 years ago
  64. 20dcae3 [PATCH] aio: remove kioctx from mm_struct by Zach Brown · 19 years ago
  65. f037360 [PATCH] m68k: thread_info header cleanup by Al Viro · 19 years ago
  66. 10ebffd [PATCH] m68k: introduce setup_thread_stack() and end_of_stack() by Al Viro · 19 years ago
  67. a1261f5 [PATCH] m68k: introduce task_thread_info by Al Viro · 19 years ago
  68. 90d45d1 [PATCH] cpu hotplug: fix locking in cpufreq drivers by Ashok Raj · 19 years ago
  69. 621d312 [PATCH] cleanup the usage of SEND_SIG_xxx constants by Oleg Nesterov · 19 years ago
  70. 4098f99 [PATCH] sched: hardcode non-smp set_cpus_allowed by Paul Jackson · 19 years ago
  71. 053199e [PATCH] cpusets: dual semaphore locking overhaul by Paul Jackson · 19 years ago
  72. f412ac0 [PATCH] mm: fix rss and mmlist locking by Hugh Dickins · 19 years ago
  73. f449952 [PATCH] mm: mm_struct hiwaters moved by Hugh Dickins · 19 years ago
  74. 365e9c87 [PATCH] mm: update_hiwaters just in time by Hugh Dickins · 19 years ago
  75. 4294621 [PATCH] mm: rss = file_rss + anon_rss by Hugh Dickins · 19 years ago
  76. 4611383 [PATCH] Fix signal sending in usbdevio on async URB completion by Harald Welte · 19 years ago
  77. 4a8342d Revert task flag re-ordering, add comments by Linus Torvalds · 19 years ago
  78. aa55a08 [PATCH] fix TASK_STOPPED vs TASK_NONINTERACTIVE interaction by Oleg Nesterov · 19 years ago
  79. 498d0c5 [PATCH] set_current_state() commentary by Andrew Morton · 19 years ago
  80. b342659 [PATCH] cpuset semaphore depth check optimize by Paul Jackson · 19 years ago
  81. a2a9798 [PATCH] MCA/INIT: scheduler hooks by Keith Owens · 19 years ago
  82. 64ed93a [PATCH] add schedule_timeout_{,un}interruptible() interfaces by Nishanth Aravamudan · 19 years ago
  83. d79fc0f [PATCH] sched: TASK_NONINTERACTIVE by Ingo Molnar · 19 years ago
  84. 4247bdc [PATCH] cpuset semaphore depth check deadlock fix by Paul Jackson · 19 years ago
  85. 383f283 [PATCH] Prefetch kernel stacks to speed up context switch by Chen, Kenneth W · 19 years ago
  86. 9c1cfda [PATCH] cpusets: Move the ia64 domain setup code to the generic code by John Hawkes · 19 years ago
  87. 36d57ac [PATCH] auxiliary vector cleanups by H. J. Lu · 19 years ago
  88. 8446f1d [PATCH] detect soft lockups by Ingo Molnar · 19 years ago
  89. 0eeca28 [PATCH] inotify by Robert Love · 19 years ago
  90. 22e2c50 [PATCH] Update cfq io scheduler to time sliced design by Jens Axboe · 19 years ago
  91. 2031d0f Merge Christoph's freeze cleanup patch by Linus Torvalds · 19 years ago
  92. 3e1d1d2 [PATCH] Cleanup patch for process freezing by Christoph Lameter · 19 years ago
  93. 1a20ff2 [PATCH] Dynamic sched domains: sched changes by Dinakar Guniguntala · 19 years ago
  94. 476d139 [PATCH] sched: consolidate sbe sbf by Nick Piggin · 19 years ago
  95. 4866cde [PATCH] sched: cleanup context switch locking by Nick Piggin · 19 years ago
  96. 68767a0 [PATCH] sched: schedstats update for balance on fork by Nick Piggin · 19 years ago
  97. 147cbb4 [PATCH] sched: balance on fork by Nick Piggin · 19 years ago
  98. 7897986 [PATCH] sched: balance timers by Nick Piggin · 19 years ago
  99. 3e30148 [PATCH] Keys: Make request-key create an authorisation key by David Howells · 19 years ago
  100. d6e7114 [PATCH] setuid core dump by Alan Cox · 19 years ago