1. 8e05e96 sched: Mark __schedule() stack frame as non-standard by Josh Poimboeuf · 9 years ago
  2. 7ab85d4 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  3. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  4. 9c03ee1 sched: Fix crash in sched_init_numa() by Raghavendra K T · 9 years ago
  5. 34a9304 Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  6. af34520 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  7. 24af98c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  8. 3104fb3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 9 years ago
  9. 567bee2 Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging new patches by Ingo Molnar · 9 years ago
  10. 0b98f0c Merge branch 'master' into for-4.4-fixes by Tejun Heo · 9 years ago
  11. 46a5d16 rcu: Stop disabling interrupts in scheduler fastpaths by Paul E. McKenney · 9 years ago
  12. b036762 sched/fair: Move the cache-hot 'load_avg' variable into its own cacheline by Waiman Long · 9 years ago
  13. ed82b8a sched/core: Move the sched_to_prio[] arrays out of line by Andi Kleen · 9 years ago
  14. ad936d8 sched/fair: Make it possible to account fair load avg consistently by Byungchul Park · 9 years ago
  15. 8643cda sched/core, locking: Document Program-Order guarantees by Peter Zijlstra · 9 years ago
  16. b3e0b1b locking, sched: Introduce smp_cond_acquire() and use it by Peter Zijlstra · 9 years ago
  17. 467386f Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  18. ecf7d01 sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule() by Peter Zijlstra · 9 years ago
  19. b75a225 sched/core: Better document the try_to_wake_up() barriers by Peter Zijlstra · 9 years ago
  20. 8295c69 sched/core: Clear the root_domain cpumasks in init_rootdomain() by Xunlei Pang · 9 years ago
  21. 119d6f6 sched/core: Remove false-positive warning from wake_up_process() by Sasha Levin · 9 years ago
  22. b53202e cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friends by Oleg Nesterov · 9 years ago
  23. 1f7dd3e5 cgroup: fix handling of multi-destination migration from subtree_control enabling by Tejun Heo · 9 years ago
  24. 01783e0 sched/core: Use list_is_singular() in sched_can_stop_tick() by Geliang Tang · 9 years ago
  25. 3ea94de sched/core: Fix incorrect wait time and wait count statistics by Joonwoo Park · 9 years ago
  26. 69234ac Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  27. 5352869 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  28. e4340bb Merge branch 'linus' into core/rcu, to fix up a semantic conflict by Ingo Molnar · 9 years ago
  29. 0aaafaa sched/core: Add missing lockdep_unpin() annotations by Peter Zijlstra · 9 years ago
  30. e73e85f sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETS by Oleg Nesterov · 9 years ago
  31. 62694cd sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop() by Peter Zijlstra · 9 years ago
  32. 07f06cb sched: Start stopper early by Peter Zijlstra · 9 years ago
  33. 6af597d Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve conflicts by Ingo Molnar · 9 years ago
  34. 0baabb3 nohz: Revert "nohz: Set isolcpus when nohz_full is set" by Frederic Weisbecker · 9 years ago
  35. c13dc31 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 9 years ago
  36. 2e91fa7 cgroup: keep zombies associated with their original cgroups by Tejun Heo · 9 years ago
  37. 8477847 sched: Export sched_setscheduler_nocheck by Davidlohr Bueso · 9 years ago
  38. 5a4fd03 sched/core: Remove a parameter in the migrate_task_rq() function by xiaofeng.yan · 9 years ago
  39. ce03e41 sched/core: Drop unlikely behind BUG_ON() by Geliang Tang · 9 years ago
  40. 1de6444 sched/core: Fix task and run queue sched_info::run_delay inconsistencies by Peter Zijlstra · 9 years ago
  41. e2bf1c4b sched/core: Add preempt_count invariant check by Peter Zijlstra · 9 years ago
  42. 499d795 sched/core: More notrace annotations by Peter Zijlstra · 9 years ago
  43. da7142e sched/core: Simplify preempt_count tests by Peter Zijlstra · 9 years ago
  44. 1dc0fff sched/core: Robustify preemption leak checks by Peter Zijlstra · 9 years ago
  45. 3d8f74d sched/core: Stop setting PREEMPT_ACTIVE by Peter Zijlstra · 9 years ago
  46. c73464b sched/core: Fix trace_sched_switch() by Peter Zijlstra · 9 years ago
  47. fc13aeb sched/core: Add preempt argument to __schedule() by Peter Zijlstra · 9 years ago
  48. 609ca06 sched/core: Create preempt_count invariant by Peter Zijlstra · 9 years ago
  49. b99def8 sched/core: Rework TASK_DEAD preemption exception by Peter Zijlstra · 9 years ago
  50. fe19159 Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  51. 95913d9 sched/core: Fix TASK_DEAD race in finish_task_switch() by Peter Zijlstra · 9 years ago
  52. 73f479b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  53. c6e1e7b sched/core: Make 'sched_domain_topology' declaration static by Juergen Gross · 9 years ago
  54. 3ae8394 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  55. 00cc1633 sched: access local runqueue directly in single_task_running by Dominik Dingel · 9 years ago
  56. 20f9cd2 sched/core: Make policy-testing consistent by Henrik Austad · 9 years ago
  57. de9b8f5 sched: Fix crash trying to dequeue/enqueue the idle thread by Peter Zijlstra · 9 years ago
  58. c2ea72f Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  59. 98d8fd8 sched/fair: Initialize task load and utilization before placing task on rq by Morten Rasmussen · 9 years ago
  60. 2a59572 sched/numa: Convert sched_numa_balancing to a static_branch by Srikar Dronamraju · 9 years ago
  61. 2b49d84 sched/numa: Remove the NUMA sched_feature by Srikar Dronamraju · 9 years ago
  62. c3b9bc5 sched/numa: Disable sched_numa_balancing on UMA systems by Srikar Dronamraju · 9 years ago
  63. 78a9c54 sched/numa: Rename numabalancing_enabled to sched_numa_balancing by Srikar Dronamraju · 9 years ago
  64. 446685e sched/core: Delete PF_EXITING checks from cpu_cgroup_exit() callback by Kirill Tkhai · 9 years ago
  65. bc54da2 sched/core: Remove unused argument from sched_class::task_move_group by Peter Zijlstra · 9 years ago
  66. 973759c Merge tag 'v4.3-rc1' into sched/core, to refresh the branch by Ingo Molnar · 9 years ago
  67. 5473e0cc sched: 'Annotate' migrate_tasks() by Wanpeng Li · 9 years ago
  68. ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  69. 8bdc69b Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  70. 9642d18 nohz: Affine unpinned timers to housekeepers by Vatika Harlalka · 9 years ago
  71. 65a9959 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  72. 418c2e1 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  73. a1d8561 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  74. dd9d384 sched: Fix cpu_active_mask/cpu_online_mask race by Jan H. Schönherr · 9 years ago
  75. 6c37067 sched: Change the sched_class::set_cpus_allowed() calling context by Peter Zijlstra · 10 years ago
  76. c5b2803 sched: Make sched_class::set_cpus_allowed() unconditional by Peter Zijlstra · 10 years ago
  77. 25834c7 sched: Fix a race between __kthread_bind() and sched_setaffinity() by Peter Zijlstra · 10 years ago
  78. e237882 sched/numa: Fix NUMA_DIRECT topology identification by Aravind Gopalakrishnan · 9 years ago
  79. 3c8e479 sched: Remove finish_arch_switch() by Peter Zijlstra · 9 years ago
  80. 540247f sched/fair: Init cfs_rq's sched_entity load average by Yuyang Du · 10 years ago
  81. 9d89c25 sched/fair: Rewrite runnable load and utilization average tracking by Yuyang Du · 10 years ago
  82. fe32d3c sched/preempt: Fix cond_resched_lock() and cond_resched_softirq() by Konstantin Khlebnikov · 10 years ago
  83. fbd705a sched: Introduce the 'trace_sched_waking' tracepoint by Peter Zijlstra · 10 years ago
  84. 781b020 sched, sysctl: Delete an unnecessary check before unregister_sysctl_table() by Markus Elfring · 10 years ago
  85. e33886b locking/static_keys: Add static_key_{en,dis}able() helpers by Peter Zijlstra · 9 years ago
  86. de734f8 nohz: Remove useless argument on tick_nohz_task_switch() by Frederic Weisbecker · 10 years ago
  87. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 10 years ago
  88. 7e47682 cgroup: allow a cgroup subsystem to reject a fork by Aleksa Sarai · 10 years ago
  89. 1b3618b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  90. 22a093b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  91. f6db834 sched/stat: Simplify the sched_info accounting dependency by Naveen N. Rao · 10 years ago
  92. 2ecd9d2 sched, preempt_notifier: separate notifier registration from static_key inc/dec by Peter Zijlstra · 10 years ago
  93. 98ec21a Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  94. 3a95398 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  95. 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  96. 23b7776 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  97. bc7a34b timer: Reduce timer migration overhead if disabled by Thomas Gleixner · 10 years ago
  98. 6713c3a sched: Remove superfluous resetting of the p->dl_throttled flag by Wanpeng Li · 10 years ago
  99. 1cde293 sched/preempt: Add static_key() to preempt_notifiers by Peter Zijlstra · 10 years ago
  100. d84525a sched/preempt: Fix preempt notifiers documentation about hlist_del() within unsafe iteration by Mathieu Desnoyers · 10 years ago