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