1. 91fcdd4 [PATCH] readjust comments of task_timeslice for kernel doc by Borislav Petkov · 18 years ago
  2. beed33a [PATCH] sched: likely profiling by Nick Piggin · 18 years ago
  3. ce16442 [PATCH] scheduler: NUMA aware placement of sched_group_allnodes by Christoph Lameter · 18 years ago
  4. 0feaece [PATCH] sched: fixing wrong comment for find_idlest_cpu() by Satoru Takeuchi · 18 years ago
  5. 89c4710 [PATCH] sched: cleanup sched_group cpu_power setup by Siddha, Suresh B · 18 years ago
  6. 1a84887 [PATCH] sched: introduce child field in sched_domain by Siddha, Suresh B · 18 years ago
  7. 74732646 [PATCH] sched: don't print migration cost when only 1 CPU by Dave Jones · 18 years ago
  8. a616058 [PATCH] sched: remove unnecessary sched group allocations by Siddha, Suresh B · 18 years ago
  9. 5c1e176 [PATCH] sched: force /sbin/init off isolated cpus by Nick Piggin · 18 years ago
  10. e16b38f [PATCH] cpumask: export cpu_online_map and cpu_possible_map consistently by Greg Banks · 18 years ago
  11. 8f0ab51 [PATCH] csa: convert CONFIG tag for extended accounting routines by Jay Lan · 18 years ago
  12. c394cc9 [PATCH] introduce TASK_DEAD state by Oleg Nesterov · 18 years ago
  13. 55a101f [PATCH] kill PF_DEAD flag by Oleg Nesterov · 18 years ago
  14. 29b8849 [PATCH] set EXIT_DEAD state in do_exit(), not in schedule() by Oleg Nesterov · 18 years ago
  15. 8dc3e90 [PATCH] sched_setscheduler: fix? policy checks by Oleg Nesterov · 18 years ago
  16. 57a6f51c [PATCH] introduce is_rt_policy() helper by Oleg Nesterov · 18 years ago
  17. 5fe1d75 [PATCH] do_sched_setscheduler(): don't take tasklist_lock by Oleg Nesterov · 18 years ago
  18. 07dccf3 [PATCH] check return value of cpu_callback by Akinobu Mita · 18 years ago
  19. 0a2966b [PATCH] Fix longstanding load balancing bug in the scheduler by Christoph Lameter · 18 years ago
  20. f8986c2 [PATCH] revert "Drop tasklist lock in do_sched_setscheduler" by Oleg Nesterov · 18 years ago
  21. b50f60c [PATCH] pi-futex: missing pi_waiters plist initialization by Heiko Carstens · 19 years ago
  22. 2d7d253 [PATCH] fix cond_resched() fix by Jim Houston · 19 years ago
  23. f712c0c7 [PATCH] sched: build_sched_domains() fix by Siddha, Suresh B · 19 years ago
  24. 52f17b6 [PATCH] per-task-delay-accounting: cpu delay collection via schedstats by Chandra Seetharaman · 19 years ago
  25. 0ff9224 [PATCH] per-task-delay-accounting: sync block I/O and swapin delay collection by Shailabh Nagar · 19 years ago
  26. 3a5f5e4 [PATCH] lockdep: core, fix rq-lock handling on __ARCH_WANT_UNLOCKED_CTXSW by Ingo Molnar · 19 years ago
  27. 2ed6e34 [PATCH] small kernel/sched.c cleanup by Andreas Mohr · 19 years ago
  28. 0a565f7 [PATCH] sched: fix bug in __migrate_task() by Peter Williams · 19 years ago
  29. 70b97a7 [PATCH] sched: cleanup, convert sched.c-internal typedefs to struct by Ingo Molnar · 19 years ago
  30. 36c8b58 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct by Ingo Molnar · 19 years ago
  31. 48f24c4 [PATCH] sched: clean up fallout of recent changes by Ingo Molnar · 19 years ago
  32. fcb9937 [PATCH] lockdep: annotate scheduler runqueue locks by Ingo Molnar · 19 years ago
  33. 8a25d5d [PATCH] lockdep: prove spinlock rwlock locking correctness by Ingo Molnar · 19 years ago
  34. de30a2b [PATCH] lockdep: irqtrace subsystem, core by Ingo Molnar · 19 years ago
  35. 9a11b49a [PATCH] lockdep: better lock debugging by Ingo Molnar · 19 years ago
  36. e7b3840 [PATCH] cond_resched() fix by Andrew Morton · 19 years ago
  37. 95e02ca [PATCH] rtmutex: Propagate priority settings into PI lock chains by Thomas Gleixner · 19 years ago
  38. e74c69f [PATCH] Drop tasklist lock in do_sched_setscheduler by Thomas Gleixner · 19 years ago
  39. b29739f [PATCH] pi-futex: scheduler support for pi by Ingo Molnar · 19 years ago
  40. 66e5393 [PATCH] BUG() if setscheduler is called from interrupt context by Steven Rostedt · 19 years ago
  41. 9fea80e [PATCH] sched: uninline task_rq_lock() by Oleg Nesterov · 19 years ago
  42. 5c45bf2 [PATCH] sched: mc/smt power savings sched policy by Siddha, Suresh B · 19 years ago
  43. 3693816 [PATCH] sched_domai: Allocate sched_group structures dynamically by Srivatsa Vaddagiri · 19 years ago
  44. 15f0b67 [PATCH] sched_domai: Use kmalloc_node by Srivatsa Vaddagiri · 19 years ago
  45. d3a5aa9 [PATCH] sched_domai: Don't use GFP_ATOMIC by Srivatsa Vaddagiri · 19 years ago
  46. 51888ca [PATCH] sched_domain: handle kmalloc failure by Srivatsa Vaddagiri · 19 years ago
  47. 615052d [PATCH] sched: Avoid unnecessarily moving highest priority task move_tasks() by Peter Williams · 19 years ago
  48. 50ddd96 [PATCH] sched: modify move_tasks() to improve load balancing outcomes by Peter Williams · 19 years ago
  49. 2dd73a4 [PATCH] sched: implement smpnice by Peter Williams · 19 years ago
  50. efc3081 [PATCH] sched: CPU hotplug race vs. set_cpus_allowed() by Kirill Korotaev · 19 years ago
  51. cc94abf [PATCH] unnecessary long index i in sched by Steven Rostedt · 19 years ago
  52. 72d2854 [PATCH] sched: fix interactive ceiling code by Con Kolivas · 19 years ago
  53. d444886 [PATCH] sched: simplify bitmap definition by Steven Rostedt · 19 years ago
  54. c96d145 [PATCH] sched: fix smt nice lock contention and optimization by Chen, Kenneth W · 19 years ago
  55. 26c2143 [PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit only by Chandra Seetharaman · 19 years ago
  56. 054cc8a [PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17 by Chandra Seetharaman · 19 years ago
  57. 81a07d7 Merge branch 'x86-64' by Linus Torvalds · 19 years ago
  58. 495ab9c [PATCH] i386/x86-64/ia64: Move polling flag into thread_info_status by Andi Kleen · 19 years ago
  59. b78709c [PATCH] sched: fix SCHED_FIFO bug in sys_sched_rr_get_interval() by Peter Williams · 19 years ago
  60. fc75cdf [PATCH] cpu hotplug: fix CPU_UP_CANCEL handling by Heiko Carstens · 19 years ago
  61. bfe5d83 [PATCH] Define __raw_get_cpu_var and use it by Paul Mackerras · 19 years ago
  62. 8e0a43d [PATCH] cond_resched() might_sleep() fix by Ingo Molnar · 19 years ago
  63. e7834f8 [PATCH] SELinux: add security hooks to {get,set}affinity by David Quigley · 19 years ago
  64. f1adad7 Revert "[PATCH] sched: fix interactive task starvation" by Linus Torvalds · 19 years ago
  65. 649bbaa [PATCH] Remove __devinitdata from notifier block definitions by Chandra Seetharaman · 19 years ago
  66. 8a5bc07 [PATCH] sched: don't awaken RT tasks on expired array by Mike Galbraith · 19 years ago
  67. 5ce74ab [PATCH] sched: fix interactive task starvation by Mike Galbraith · 19 years ago
  68. d425b27 [PATCH] sched: activate SCHED BATCH expired by Con Kolivas · 19 years ago
  69. 7c4bb1f [PATCH] sched: remove on runqueue requeueing by Con Kolivas · 19 years ago
  70. 5138930 [PATCH] sched: include noninteractive sleep in idle detect by Con Kolivas · 19 years ago
  71. e72ff0b [PATCH] sched: dont decrease idle sleep avg by Con Kolivas · 19 years ago
  72. e7c38cb [PATCH] sched: make task_noninteractive use sleep_type by Con Kolivas · 19 years ago
  73. 3dee386 [PATCH] sched: cleanup task_activated() by Con Kolivas · 19 years ago
  74. db1b1fe [PATCH] sched: reduce overhead of calc_load by Jack Steiner · 19 years ago
  75. 0a94502 [PATCH] for_each_possible_cpu: fixes for generic part by KAMEZAWA Hiroyuki · 19 years ago
  76. 0806903 [PATCH] sched: fix group power for allnodes_domains by Siddha, Suresh B · 19 years ago
  77. 1e9f28f [PATCH] sched: new sched domain for representing multi-core by Siddha, Suresh B · 19 years ago
  78. 77e4bfb [PATCH] Small schedule() optimization by Andreas Mohr · 19 years ago
  79. 013d386 [PATCH] sched: fix task interactivity calculation by Martin Andersson · 19 years ago
  80. c6fd91f [PATCH] kretprobe instance recycled by parent process by bibo mao · 19 years ago
  81. 91368d7 [PATCH] make bug messages more consistent by Ingo Molnar · 19 years ago
  82. e9028b0 [PATCH] fix scheduler deadlock by Anton Blanchard · 19 years ago
  83. 9430d58e [PATCH] sched: remove sleep_avg multiplier by Mike Galbraith · 19 years ago
  84. 7cd9013 [PATCH] remove __put_task_struct_cb export again by Christoph Hellwig · 19 years ago
  85. 81c29a8 [PATCH] idle threads should have a sane ->timestamp value by Ingo Molnar · 19 years ago
  86. 8ba7b0a Add early-boot-safety check to cond_resched() by Linus Torvalds · 19 years ago
  87. 4bbf39c [PATCH] Introduce CONFIG_DEFAULT_MIGRATION_COST by Ingo Molnar · 19 years ago
  88. d6077cb [PATCH] sched: revert "filter affine wakeups" by Chen, Kenneth W · 19 years ago
  89. a200057 [PATCH] sched: remove smpnice by Nick Piggin · 19 years ago
  90. bd576c9 [PATCH] sched: only print migration_cost once per boot by Chuck Ebbert · 19 years ago
  91. 88a2a4ac [PATCH] percpu data: only iterate over possible CPUs by Eric Dumazet · 19 years ago
  92. 2f7016d [PATCH] sys_sched_getaffinity() & hotplug by Jack Steiner · 19 years ago
  93. 70b4d63 [PATCH] Fix boot-time slowdown for measure_migration_cost by Ingo Molnar · 19 years ago
  94. c21761f [PATCH] fix sched_setscheduler semantics by Jason Baron · 19 years ago
  95. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 19 years ago
  96. b0a9499 [PATCH] sched: add new SCHED_BATCH policy by Ingo Molnar · 19 years ago
  97. d7102e9 [PATCH] sched: filter affine wakeups by akpm@osdl.org · 19 years ago
  98. 198e2f1 [PATCH] scheduler cache-hot-autodetect by akpm@osdl.org · 19 years ago
  99. 4cef0c6 [PATCH] x86_64: Make the cpu_*_maps in kernel/sched.c read mostly by Andi Kleen · 19 years ago
  100. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 19 years ago