1. 5529578 locking/atomic, sched: Unexport fetch_or() by Frederic Weisbecker · 9 years ago
  2. be53f58 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. 2f5177f sched/cgroup: Fix/cleanup cgroup teardown/init by Peter Zijlstra · 9 years ago
  4. 42e405f Merge branch 'linus' into sched/urgent, to pick up dependencies by Ingo Molnar · 9 years ago
  5. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  6. 6b5f04b Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  7. ef504fa Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 9 years ago
  8. 710d60c Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  9. e23604e Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  10. d4e79615 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  11. e1b77c9 sched/kasan: remove stale KASAN poison after hotplug by Mark Rutland · 9 years ago
  12. 72f9f3f sched/deadline: Remove dl_new from struct sched_dl_entity by Luca Abeni · 9 years ago
  13. e9532e6 sched/cputime: Fix steal time accounting vs. CPU hotplug by Thomas Gleixner · 9 years ago
  14. 76d92ac sched: Migrate sched to use new tick dependency mask model by Frederic Weisbecker · 9 years ago
  15. 9b7f659 sched/core: Get rid of 'cpu' argument in wq_worker_sleeping() by Alexander Gordeev · 9 years ago
  16. 949338e cpu/hotplug: Move scheduler cpu_online notifier to hotplug core by Thomas Gleixner · 9 years ago
  17. f904f58 sched/debug: Fix preempt_disable_ip recording for preempt_disable() by Sebastian Andrzej Siewior · 9 years ago
  18. 3866e84 sched/debug: Move sched_domain_sysctl to debug.c by Steven Rostedt (Red Hat) · 9 years ago
  19. d6ca41d sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.c by Steven Rostedt (Red Hat) · 9 years ago
  20. ff77e46 sched/rt: Fix PI handling vs. sched_setscheduler() by Peter Zijlstra · 9 years ago
  21. 6aa447bc Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  22. 6fe1f34 sched/cgroup: Fix cgroup entity load tracking tear-down by Peter Zijlstra · 9 years ago
  23. 0493694 sched: Always inline context_switch() by Josh Poimboeuf · 9 years ago
  24. 8e05e96 sched: Mark __schedule() stack frame as non-standard by Josh Poimboeuf · 9 years ago
  25. b38e42e cgroup: convert cgroup_subsys flag fields to bool bitfields by Tejun Heo · 9 years ago
  26. 3223d05 sched/core: Remove dead statement in __schedule() by Byungchul Park · 9 years ago
  27. 5fd7a09 atomic: Export fetch_or() by Frederic Weisbecker · 9 years ago
  28. cb25176 sched/debug: Make schedstats a runtime tunable that is disabled by default by Mel Gorman · 9 years ago
  29. a6e4491 sched/isolcpus: Output warning when the 'isolcpus=' kernel parameter is invalid by Prarit Bhargava · 9 years ago
  30. 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
  31. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  32. 9c03ee1 sched: Fix crash in sched_init_numa() by Raghavendra K T · 9 years ago
  33. 34a9304 Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  34. 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
  35. 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
  36. 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
  37. 567bee2 Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging new patches by Ingo Molnar · 9 years ago
  38. 0b98f0c Merge branch 'master' into for-4.4-fixes by Tejun Heo · 9 years ago
  39. 46a5d16 rcu: Stop disabling interrupts in scheduler fastpaths by Paul E. McKenney · 9 years ago
  40. b036762 sched/fair: Move the cache-hot 'load_avg' variable into its own cacheline by Waiman Long · 9 years ago
  41. ed82b8a sched/core: Move the sched_to_prio[] arrays out of line by Andi Kleen · 9 years ago
  42. ad936d8 sched/fair: Make it possible to account fair load avg consistently by Byungchul Park · 9 years ago
  43. 8643cda sched/core, locking: Document Program-Order guarantees by Peter Zijlstra · 9 years ago
  44. b3e0b1b locking, sched: Introduce smp_cond_acquire() and use it by Peter Zijlstra · 9 years ago
  45. 467386f Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  46. ecf7d01 sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule() by Peter Zijlstra · 9 years ago
  47. b75a225 sched/core: Better document the try_to_wake_up() barriers by Peter Zijlstra · 9 years ago
  48. 8295c69 sched/core: Clear the root_domain cpumasks in init_rootdomain() by Xunlei Pang · 9 years ago
  49. 119d6f6 sched/core: Remove false-positive warning from wake_up_process() by Sasha Levin · 9 years ago
  50. b53202e cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friends by Oleg Nesterov · 9 years ago
  51. 1f7dd3e5 cgroup: fix handling of multi-destination migration from subtree_control enabling by Tejun Heo · 9 years ago
  52. 01783e0 sched/core: Use list_is_singular() in sched_can_stop_tick() by Geliang Tang · 9 years ago
  53. 3ea94de sched/core: Fix incorrect wait time and wait count statistics by Joonwoo Park · 9 years ago
  54. 69234ac Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  55. 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
  56. e4340bb Merge branch 'linus' into core/rcu, to fix up a semantic conflict by Ingo Molnar · 9 years ago
  57. 0aaafaa sched/core: Add missing lockdep_unpin() annotations by Peter Zijlstra · 9 years ago
  58. e73e85f sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETS by Oleg Nesterov · 9 years ago
  59. 62694cd sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop() by Peter Zijlstra · 9 years ago
  60. 07f06cb sched: Start stopper early by Peter Zijlstra · 9 years ago
  61. 6af597d Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve conflicts by Ingo Molnar · 9 years ago
  62. 0baabb3 nohz: Revert "nohz: Set isolcpus when nohz_full is set" by Frederic Weisbecker · 9 years ago
  63. 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
  64. 2e91fa7 cgroup: keep zombies associated with their original cgroups by Tejun Heo · 9 years ago
  65. 8477847 sched: Export sched_setscheduler_nocheck by Davidlohr Bueso · 9 years ago
  66. 5a4fd03 sched/core: Remove a parameter in the migrate_task_rq() function by xiaofeng.yan · 9 years ago
  67. ce03e41 sched/core: Drop unlikely behind BUG_ON() by Geliang Tang · 9 years ago
  68. 1de6444 sched/core: Fix task and run queue sched_info::run_delay inconsistencies by Peter Zijlstra · 9 years ago
  69. e2bf1c4b sched/core: Add preempt_count invariant check by Peter Zijlstra · 9 years ago
  70. 499d795 sched/core: More notrace annotations by Peter Zijlstra · 9 years ago
  71. da7142e sched/core: Simplify preempt_count tests by Peter Zijlstra · 9 years ago
  72. 1dc0fff sched/core: Robustify preemption leak checks by Peter Zijlstra · 9 years ago
  73. 3d8f74d sched/core: Stop setting PREEMPT_ACTIVE by Peter Zijlstra · 9 years ago
  74. c73464b sched/core: Fix trace_sched_switch() by Peter Zijlstra · 9 years ago
  75. fc13aeb sched/core: Add preempt argument to __schedule() by Peter Zijlstra · 9 years ago
  76. 609ca06 sched/core: Create preempt_count invariant by Peter Zijlstra · 9 years ago
  77. b99def8 sched/core: Rework TASK_DEAD preemption exception by Peter Zijlstra · 9 years ago
  78. fe19159 Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  79. 95913d9 sched/core: Fix TASK_DEAD race in finish_task_switch() by Peter Zijlstra · 9 years ago
  80. 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
  81. c6e1e7b sched/core: Make 'sched_domain_topology' declaration static by Juergen Gross · 9 years ago
  82. 3ae8394 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  83. 00cc1633 sched: access local runqueue directly in single_task_running by Dominik Dingel · 9 years ago
  84. 20f9cd2 sched/core: Make policy-testing consistent by Henrik Austad · 9 years ago
  85. de9b8f5 sched: Fix crash trying to dequeue/enqueue the idle thread by Peter Zijlstra · 9 years ago
  86. 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
  87. 98d8fd8 sched/fair: Initialize task load and utilization before placing task on rq by Morten Rasmussen · 9 years ago
  88. 2a59572 sched/numa: Convert sched_numa_balancing to a static_branch by Srikar Dronamraju · 9 years ago
  89. 2b49d84 sched/numa: Remove the NUMA sched_feature by Srikar Dronamraju · 9 years ago
  90. c3b9bc5 sched/numa: Disable sched_numa_balancing on UMA systems by Srikar Dronamraju · 9 years ago
  91. 78a9c54 sched/numa: Rename numabalancing_enabled to sched_numa_balancing by Srikar Dronamraju · 9 years ago
  92. 446685e sched/core: Delete PF_EXITING checks from cpu_cgroup_exit() callback by Kirill Tkhai · 9 years ago
  93. bc54da2 sched/core: Remove unused argument from sched_class::task_move_group by Peter Zijlstra · 9 years ago
  94. 973759c Merge tag 'v4.3-rc1' into sched/core, to refresh the branch by Ingo Molnar · 9 years ago
  95. 5473e0cc sched: 'Annotate' migrate_tasks() by Wanpeng Li · 9 years ago
  96. 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
  97. 8bdc69b Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  98. 9642d18 nohz: Affine unpinned timers to housekeepers by Vatika Harlalka · 9 years ago
  99. 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
  100. 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