1. faa4602 x86, perf, bts, mm: Delete the never used BTS-ptrace code by Peter Zijlstra · 14 years ago
  2. 80a1860 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  3. ab3b3aa sched: Cleanup: remove unused variable in try_to_wake_up() by Dan Carpenter · 14 years ago
  4. c9be0a3 sysdev: Pass attribute in sysdev_class attributes show/store by Andi Kleen · 14 years ago
  5. 78d7d40 kernel core: use helpers for rlimits by Jiri Slaby · 14 years ago
  6. 0a135ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  7. f66ffde Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  8. 2531216 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  9. 6556a67 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  10. 497f0ab sched: Better name for for_each_domain_rd by Paul E. McKenney · 14 years ago
  11. d11c563 sched: Use lockdep-based checking on rcu_dereference() by Paul E. McKenney · 14 years ago
  12. 83ab0aa sched: Don't use possibly stale sched_class by Thomas Gleixner · 14 years ago
  13. 43cf38e percpu: add __percpu sparse annotations to core kernel subsystems by Tejun Heo · 14 years ago
  14. 6e40f5b Merge branch 'sched/urgent' into sched/core by Thomas Gleixner · 14 years ago
  15. 0970d29 sched: Fix race between ttwu() and task_rq_lock() by Peter Zijlstra · 14 years ago
  16. 9000f05 sched: Fix SMT scheduler regression in find_busiest_queue() by Suresh Siddha · 14 years ago
  17. fa535a7 sched: cpuacct: Use bigger percpu counter batch values for stats counters by Anton Blanchard · 14 years ago
  18. 6d3e090 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 14 years ago
  19. 50200df kernel/sched.c: Suppress unused var warning by Andrew Morton · 14 years ago
  20. 2357725 sched: Remove member rt_se from struct rt_rq by Yong Zhang · 14 years ago
  21. 4a461c8 sched: Remove unused update_shares_locked() by Peter Zijlstra · 14 years ago
  22. ae7f671 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  23. 60db48c sched: Queue a deboosted task to the head of the RT prio queue by Thomas Gleixner · 14 years ago
  24. ea87bb7 sched: Extend enqueue_task to allow head queueing by Thomas Gleixner · 14 years ago
  25. fabf318 sched: Fix fork vs hotplug vs cpuset namespaces by Peter Zijlstra · 14 years ago
  26. 7c94143 sched: Remove USER_SCHED by Dhaval Giani · 14 years ago
  27. 3d45fd8 sched: Remove the sched_class load_balance methods by Peter Zijlstra · 15 years ago
  28. 1e3c88b sched: Move load balance code into sched_fair.c by Peter Zijlstra · 15 years ago
  29. 6d558c3 sched: Reassign prev and switch_count when reacquire_kernel_lock() fail by Yong Zhang · 14 years ago
  30. 8381f65 sched/perf: Make sure irqs are disabled for perf_event_task_sched_in() by Jamie Iles · 14 years ago
  31. 61405fe Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  32. d894837 sched: might_sleep(): Make file parameter const char * by Simon Kagstrom · 14 years ago
  33. 49f4743 perf events: Remove arg from perf sched hooks by Peter Zijlstra · 14 years ago
  34. 0c69774 sched: Revert 738d2be, simplify set_task_cpu() by Peter Zijlstra · 14 years ago
  35. 70f1120 sched: Fix hotplug hang by Peter Zijlstra · 14 years ago
  36. 3df0fc5 sched: Restore printk sanity by Peter Zijlstra · 14 years ago
  37. 077614e sched: Fix broken assertion by Peter Zijlstra · 15 years ago
  38. 234da7b sched: Teach might_sleep() about preemptible RCU by Frederic Weisbecker · 15 years ago
  39. 416eb39 sched: Make warning less noisy by Ingo Molnar · 15 years ago
  40. 738d2be sched: Simplify set_task_cpu() by Peter Zijlstra · 15 years ago
  41. 88ec22d sched: Remove the cfs_rq dependency from set_task_cpu() by Peter Zijlstra · 15 years ago
  42. efbbd05 sched: Add pre and post wakeup hooks by Peter Zijlstra · 15 years ago
  43. 881232b sched: Move kthread_bind() back to kthread.c by Peter Zijlstra · 15 years ago
  44. 5da9a0f sched: Fix select_task_rq() vs hotplug issues by Peter Zijlstra · 15 years ago
  45. 3802290 sched: Fix sched_exec() balancing by Peter Zijlstra · 15 years ago
  46. e291200 sched: Ensure set_task_cpu() is never called on blocked tasks by Peter Zijlstra · 15 years ago
  47. 06b83b5 sched: Use TASK_WAKING for fork wakups by Peter Zijlstra · 15 years ago
  48. e6c8fba sched: Fix task_hot() test order by Peter Zijlstra · 15 years ago
  49. ee1156c Merge branch 'linus' into sched/urgent by Ingo Molnar · 15 years ago
  50. 1d61548 sched: Convert pi_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  51. 0986b11 sched: Convert rt_runtime_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  52. 05fa785 sched: Convert rq->lock to raw_spinlock by Thomas Gleixner · 15 years ago
  53. 9828ea9 locking: Further name space cleanups by Thomas Gleixner · 15 years ago
  54. c2f21ce locking: Implement new raw_spinlock by Thomas Gleixner · 15 years ago
  55. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  56. 1a551ae sched: Use rcu in sched_get_rr_param() by Thomas Gleixner · 15 years ago
  57. 23f5d14 sched: Use rcu in sched_get/set_affinity() by Thomas Gleixner · 15 years ago
  58. 5fe85be sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam() by Thomas Gleixner · 15 years ago
  59. 663997d sched: Use pr_fmt() and pr_<level>() by Joe Perches · 15 years ago
  60. 7539a3b sched: Make wakeup side and atomic variants of completion API irq safe by Rafael J. Wysocki · 15 years ago
  61. 702a7c7 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  62. b9889ed sched: Remove forced2_migrations stats by Ingo Molnar · 15 years ago
  63. dfc12eb sched: Fix memory leak in two error corner cases by Phil Carmody · 15 years ago
  64. 4ca3ef7 sched: Fix build warning in get_update_sysctl_factor() by Mike Galbraith · 15 years ago
  65. acb4a84 sched: Update normalized values on user updates via proc by Christian Ehrhardt · 15 years ago
  66. 1983a92 sched: Make tunable scaling style configurable by Christian Ehrhardt · 15 years ago
  67. 0bcdcf2 sched: Fix missing sched tunable recalculation on cpu add/remove by Christian Ehrhardt · 15 years ago
  68. 57785df sched: Fix task priority bug by Peter Zijlstra · 15 years ago
  69. cd8ad40 sched: cgroup: Implement different treatment for idle shares by Peter Zijlstra · 15 years ago
  70. 6cecd08 sched: Discard some old bits by Peter Zijlstra · 15 years ago
  71. cd29fe6 sched: Sanitize fork() handling by Peter Zijlstra · 15 years ago
  72. ab19cb2 sched: Clean up ttwu() rq locking by Peter Zijlstra · 15 years ago
  73. 5afcdab sched: Remove rq->clock coupling from set_task_cpu() by Peter Zijlstra · 15 years ago
  74. 970b13b sched: Consolidate select_task_rq() callers by Peter Zijlstra · 15 years ago
  75. dba091b sched: Protect sched_rr_get_param() access to task->sched_class by Thomas Gleixner · 15 years ago
  76. 3160568 sched: Protect task->cpus_allowed access in sched_getaffinity() by Thomas Gleixner · 15 years ago
  77. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  78. 50de1a8 Merge branch 'for-linus' into for-next by Tejun Heo · 15 years ago
  79. 6ad4c18 sched: Fix balance vs hotplug race by Peter Zijlstra · 15 years ago
  80. 897e81b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  81. 6077817 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  82. c08f782 mutex: Fix missing conditions to build mutex_spin_on_owner() by Frederic Weisbecker · 15 years ago
  83. 0cf55e1 sched, cputime: Introduce thread_group_times() by Hidetoshi Seto · 15 years ago
  84. d99ca3b sched, cputime: Cleanups related to task_times() by Hidetoshi Seto · 15 years ago
  85. bdddd29 sched: Fix isolcpus boot option by Rusty Russell · 15 years ago
  86. 8592e64 sched: Revert 498657a478c60be092208422fefa9c7b248729c2 by Tejun Heo · 15 years ago
  87. b7b20df9 sched, time: Define nsecs_to_jiffies() by Hidetoshi Seto · 15 years ago
  88. d5b7c78 sched: Remove task_{u,s,g}time() by Hidetoshi Seto · 15 years ago
  89. d180c5b sched: Introduce task_times() to replace task_{u,s}time() pair by Hidetoshi Seto · 15 years ago
  90. 16bc67e Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 15 years ago
  91. f663011 sched: Limit the number of scheduler debug messages by Mike Travis · 15 years ago
  92. 93335a2 sched.c: Call debug_show_all_locks() when dumping all tasks by Shmulik Ladkani · 15 years ago
  93. 710390d sched: Optimize branch hint in context_switch() by Tim Blechmann · 15 years ago
  94. 4299472 sched_feat_write(): Update ppos instead of file->f_pos by Jan Blunck · 15 years ago
  95. bb9074f Merge commit 'v2.6.32-rc7' by Eric W. Biederman · 15 years ago
  96. 047106a sched: Sched_rt_periodic_timer vs cpu hotplug by Peter Zijlstra · 15 years ago
  97. 498657a sched, kvm: Fix race condition involving sched_in_preempt_notifers by Tejun Heo · 15 years ago
  98. 761b1d2 sched: Fix granularity of task_u/stime() by Hidetoshi Seto · 15 years ago
  99. 055a008 sched: Fix/add missing update_rq_clock() calls by Mike Galbraith · 15 years ago
  100. 5699230 sysctl kernel: Remove binary sysctl logic by Eric W. Biederman · 15 years ago