1. 00845eb sched: don't cause task state changes in nested sleep debugging by Linus Torvalds · 10 years ago
  2. b74e627 sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocation by Alex Thorlton · 10 years ago
  3. a90e984 sched_show_task: fix unsafe usage of ->real_parent by Oleg Nesterov · 10 years ago
  4. 86c6a2f Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  5. c301106 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  6. fd7de1e8 sched: Add missing rcu protection to wake_up_all_idle_cpus by Andy Lutomirski · 10 years ago
  7. 7cc78f8 context_tracking: Restore previous state in schedule_user by Andy Lutomirski · 10 years ago
  8. d360b78 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 10 years ago
  9. 6c1d941 sched: Move p->nr_cpus_allowed check to select_task_rq() by Wanpeng Li · 10 years ago
  10. 7538991 sched/fair: Kill task_struct::numa_entry and numa_group::task_list by Kirill Tkhai · 10 years ago
  11. e9ac5f0 Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying more changes by Ingo Molnar · 10 years ago
  12. 6e99891 sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistency by Stanislaw Gruszka · 10 years ago
  13. 23cfa36 sched/cputime: Fix cpu_timer_sample_group() double accounting by Peter Zijlstra · 10 years ago
  14. c123588 sched/numa: Fix out of bounds read in sched_init_numa() by Andrey Ryabinin · 10 years ago
  15. 44dba3d sched: Refactor task_struct to use numa_faults instead of numa_* pointers by Iulia Manda · 10 years ago
  16. 75e23e49 sched/core: Use dl_bw_of() under rcu_read_lock_sched() by Juri Lelli · 10 years ago
  17. 67dfa1b sched/deadline: Implement cancel_dl_timer() to use in switched_from_dl() by Kirill Tkhai · 10 years ago
  18. e7097e8 sched: Use WARN_ONCE for the might_sleep() TASK_RUNNING test by Peter Zijlstra · 10 years ago
  19. f7b8a47 sched: Remove lockdep check in sched_move_task() by Kirill Tkhai · 10 years ago
  20. 38200cf rcu: Remove "cpu" argument to rcu_note_context_switch() by Paul E. McKenney · 10 years ago
  21. 3427445 sched: Exclude cond_resched() from nested sleep test by Peter Zijlstra · 10 years ago
  22. 8eb23b9 sched: Debug nested sleeps by Peter Zijlstra · 10 years ago
  23. f82f804 sched/deadline: Ensure that updates to exclusive cpusets don't break AC by Juri Lelli · 10 years ago
  24. 7f51412 sched/deadline: Fix bandwidth check/update when migrating tasks between exclusive cpusets by Juri Lelli · 10 years ago
  25. e2336f6 sched: Kill task_preempt_count() by Oleg Nesterov · 10 years ago
  26. dfa50b6 sched: Make finish_task_switch() return 'struct rq *' by Oleg Nesterov · 10 years ago
  27. 1a43a14 sched: Fix schedule_tail() to disable preemption by Oleg Nesterov · 10 years ago
  28. e3fe70b sched/numa: Classify the NUMA topology of a system by Rik van Riel · 10 years ago
  29. 9942f79 sched/numa: Export info needed for NUMA balancing on complex topologies by Rik van Riel · 10 years ago
  30. 009f60e sched: stop the unbound recursion in preempt_schedule_context() by Oleg Nesterov · 10 years ago
  31. eeb61e5 sched: Fix race between task_group and sched_task_group by Kirill Tkhai · 10 years ago
  32. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  33. 6d5f0eb Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  34. f10e00f sched/dl: Use dl_bw_of() under rcu_read_lock_sched() by Kirill Tkhai · 10 years ago
  35. f1e3a09 sched: Use rq->rd in sched_setaffinity() under RCU read lock by Kirill Tkhai · 10 years ago
  36. 16303ab sched: cleanup: Rename 'out_unlock' to 'out_free_new_mask' by Kirill Tkhai · 10 years ago
  37. 66339c3 sched: Use dl_bw_of() under RCU read lock by Kirill Tkhai · 10 years ago
  38. c55f515 sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSW by Peter Zijlstra · 10 years ago
  39. 3472eaa sched: normalize_rt_tasks(): Don't use _irqsave for tasklist_lock, use task_rq_lock() by Oleg Nesterov · 10 years ago
  40. 8651c65 sched: Fix the task-group check in tg_has_rt_tasks() by Oleg Nesterov · 10 years ago
  41. a5e7be3 sched/deadline: Clear dl_entity params when setscheduling to different class by Juri Lelli · 10 years ago
  42. 9c58c79 sched: Clean up some typos and grammatical errors in code/comments by Zhihui Zhang · 10 years ago
  43. 0d9e263 sched: Add default-disabled option to BUG() when stack end location is overwritten by Aaron Tomlin · 10 years ago
  44. a15b12ac sched: Do not stop cpu in set_cpus_allowed_ptr() if task is not running by Kirill Tkhai · 10 years ago
  45. f3cd1c4 sched/core: Use put_prev_task() accessor where possible by Kirill Tkhai · 10 years ago
  46. f6be8af sched: Add new API wake_up_if_idle() to wake up the idle cpu by Chuansheng Liu · 10 years ago
  47. 5cd038f sched: Migrate waking tasks by Lai Jiangshan · 11 years ago
  48. e2627dc Merge tag 'v3.17-rc4' into sched/core, to prevent conflicts with upcoming patches, and to refresh the tree by Ingo Molnar · 10 years ago
  49. 177ef2a sched/deadline: Fix a precision problem in the microseconds range by xiaofeng.yan · 10 years ago
  50. 2ee507c sched: Add function single_task_running to let a task check if it is the only task running on a cpu by Tim Chen · 10 years ago
  51. a1e0182 sched: Remove double_rq_lock() from __migrate_task() by Kirill Tkhai · 10 years ago
  52. cca26e8 sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING state by Kirill Tkhai · 10 years ago
  53. da0c1e6 sched: Add wrapper for checking task_struct::on_rq by Kirill Tkhai · 10 years ago
  54. 5d07f42 sched: s/do_each_thread/for_each_process_thread/ in core.c by Oleg Nesterov · 10 years ago
  55. 2e39465 locking: Remove deprecated smp_mb__() barriers by Peter Zijlstra · 10 years ago
  56. aaecac4 sched: Rename a misleading variable in build_overlap_sched_groups() by Zhihui Zhang · 10 years ago
  57. e67ee10 Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle' by Rafael J. Wysocki · 10 years ago
  58. 372ba8c cpuidle: menu: Lookup CPU runqueues less by Mel Gorman · 10 years ago
  59. 9895994 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  60. 47dfe40 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  61. c13db6b sched: Use macro for magic number of -1 for setparam by Steven Rostedt · 10 years ago
  62. 6ae72df sched: Robustify topology setup by Peter Zijlstra · 10 years ago
  63. ca5bc6c Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changes by Ingo Molnar · 10 years ago
  64. d8d28c8 sched: Fix sched_setparam() policy == -1 logic by Daniel Bristot de Oliveira · 10 years ago
  65. 5cd08fb sched: Fix static_key race with sched_feat() by Jason Baron · 11 years ago
  66. 8875125 sched: Transform resched_task() into resched_curr() by Kirill Tkhai · 11 years ago
  67. 466af29 sched/deadline: Kill task_struct->pi_top_task by Oleg Nesterov · 11 years ago
  68. 5577964 cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes by Tejun Heo · 11 years ago
  69. 0e59bda sched/fair: Disable runtime_enabled on dying rq by Kirill Tkhai · 11 years ago
  70. 4036ac1 sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD]_CPUTIME_ID) monotonicity by Mike Galbraith · 11 years ago
  71. 541b826 sched/core: Fix formatting issues in sched_can_stop_tick() by Viresh Kumar · 11 years ago
  72. 4a81e83 rcu: Reduce overhead of cond_resched() checks for RCU by Paul E. McKenney · 11 years ago
  73. 3882ec6 nohz: Use IPI implicit full barrier against rq->nr_running r/w by Frederic Weisbecker · 11 years ago
  74. fd2ac4f nohz: Use nohz own full kick on 2nd task enqueue by Frederic Weisbecker · 11 years ago
  75. 53c5fa1 nohz: Switch to nohz full remote kick on timer enqueue by Frederic Weisbecker · 11 years ago
  76. b2e09f6 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  77. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  78. 535560d Merge commit '3cf2f34' into sched/core, to fix build error by Ingo Molnar · 11 years ago
  79. 14208b0 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  80. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 11 years ago
  81. d54d14b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  82. ec00010 Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patches by Ingo Molnar · 11 years ago
  83. e3baac4 sched/idle: Optimize try-to-wake-up IPI by Peter Zijlstra · 11 years ago
  84. 67b9ca7 sched/idle: Simplify wake_up_idle_cpu() by Andy Lutomirski · 11 years ago
  85. dfc68f2 sched, trace: Add a tracepoint for IPI-less remote wakeups by Andy Lutomirski · 11 years ago
  86. 5d4dfdd sched: Rename capacity related flags by Nicolas Pitre · 11 years ago
  87. ca8ce3d sched: Final power vs. capacity cleanups by Nicolas Pitre · 11 years ago
  88. ced549f sched: Remove remaining dubious usage of "power" by Nicolas Pitre · 11 years ago
  89. 63b2ca3 sched: Let 'struct sched_group_power' care about CPU capacity by Nicolas Pitre · 11 years ago
  90. fa93384 sched: Fix signedness bug in yield_to() by Dan Carpenter · 11 years ago
  91. 09dc4ab sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lock by Roman Gushchin · 11 years ago
  92. b14ed2c sched: Fix sched_policy < 0 comparison by Richard Weinberger · 11 years ago
  93. aac74dc printk: rename printk_sched to printk_deferred by John Stultz · 11 years ago
  94. c84a1e3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  95. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  96. 59a3d4c Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  97. 3243970 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  98. f02f79d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  99. e14505a Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 11 years ago
  100. 7aa2c01 sched: Consolidate open coded implementations of nice level frobbing into nice_to_rlimit() and rlimit_to_nice() by Dongsheng Yang · 11 years ago