1. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 18 years ago
  2. 5be9361 Eliminate lock_cpu_hotplug in kernel/schedc by Gautham R Shenoy · 18 years ago
  3. d5f9f94 revert 'sched: redundant reschedule when set_user_nice() boosts a prio of a task from the "expired" array' by Andrew Morton · 18 years ago
  4. c339662 sched: align rq to cacheline boundary by Siddha, Suresh B · 18 years ago
  5. bd53f96 sched: redundant reschedule when set_user_nice() boosts a prio of a task from the "expired" array by Dmitry Adamushko · 18 years ago
  6. 4953198 sched: optimize siblings status check logic in wake_idle() by Siddha, Suresh B · 18 years ago
  7. 5517d86 Speed up divides by cpu_power in scheduler by Eric Dumazet · 18 years ago
  8. 46cb4b7 sched: dynticks idle load balancing by Siddha, Suresh B · 18 years ago
  9. bdecea3 sched: fix idle load balancing in softirqd context by Siddha, Suresh B · 18 years ago
  10. 04c9167 add touch_all_softlockup_watchdogs() by Jeremy Fitzhardinge · 18 years ago
  11. 476f353 Safer nr_node_ids and nr_node_ids determination and initial values by Christoph Lameter · 18 years ago
  12. 39bc89f make SysRq-T show all tasks again by Ingo Molnar · 18 years ago
  13. d354d2f sched.c: Remove unused variable 'relative' by Linus Torvalds · 18 years ago
  14. 35f6f75 [PATCH] sched: get rid of p->children use in show_task() by Ingo Molnar · 18 years ago
  15. 69f7c0a [PATCH] sched: remove SMT nice by Con Kolivas · 18 years ago
  16. 7355690 [PATCH] sched: fix SMT scheduler bug by Ingo Molnar · 18 years ago
  17. c1e16aa [PATCH] Fix posix-cpu-timer breakage caused by stale p->last_ran value by Thomas Gleixner · 18 years ago
  18. 9226d12 [PATCH] i386: paravirt CPU hypercall batching mode by Zachary Amsden · 18 years ago
  19. ff91691 [PATCH] sched: avoid div in rebalance_tick by Nick Piggin · 18 years ago
  20. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 18 years ago
  21. b035b6d [PATCH] Consolidate default sched_clock() by Alexey Dobriyan · 18 years ago
  22. e5e5673 [PATCH] sched: tasks cannot run on cpus onlined after boot by Nathan Lynch · 18 years ago
  23. 9414232 [PATCH] sched: fix cond_resched_softirq() offset by Ingo Molnar · 18 years ago
  24. 67af63a [PATCH] sched: remove __cpuinitdata anotation to cpu_isolated_map by Tim Chen · 18 years ago
  25. ba00840 [PATCH] Conditionally check expected_preempt_count in __resched_legal() by Mark Fasheh · 18 years ago
  26. bc94763 [PATCH] sched: improve efficiency of sched_fork() by Peter Williams · 18 years ago
  27. 3117df0 [PATCH] lockdep: print irq-trace info on asserts by Ingo Molnar · 18 years ago
  28. 33859f7 [PATCH] kernel/sched.c: whitespace cleanups by Miguel Ojeda Sandonis · 18 years ago
  29. 62ab616 [PATCH] sched: optimize activate_task for RT task by Chen, Kenneth W · 18 years ago
  30. 0606671 [PATCH] sched: remove lb_stopbalance counter by Chen, Kenneth W · 18 years ago
  31. 783609c [PATCH] sched: decrease number of load balances by Siddha, Suresh B · 18 years ago
  32. b18ec80 [PATCH] sched: improve migration accuracy by Mike Galbraith · 18 years ago
  33. 08c183f [PATCH] sched: add option to serialize load balancing by Christoph Lameter · 18 years ago
  34. 1bd77f2 [PATCH] sched: call tasklet less frequently by Christoph Lameter · 18 years ago
  35. c9819f4 [PATCH] sched: use softirq for load balancing by Christoph Lameter · 18 years ago
  36. e418e1c [PATCH] sched: move idle status calculation into rebalance_tick() by Christoph Lameter · 18 years ago
  37. 7835b98 [PATCH] sched: extract load calculation from rebalance_tick by Christoph Lameter · 18 years ago
  38. fe2eea3 [PATCH] sched: disable interrupts for locking in load_balance() by Christoph Lameter · 18 years ago
  39. 4211a9a [PATCH] sched: remove staggering of load balancing by Christoph Lameter · 18 years ago
  40. 571f6d2 [PATCH] sched: avoid taking rq lock in wake_priority_sleeper by Christoph Lameter · 18 years ago
  41. 054b910 [PATCH] move_task_off_dead_cpu() should be called with disabled ints by Kirill Korotaev · 18 years ago
  42. 6711cab [PATCH] ched domain: move sched group allocations to percpu area by Siddha, Suresh B · 18 years ago
  43. cc2a73b [PATCH] sched.c: correct comment for this_rq_lock() by Robert P. J. Day · 18 years ago
  44. 15ad7cd [PATCH] struct seq_operations and struct file_operations constification by Helge Deller · 18 years ago
  45. 301827a [PATCH] sched: correct output of show_state() by Chris Caputo · 18 years ago
  46. 02316067 [PATCH] hotplug CPU: clean up hotcpu_notifier() use by Ingo Molnar · 18 years ago
  47. ece8a68 [PATCH] sleep profiling by Ingo Molnar · 18 years ago
  48. a4c410f [PATCH] lockdep: print current locks on in_atomic warnings by Peter Zijlstra · 18 years ago
  49. e59e2ae [PATCH] SysRq-X: show blocked tasks by Ingo Molnar · 18 years ago
  50. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  51. 91fcdd4 [PATCH] readjust comments of task_timeslice for kernel doc by Borislav Petkov · 18 years ago
  52. beed33a [PATCH] sched: likely profiling by Nick Piggin · 18 years ago
  53. ce16442 [PATCH] scheduler: NUMA aware placement of sched_group_allnodes by Christoph Lameter · 18 years ago
  54. 0feaece [PATCH] sched: fixing wrong comment for find_idlest_cpu() by Satoru Takeuchi · 18 years ago
  55. 89c4710 [PATCH] sched: cleanup sched_group cpu_power setup by Siddha, Suresh B · 18 years ago
  56. 1a84887 [PATCH] sched: introduce child field in sched_domain by Siddha, Suresh B · 18 years ago
  57. 7473264 [PATCH] sched: don't print migration cost when only 1 CPU by Dave Jones · 18 years ago
  58. a616058 [PATCH] sched: remove unnecessary sched group allocations by Siddha, Suresh B · 18 years ago
  59. 5c1e176 [PATCH] sched: force /sbin/init off isolated cpus by Nick Piggin · 18 years ago
  60. e16b38f [PATCH] cpumask: export cpu_online_map and cpu_possible_map consistently by Greg Banks · 18 years ago
  61. 8f0ab51 [PATCH] csa: convert CONFIG tag for extended accounting routines by Jay Lan · 18 years ago
  62. c394cc9 [PATCH] introduce TASK_DEAD state by Oleg Nesterov · 18 years ago
  63. 55a101f [PATCH] kill PF_DEAD flag by Oleg Nesterov · 18 years ago
  64. 29b8849 [PATCH] set EXIT_DEAD state in do_exit(), not in schedule() by Oleg Nesterov · 18 years ago
  65. 8dc3e90 [PATCH] sched_setscheduler: fix? policy checks by Oleg Nesterov · 18 years ago
  66. 57a6f51 [PATCH] introduce is_rt_policy() helper by Oleg Nesterov · 18 years ago
  67. 5fe1d75 [PATCH] do_sched_setscheduler(): don't take tasklist_lock by Oleg Nesterov · 18 years ago
  68. 07dccf3 [PATCH] check return value of cpu_callback by Akinobu Mita · 18 years ago
  69. 0a2966b [PATCH] Fix longstanding load balancing bug in the scheduler by Christoph Lameter · 18 years ago
  70. f8986c2 [PATCH] revert "Drop tasklist lock in do_sched_setscheduler" by Oleg Nesterov · 18 years ago
  71. b50f60c [PATCH] pi-futex: missing pi_waiters plist initialization by Heiko Carstens · 18 years ago
  72. 2d7d253 [PATCH] fix cond_resched() fix by Jim Houston · 18 years ago
  73. f712c0c [PATCH] sched: build_sched_domains() fix by Siddha, Suresh B · 18 years ago
  74. 52f17b6 [PATCH] per-task-delay-accounting: cpu delay collection via schedstats by Chandra Seetharaman · 18 years ago
  75. 0ff9224 [PATCH] per-task-delay-accounting: sync block I/O and swapin delay collection by Shailabh Nagar · 18 years ago
  76. 3a5f5e4 [PATCH] lockdep: core, fix rq-lock handling on __ARCH_WANT_UNLOCKED_CTXSW by Ingo Molnar · 18 years ago
  77. 2ed6e34 [PATCH] small kernel/sched.c cleanup by Andreas Mohr · 18 years ago
  78. 0a565f7 [PATCH] sched: fix bug in __migrate_task() by Peter Williams · 18 years ago
  79. 70b97a7 [PATCH] sched: cleanup, convert sched.c-internal typedefs to struct by Ingo Molnar · 18 years ago
  80. 36c8b58 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct by Ingo Molnar · 18 years ago
  81. 48f24c4 [PATCH] sched: clean up fallout of recent changes by Ingo Molnar · 18 years ago
  82. fcb9937 [PATCH] lockdep: annotate scheduler runqueue locks by Ingo Molnar · 18 years ago
  83. 8a25d5d [PATCH] lockdep: prove spinlock rwlock locking correctness by Ingo Molnar · 18 years ago
  84. de30a2b [PATCH] lockdep: irqtrace subsystem, core by Ingo Molnar · 18 years ago
  85. 9a11b49a [PATCH] lockdep: better lock debugging by Ingo Molnar · 18 years ago
  86. e7b3840 [PATCH] cond_resched() fix by Andrew Morton · 18 years ago
  87. 95e02ca [PATCH] rtmutex: Propagate priority settings into PI lock chains by Thomas Gleixner · 18 years ago
  88. e74c69f [PATCH] Drop tasklist lock in do_sched_setscheduler by Thomas Gleixner · 18 years ago
  89. b29739f [PATCH] pi-futex: scheduler support for pi by Ingo Molnar · 18 years ago
  90. 66e5393 [PATCH] BUG() if setscheduler is called from interrupt context by Steven Rostedt · 18 years ago
  91. 9fea80e [PATCH] sched: uninline task_rq_lock() by Oleg Nesterov · 18 years ago
  92. 5c45bf2 [PATCH] sched: mc/smt power savings sched policy by Siddha, Suresh B · 18 years ago
  93. 3693816 [PATCH] sched_domai: Allocate sched_group structures dynamically by Srivatsa Vaddagiri · 18 years ago
  94. 15f0b67 [PATCH] sched_domai: Use kmalloc_node by Srivatsa Vaddagiri · 18 years ago
  95. d3a5aa9 [PATCH] sched_domai: Don't use GFP_ATOMIC by Srivatsa Vaddagiri · 18 years ago
  96. 51888ca [PATCH] sched_domain: handle kmalloc failure by Srivatsa Vaddagiri · 18 years ago
  97. 615052d [PATCH] sched: Avoid unnecessarily moving highest priority task move_tasks() by Peter Williams · 18 years ago
  98. 50ddd96 [PATCH] sched: modify move_tasks() to improve load balancing outcomes by Peter Williams · 18 years ago
  99. 2dd73a4 [PATCH] sched: implement smpnice by Peter Williams · 18 years ago
  100. efc3081 [PATCH] sched: CPU hotplug race vs. set_cpus_allowed() by Kirill Korotaev · 18 years ago