1. c6531cc sched: do not trace sched_clock by Ingo Molnar · 18 years ago
  2. 5b82a1b Port ftrace to markers by Mathieu Desnoyers · 18 years ago
  3. 4d9493c ftrace: remove add-hoc code by Ingo Molnar · 18 years ago
  4. 5429db2 ftrace: fix wakeup callback by Peter Zijlstra · 18 years ago
  5. 36fc25a ftrace: sched tree fix by Ingo Molnar · 18 years ago
  6. 017730c ftrace: fix wakeups by Ingo Molnar · 18 years ago
  7. 24cd5d1 ftrace: trace curr/next tasks by Ingo Molnar · 18 years ago
  8. 4e65551 ftrace: sched tracer, trace full rbtree by Ingo Molnar · 18 years ago
  9. 8ac0fca ftrace: sched tracer fix by Ingo Molnar · 18 years ago
  10. 6cd8a4b ftrace: trace preempt off critical timings by Steven Rostedt · 18 years ago
  11. 7c731e0 ftrace: make the task state char-string visible to all by Steven Rostedt · 18 years ago
  12. bd3bff9 sched: add latency tracer callbacks to the scheduler by Ingo Molnar · 18 years ago
  13. 0c70814 cgroups: fix compile warning by Mirco Tischler · 18 years ago
  14. c3921ab Add new 'cond_resched_bkl()' helper function by Linus Torvalds · 18 years ago
  15. 8e3e076 BKL: revert back to the old spinlock implementation by Linus Torvalds · 18 years ago
  16. 3e51f33 sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCK by Peter Zijlstra · 18 years ago
  17. dfbf4a1 sched: fix cpu clock by Ingo Molnar · 18 years ago
  18. cb4ad1f sched: fair-group: fix a Div0 error of the fair group scheduler by Miao Xie · 18 years ago
  19. 712555e sched: fix missing locking in sched_domains code by Heiko Carstens · 18 years ago
  20. 690229a sched: make clock sync tunable by architecture code by Ingo Molnar · 18 years ago
  21. 673a90a sched: fix sched_info_switch not being called according to documentation by David Simner · 18 years ago
  22. b328ca1 sched: fix hrtick_start_fair and CPU-Hotplug by Peter Zijlstra · 18 years ago
  23. 983ed7a sched: add statics, don't return void expressions by Harvey Harrison · 18 years ago
  24. d478c2c sched: add debug checks to idle functions by Andrew Morton · 18 years ago
  25. e05510d sched: optimize calc_delta_mine() by Peter Zijlstra · 18 years ago
  26. 6f6d6a1 rename div64_64 to div64_u64 by Roman Zippel · 18 years ago
  27. 06ecb27 CGroups _s64 files: use read_s64/write_s64 in CFS cgroup for rt_runtime file by Paul Menage · 18 years ago
  28. f4c753b CGroup API files: rename read/write_uint methods to read_write_u64 by Paul Menage · 18 years ago
  29. 6e18933 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 18 years ago
  30. 0b79dad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-fixes by Linus Torvalds · 18 years ago
  31. 5a9d322 sched: use alloc_bootmem() instead of alloc_bootmem_low() by David Miller · 18 years ago
  32. 3f5087a sched: fix share (re)distribution by Peter Zijlstra · 18 years ago
  33. 03970f0 [PATCH] Build fix for CONFIG_NUMA=y && CONFIG_SMP=n by Mike Travis · 18 years ago
  34. 472613b [IA64] fix bootmem regression on Altix by Russ Anderson · 18 years ago
  35. 7348672 kernel-doc: fix sched.c missing parameter by Randy Dunlap · 18 years ago
  36. c24b7c5 sched: features fix by Ingo Molnar · 18 years ago
  37. f00b45c sched: /debug/sched_features by Peter Zijlstra · 18 years ago
  38. 06379ab sched: add SCHED_FEAT_DEADLINE by Ingo Molnar · 18 years ago
  39. 8f1bc38 sched: fair: weight calculations by Peter Zijlstra · 18 years ago
  40. 4a55bd5 sched: fair-group: de-couple load-balancing from the rb-trees by Peter Zijlstra · 18 years ago
  41. 18d95a2 sched: fair-group: SMP-nice for group scheduling by Peter Zijlstra · 18 years ago
  42. 1d3504f sched, cpuset: customize sched domains, core by Hidetoshi Seto · 18 years ago
  43. b40b2e8 sched: rt: multi level group constraints by Peter Zijlstra · 18 years ago
  44. f473aa5 sched: task_group hierarchy by Peter Zijlstra · 18 years ago
  45. eff766a sched: fix the task_group hierarchy for UID grouping by Peter Zijlstra · 18 years ago
  46. ec7dc8a sched: allow the group scheduler to have multiple levels by Dhaval Giani · 18 years ago
  47. 354d60c sched: mix tasks and groups by Dhaval Giani · 18 years ago
  48. ea736ed sched: fix checks by Ingo Molnar · 18 years ago
  49. 112f53f sched: old sleeper bonus by Peter Zijlstra · 18 years ago
  50. cd8ba7c sched: add new set_cpus_allowed_ptr function by Mike Travis · 18 years ago
  51. e0982e9 init: move setup of nr_cpu_ids to as early as possible by Mike Travis · 18 years ago
  52. 4bdbaad sched: remove another cpumask_t variable from stack by Mike Travis · 18 years ago
  53. 7c16ec5 cpumask: reduce stack usage in SD_x_INIT initializers by Mike Travis · 18 years ago
  54. c5f59f0 nodemask: use new node_to_cpumask_ptr function by Mike Travis · 18 years ago
  55. b53e921 generic: reduce stack pressure in sched_affinity by Mike Travis · 18 years ago
  56. f9a86fc cpuset: modify cpuset_set_cpus_allowed to use cpumask pointer by Mike Travis · 18 years ago
  57. 434d53b sched: remove fixed NR_CPUS sized arrays in kernel_sched_c by Mike Travis · 18 years ago
  58. 0297b80 sched: allow cpuacct stats to be reset by Dhaval Giani · 18 years ago
  59. 32cd756 sched: cleanup cpuacct variable names by Dhaval Giani · 18 years ago
  60. ac086bc sched: rt-group: smp balancing by Peter Zijlstra · 18 years ago
  61. d0b27fa sched: rt-group: synchonised bandwidth period by Peter Zijlstra · 18 years ago
  62. 50df5d6 sched: remove sysctl_sched_batch_wakeup_granularity by Ingo Molnar · 18 years ago
  63. 02e2b83 sched: reenable sync wakeups by Ingo Molnar · 18 years ago
  64. d25ce4c sched: cache hot buddy by Ingo Molnar · 18 years ago
  65. 1fc8afa sched: feat affine wakeups by Ingo Molnar · 18 years ago
  66. b85d066 sched: introduce SCHED_FEAT_SYNC_WAKEUPS, turn it off by Ingo Molnar · 18 years ago
  67. 15934a3 sched: fix rq->clock overflows detection with CONFIG_NO_HZ by Guillaume Chazarain · 18 years ago
  68. 30914a5 sched: sched.c needs tick.h by Reynes Philippe · 18 years ago
  69. 27ec440 sched: make cpu_clock() globally synchronous by Ingo Molnar · 18 years ago
  70. 06d8308 NOHZ: reevaluate idle sleep length after add_timer_on() by Thomas Gleixner · 18 years ago
  71. 22e52b0 sched: add arch_update_cpu_topology hook. by Heiko Carstens · 18 years ago
  72. 9aefd0a sched: add exported arch_reinit_sched_domains() to header file. by Heiko Carstens · 18 years ago
  73. 23e3c3c sched: remove double unlikely from schedule() by Roel Kluin · 18 years ago
  74. 2070ee0 sched: cleanup old and rarely used 'debug' features. by Peter Zijlstra · 18 years ago
  75. f540a60 sched: wakeup-buddy tasks are cache-hot by Ingo Molnar · 18 years ago
  76. 4ae7d5c sched: improve affine wakeups by Ingo Molnar · 18 years ago
  77. aa2ac25 sched: fix overload performance: buddy wakeups by Peter Zijlstra · 18 years ago
  78. 27d1172 sched: fix calc_delta_mine() by Ingo Molnar · 18 years ago
  79. e89996a sched: fix update_load_add()/sub() by Ingo Molnar · 18 years ago
  80. 0e1f348 sched: fix race in schedule() by Hiroshi Shimamoto · 18 years ago
  81. 08f503b keep rd->online and cpu_online_map in sync by Gregory Haskins · 18 years ago
  82. 1f94ef5 Revert "cpu hotplug: adjust root-domain->online span in response to hotplug event" by Gregory Haskins · 18 years ago
  83. 393d94d cpu hotplug: adjust root-domain->online span in response to hotplug event by Gregory Haskins · 18 years ago
  84. 521f1a24 sched: don't allow rt_runtime_us to be zero for groups having rt tasks by Dhaval Giani · 18 years ago
  85. 2692a24 sched: rt-group: fixup schedulability constraints calculation by Peter Zijlstra · 18 years ago
  86. 1868f95 sched: fix the wrong time slice value for SCHED_FIFO tasks by Miao Xie · 18 years ago
  87. 150d8be sched: export task_nice by Pavel Roskin · 18 years ago
  88. 810b381 sched: retain vruntime by Peter Zijlstra · 18 years ago
  89. 62fb185 sched: revert load_balance_monitor() changes by Peter Zijlstra · 18 years ago
  90. 67ca7bd sched: fix signedness warnings in sched.c by Harvey Harrison · 18 years ago
  91. 6892b75 sched: make early bootup sched_clock() use safer by Ingo Molnar · 18 years ago
  92. 04e2f17 Add memory barrier semantics to wake_up() & co by Linus Torvalds · 18 years ago
  93. 4362758 kprobes: refuse kprobe insertion on add/sub_preempt_counter() by Srinivasa Ds · 18 years ago
  94. b68aa23 sched: rt-group: refure unrunnable tasks by Peter Zijlstra · 18 years ago
  95. bccbe08 sched: rt-group: clean up the ifdeffery by Peter Zijlstra · 18 years ago
  96. 052f1dc sched: rt-group: make rt groups scheduling configurable by Peter Zijlstra · 18 years ago
  97. 9f0c1e5 sched: rt-group: interface by Peter Zijlstra · 18 years ago
  98. 23b0fdf sched: rt-group: deal with PI by Peter Zijlstra · 18 years ago
  99. 4cf5d77 sched: fix incorrect irq lock usage in normalize_rt_tasks() by Peter Zijlstra · 18 years ago
  100. 8ed3699 sched: fair-group: separate tg->shares from task_group_lock by Peter Zijlstra · 18 years ago