1. eaad451 sched: Fix __sched_setscheduler() nice test by Peter Zijlstra · 13 years ago
  2. 7479f3c sched: Move SCHED_RESET_ON_FORK into attr::sched_flags by Peter Zijlstra · 13 years ago
  3. 0bb040a sched: Fix up attr::sched_priority warning by Peter Zijlstra · 13 years ago
  4. 39fd8fd sched: Fix up scheduler syscall LTP fails by Peter Zijlstra · 13 years ago
  5. e3de300 sched: Preserve the nice level over sched_setscheduler() and sched_setparam() calls by Peter Zijlstra · 13 years ago
  6. 5778fcc sched/core: Fix htmldocs warnings by Juri Lelli · 13 years ago
  7. 7136265 sched/deadline: No need to check p if dl_se is valid by Juri Lelli · 13 years ago
  8. d8bf523 sched/deadline: Remove unused variables by Peter Zijlstra · 13 years ago
  9. 88f1ebb sched/deadline: Fix sparse static warnings by Fengguang Wu · 13 years ago
  10. 8cb75e0 sched/preempt: Fix up missed PREEMPT_NEED_RESCHED folding by Peter Zijlstra · 13 years ago
  11. 6577e42 sched/clock: Fix up clear_sched_clock_stable() by Peter Zijlstra · 13 years ago
  12. 35af99e sched/clock, x86: Use a static_key for sched_clock_stable by Peter Zijlstra · 13 years ago
  13. ef08f0f sched/clock: Remove local_irq_disable() from the clocks by Peter Zijlstra · 13 years ago
  14. c726099 sched: Factor out the on_null_domain() checks in trigger_load_balance() by Daniel Lezcano · 13 years ago
  15. 208cb16 sched: Pass 'struct rq' to nohz_idle_balance() by Daniel Lezcano · 13 years ago
  16. f7ed0a8 sched: Pass 'struct rq' to rebalance_domains() by Daniel Lezcano · 13 years ago
  17. 0aeeeeb sched: Remove unused parameter from nohz_balancer_kick() by Daniel Lezcano · 13 years ago
  18. 3dd0337 sched: Remove unused parameter from find_new_ilb() by Daniel Lezcano · 13 years ago
  19. 63f609b sched: Pass 'struct rq' to on_null_domain() by Daniel Lezcano · 13 years ago
  20. 4a72562 sched: Reduce nohz_kick_needed() parameters by Daniel Lezcano · 13 years ago
  21. 7caff66 sched: Reduce trigger_load_balance() parameters by Daniel Lezcano · 13 years ago
  22. de212f1 sched/deadline: Fix hotplug admission control by Peter Zijlstra · 13 years ago
  23. 1724813 sched/deadline: Remove the sysctl_sched_dl knobs by Peter Zijlstra · 13 years ago
  24. e4099a5 sched/deadline: Fix up the smp-affinity mask tests by Peter Zijlstra · 13 years ago
  25. 6bfd6d7 sched/deadline: speed up SCHED_DEADLINE pushes with a push-heap by Juri Lelli · 13 years ago
  26. 332ac17 sched/deadline: Add bandwidth management for SCHED_DEADLINE tasks by Dario Faggioli · 13 years ago
  27. 2d3d891 sched/deadline: Add SCHED_DEADLINE inheritance logic by Dario Faggioli · 13 years ago
  28. fb00aca rtmutex: Turn the plist into an rb-tree by Peter Zijlstra · 13 years ago
  29. 755378a sched/deadline: Add period support for SCHED_DEADLINE tasks by Harald Gustafsson · 13 years ago
  30. 239be4a sched/deadline: Add SCHED_DEADLINE avg_update accounting by Dario Faggioli · 13 years ago
  31. 1baca4c sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logic by Juri Lelli · 13 years ago
  32. aab03e0 sched/deadline: Add SCHED_DEADLINE structures & implementation by Dario Faggioli · 13 years ago
  33. d50dde5 sched: Add new scheduler syscalls to support an extended scheduling parameters ABI by Dario Faggioli · 13 years ago
  34. 56b4811 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 13 years ago
  35. 9722c2d sched: Calculate effective load even if local weight is 0 by Rik van Riel · 13 years ago
  36. f755669 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  37. 3c67f47 sched: numa: skip inaccessible VMAs by Mel Gorman · 13 years ago
  38. e777b63 sched/numa: Fix period_slot recalculation by Wanpeng Li · 13 years ago
  39. 82897b4 sched/numa: Use wrapper function task_faults_idx to calculate index in group_faults by Wanpeng Li · 13 years ago
  40. de1b301 sched/numa: Use wrapper function task_node to get node which task is on by Wanpeng Li · 13 years ago
  41. 1bd53a7 sched/numa: Drop sysctl_numa_balancing_settle_count sysctl by Wanpeng Li · 13 years ago
  42. ffe732c Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 13 years ago
  43. 757dfca sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities by Kirill Tkhai · 13 years ago
  44. 5d4cf99 sched: Assign correct scheduling domain to 'sd_llc' by Mel Gorman · 13 years ago
  45. 9dbdb15 sched/fair: Rework sched_fair time accounting by Peter Zijlstra · 13 years ago
  46. 8e8339a sched: Initialize power_orig for overlapping groups by Peter Zijlstra · 13 years ago
  47. 40ea2b4 sched/numa: Drop idx field of task_numa_env struct by Wanpeng Li · 13 years ago
  48. e6c390f sched: Add sched_class->task_dead() method by Dario Faggioli · 13 years ago
  49. 380c907 sched/fair: Clean up update_sg_lb_stats() a bit by Kamalesh Babulal · 13 years ago
  50. c44f2a0 sched/fair: Move load idx selection in find_idlest_group by Vincent Guittot · 13 years ago
  51. 192301e sched: Check TASK_DEAD rather than EXIT_DEAD in schedule_debug() by Oleg Nesterov · 13 years ago
  52. 32e475d sched: Expose preempt_schedule_irq() by Thomas Gleixner · 13 years ago
  53. 39e24d8f sched: Fix a trivial syntax misuse by Shigeru Yoshida · 13 years ago
  54. 0515973 sched: Fix a trivial typo in comments by Shigeru Yoshida · 13 years ago
  55. 42eb088 sched: Avoid NULL dereference on sd_busy by Peter Zijlstra · 13 years ago
  56. 9abf24d sched: Check sched_domain before computing group power by Srikar Dronamraju · 13 years ago
  57. 85b088e sched/fair: Avoid integer overflow by Michal Nazarewicz · 13 years ago
  58. 911b289 sched: Optimize task_sched_runtime() by Peter Zijlstra · 13 years ago
  59. 5eca82a sched/numa: Cure update_numa_stats() vs. hotplug by Peter Zijlstra · 13 years ago
  60. 46a73e8 sched/numa: Fix NULL pointer dereference in task_numa_migrate() by Rik van Riel · 13 years ago
  61. 37dc6b5 sched: Remove unnecessary iteration over sched domains to update nr_busy_cpus by Preeti U Murthy · 13 years ago
  62. 2042abe sched: Fix asymmetric scheduling for POWER7 by Vaidyanathan Srinivasan · 13 years ago
  63. b8a2162 sched: Move completion code from core.c to completion.c by Peter Zijlstra · 13 years ago
  64. b414587 sched: Move wait code from core.c to wait.c by Peter Zijlstra · 13 years ago
  65. 7a6354e sched: Move wait.c into kernel/sched/ by Peter Zijlstra · 13 years ago
  66. f9f9ffc sched: Avoid throttle_cfs_rq() racing with period_timer stopping by Ben Segall · 13 years ago
  67. 0ac9b1c sched: Guarantee new group-entities always have weight by Paul Turner · 13 years ago
  68. 927b54f sched: Fix hrtimer_cancel()/rq->lock deadlock by Ben Segall · 13 years ago
  69. db06e78 sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining by Ben Segall · 13 years ago
  70. 1ee14e6 sched: Fix race on toggling cfs_bandwidth_used by Ben Segall · 13 years ago
  71. ac9ff79 sched: Remove extra put_online_cpus() inside sched_setaffinity() by Michael wang · 13 years ago
  72. e9aa39b sched/rt: Fix task_tick_rt() comment by Li Bin · 13 years ago
  73. 6acce3e sched: Remove get_online_cpus() usage by Peter Zijlstra · 13 years ago
  74. 7460231 sched: Fix race in migrate_swap_stop() by Peter Zijlstra · 13 years ago
  75. 7c3f2ab sched/rt: Add missing rmb() by Peter Zijlstra · 13 years ago
  76. ed1b773 sched/fair: Fix trivial typos in comments by Kamalesh Babulal · 13 years ago
  77. 62e947c sched: Remove bogus parameter in structured comment by Ramkumar Ramachandra · 13 years ago
  78. 3354781 sched/numa: Reflow task_numa_group() to avoid a compiler warning by Peter Zijlstra · 13 years ago
  79. 2739d3e sched/numa: Retry task_numa_migrate() periodically by Rik van Riel · 13 years ago
  80. 989348b sched/numa: Use unsigned longs for numa group fault stats by Mel Gorman · 13 years ago
  81. de1c9ce sched/numa: Skip some page migrations after a shared fault by Rik van Riel · 13 years ago
  82. 1e3646f mm: numa: Revert temporarily disabling of NUMA migration by Rik van Riel · 13 years ago
  83. 930aa17 sched/numa: Remove the numa_balancing_scan_period_reset sysctl by Mel Gorman · 13 years ago
  84. 04bb2f9 sched/numa: Adjust scan rate in task_numa_placement by Rik van Riel · 13 years ago
  85. 3e6a941 sched/numa: Take false sharing into account when adapting scan rate by Mel Gorman · 13 years ago
  86. dabe1d9 sched/numa: Be more careful about joining numa groups by Rik van Riel · 13 years ago
  87. 0ec8aa0 sched/numa: Avoid migrating tasks that are placed on their preferred node by Peter Zijlstra · 13 years ago
  88. ca28aa5 sched/numa: Fix task or group comparison by Rik van Riel · 13 years ago
  89. 887c290 sched/numa: Decide whether to favour task or group weights based on swap candidate relationships by Rik van Riel · 13 years ago
  90. b32e86b sched/numa: Add debugging by Ingo Molnar · 13 years ago
  91. 7dbd13e sched/numa: Prevent parallel updates to group stats during placement by Mel Gorman · 13 years ago
  92. 8272701 sched/numa: Call task_numa_free() from do_execve() by Rik van Riel · 13 years ago
  93. 83e1d2c sched/numa: Use group fault statistics in numa placement by Mel Gorman · 13 years ago
  94. 5e1576e sched/numa: Stay on the same node if CLONE_VM by Rik van Riel · 13 years ago
  95. 6688cc0 mm: numa: Do not group on RO pages by Peter Zijlstra · 13 years ago
  96. e29cf08 sched/numa: Report a NUMA task group ID by Mel Gorman · 13 years ago
  97. 8c8a743 sched/numa: Use {cpu, pid} to create task groups for shared faults by Peter Zijlstra · 13 years ago
  98. 9057289 mm: numa: Change page last {nid,pid} into {cpu,pid} by Peter Zijlstra · 13 years ago
  99. e1dda8a sched/numa: Fix placement of workloads spread across multiple nodes by Rik van Riel · 13 years ago
  100. 2c8a50a sched/numa: Favor placing a task on the preferred node by Mel Gorman · 13 years ago