1. e436d80 [PATCH] sched: implement cpu_clock(cpu) high-speed time source by Ingo Molnar · 17 years ago
  2. 969bb4e [PATCH] sched: fix the all pinned logic in load_balance_newidle() by Suresh Siddha · 17 years ago
  3. 9439aab [PATCH] sched: fix newly idle load balance in case of SMT by Suresh Siddha · 17 years ago
  4. f34e3b6 use the new percpu interface for shared data by Fenghua Yu · 17 years ago
  5. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  6. e4af30b [PATCH] sched: prettify prio_to_wmult[] by Ingo Molnar · 17 years ago
  7. 5714d2d [PATCH] sched: document prio_to_wmult[] by Ingo Molnar · 17 years ago
  8. f9153ee6 [PATCH] sched: improve weight-array comments by Ingo Molnar · 17 years ago
  9. 4fd8851 CFS: Fix missing digit off in wmult table by Thomas Gleixner · 17 years ago
  10. 4bd7732 [PATCH] sched: fix show_task()/show_tasks() output by Ingo Molnar · 17 years ago
  11. a5968df [PATCH] sched: allow larger granularity by Ingo Molnar · 17 years ago
  12. e127031 [PATCH] sched: fix prio_to_wmult[] for nice 1 by Mike Galbraith · 17 years ago
  13. c31f2e8 sched: add CFS credits by Ingo Molnar · 17 years ago
  14. 0fec171 sched: clean up sleep_on() APIs by Ingo Molnar · 17 years ago
  15. 9761eea sched: style cleanups by Ingo Molnar · 17 years ago
  16. b2cfba19 sched: remove unused rq types from sched.c by Ingo Molnar · 17 years ago
  17. 634fa8c sched: remove interactivity types by Ingo Molnar · 17 years ago
  18. dff06c1 sched: clean up include files in sched.c by Ingo Molnar · 17 years ago
  19. 1b9f19c sched: turn on the use of unstable events by Ingo Molnar · 17 years ago
  20. bb29ab2 sched: x86, track TSC-unstable events by Ingo Molnar · 17 years ago
  21. dd41f59 sched: cfs core code by Ingo Molnar · 17 years ago
  22. f3479f1 sched: remove the sleep-bonus interactivity code by Ingo Molnar · 17 years ago
  23. c18a173 sched: remove expired_starving() by Ingo Molnar · 17 years ago
  24. f2ac58e sched: remove sleep_type by Ingo Molnar · 17 years ago
  25. 45bf76d sched: cfs, add load-calculation methods by Ingo Molnar · 17 years ago
  26. 1453118 sched: clean up __normal_prio() position by Ingo Molnar · 17 years ago
  27. 71f8bd4 sched: cleanup: move dequeue/enqueue_task() by Ingo Molnar · 17 years ago
  28. c24d20d sched: move around resched_task() by Ingo Molnar · 17 years ago
  29. e05606d sched: clean up the rt priority macros by Ingo Molnar · 17 years ago
  30. 138a8ae sched: add cfs_rq ops by Ingo Molnar · 17 years ago
  31. 41b86e9 sched: make posix-cpu-timers use CFS's accounting information by Ingo Molnar · 17 years ago
  32. 20d315d sched: add rq_clock()/__rq_clock() by Ingo Molnar · 17 years ago
  33. 6aa645e sched: cfs rq data types by Ingo Molnar · 17 years ago
  34. 425e096 sched: move code into kernel/sched_stats.h by Ingo Molnar · 17 years ago
  35. 1df2105 sched: add init_idle_bootup_task() by Ingo Molnar · 17 years ago
  36. f64f611 sched: remove sched_exit() by Ingo Molnar · 17 years ago
  37. c65cc87 sched: uninline set_task_cpu() by Ingo Molnar · 17 years ago
  38. 0437e10 sched: zap the migration init / cache-hot balancing code by Ingo Molnar · 17 years ago
  39. d15bcfd sched: rename idle_type/SCHED_IDLE by Ingo Molnar · 17 years ago
  40. 92c4ca5 sched: fix next_interval determination in idle_balance() by Christoph Lameter · 17 years ago
  41. fa490cf Fix possible runqueue lock starvation in wait_task_inactive() by Linus Torvalds · 17 years ago
  42. a0f98a1 sched: fix SysRq-N (normalize RT tasks) by Ingo Molnar · 17 years ago
  43. 98d82567 Prevent going idle with softirq pending by Thomas Gleixner · 17 years ago
  44. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  45. 5be9361 Eliminate lock_cpu_hotplug in kernel/schedc by Gautham R Shenoy · 17 years ago
  46. d5f9f94 revert 'sched: redundant reschedule when set_user_nice() boosts a prio of a task from the "expired" array' by Andrew Morton · 17 years ago
  47. c339662 sched: align rq to cacheline boundary by Siddha, Suresh B · 17 years ago
  48. bd53f96 sched: redundant reschedule when set_user_nice() boosts a prio of a task from the "expired" array by Dmitry Adamushko · 17 years ago
  49. 4953198 sched: optimize siblings status check logic in wake_idle() by Siddha, Suresh B · 17 years ago
  50. 5517d86 Speed up divides by cpu_power in scheduler by Eric Dumazet · 17 years ago
  51. 46cb4b7 sched: dynticks idle load balancing by Siddha, Suresh B · 17 years ago
  52. bdecea3 sched: fix idle load balancing in softirqd context by Siddha, Suresh B · 17 years ago
  53. 04c9167 add touch_all_softlockup_watchdogs() by Jeremy Fitzhardinge · 17 years ago
  54. 476f353 Safer nr_node_ids and nr_node_ids determination and initial values by Christoph Lameter · 17 years ago
  55. 39bc89f make SysRq-T show all tasks again by Ingo Molnar · 17 years ago
  56. d354d2f sched.c: Remove unused variable 'relative' by Linus Torvalds · 17 years ago
  57. 35f6f75 [PATCH] sched: get rid of p->children use in show_task() by Ingo Molnar · 17 years ago
  58. 69f7c0a [PATCH] sched: remove SMT nice by Con Kolivas · 17 years ago
  59. 7355690 [PATCH] sched: fix SMT scheduler bug by Ingo Molnar · 17 years ago
  60. c1e16aa [PATCH] Fix posix-cpu-timer breakage caused by stale p->last_ran value by Thomas Gleixner · 17 years ago
  61. 9226d12 [PATCH] i386: paravirt CPU hypercall batching mode by Zachary Amsden · 17 years ago
  62. ff91691 [PATCH] sched: avoid div in rebalance_tick by Nick Piggin · 17 years ago
  63. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  64. b035b6d [PATCH] Consolidate default sched_clock() by Alexey Dobriyan · 17 years ago
  65. e5e5673 [PATCH] sched: tasks cannot run on cpus onlined after boot by Nathan Lynch · 18 years ago
  66. 9414232 [PATCH] sched: fix cond_resched_softirq() offset by Ingo Molnar · 18 years ago
  67. 67af63a [PATCH] sched: remove __cpuinitdata anotation to cpu_isolated_map by Tim Chen · 18 years ago
  68. ba00840 [PATCH] Conditionally check expected_preempt_count in __resched_legal() by Mark Fasheh · 18 years ago
  69. bc94763 [PATCH] sched: improve efficiency of sched_fork() by Peter Williams · 18 years ago
  70. 3117df0 [PATCH] lockdep: print irq-trace info on asserts by Ingo Molnar · 18 years ago
  71. 33859f7 [PATCH] kernel/sched.c: whitespace cleanups by Miguel Ojeda Sandonis · 18 years ago
  72. 62ab616 [PATCH] sched: optimize activate_task for RT task by Chen, Kenneth W · 18 years ago
  73. 0606671 [PATCH] sched: remove lb_stopbalance counter by Chen, Kenneth W · 18 years ago
  74. 783609c [PATCH] sched: decrease number of load balances by Siddha, Suresh B · 18 years ago
  75. b18ec80 [PATCH] sched: improve migration accuracy by Mike Galbraith · 18 years ago
  76. 08c183f [PATCH] sched: add option to serialize load balancing by Christoph Lameter · 18 years ago
  77. 1bd77f2 [PATCH] sched: call tasklet less frequently by Christoph Lameter · 18 years ago
  78. c9819f4 [PATCH] sched: use softirq for load balancing by Christoph Lameter · 18 years ago
  79. e418e1c [PATCH] sched: move idle status calculation into rebalance_tick() by Christoph Lameter · 18 years ago
  80. 7835b98 [PATCH] sched: extract load calculation from rebalance_tick by Christoph Lameter · 18 years ago
  81. fe2eea3 [PATCH] sched: disable interrupts for locking in load_balance() by Christoph Lameter · 18 years ago
  82. 4211a9a [PATCH] sched: remove staggering of load balancing by Christoph Lameter · 18 years ago
  83. 571f6d2 [PATCH] sched: avoid taking rq lock in wake_priority_sleeper by Christoph Lameter · 18 years ago
  84. 054b910 [PATCH] move_task_off_dead_cpu() should be called with disabled ints by Kirill Korotaev · 18 years ago
  85. 6711cab [PATCH] ched domain: move sched group allocations to percpu area by Siddha, Suresh B · 18 years ago
  86. cc2a73b [PATCH] sched.c: correct comment for this_rq_lock() by Robert P. J. Day · 18 years ago
  87. 15ad7cd [PATCH] struct seq_operations and struct file_operations constification by Helge Deller · 18 years ago
  88. 301827a [PATCH] sched: correct output of show_state() by Chris Caputo · 18 years ago
  89. 02316067 [PATCH] hotplug CPU: clean up hotcpu_notifier() use by Ingo Molnar · 18 years ago
  90. ece8a68 [PATCH] sleep profiling by Ingo Molnar · 18 years ago
  91. a4c410f [PATCH] lockdep: print current locks on in_atomic warnings by Peter Zijlstra · 18 years ago
  92. e59e2ae [PATCH] SysRq-X: show blocked tasks by Ingo Molnar · 18 years ago
  93. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  94. 91fcdd4 [PATCH] readjust comments of task_timeslice for kernel doc by Borislav Petkov · 18 years ago
  95. beed33a [PATCH] sched: likely profiling by Nick Piggin · 18 years ago
  96. ce16442 [PATCH] scheduler: NUMA aware placement of sched_group_allnodes by Christoph Lameter · 18 years ago
  97. 0feaece [PATCH] sched: fixing wrong comment for find_idlest_cpu() by Satoru Takeuchi · 18 years ago
  98. 89c4710 [PATCH] sched: cleanup sched_group cpu_power setup by Siddha, Suresh B · 18 years ago
  99. 1a84887 [PATCH] sched: introduce child field in sched_domain by Siddha, Suresh B · 18 years ago
  100. 7473264 [PATCH] sched: don't print migration cost when only 1 CPU by Dave Jones · 18 years ago