1. 7226017 sched/uclamp: Fix a bug in propagating uclamp value in new cgroups by Qais Yousef · 5 years ago
  2. 686516b sched/uclamp: Make uclamp util helpers use and return UL values by Valentin Schneider · 5 years ago
  3. 53a2336 sched/core: Remove unused variable from set_user_nice() by Qian Cai · 5 years ago
  4. 5443a0b sched: Use fair:prio_changed() instead of ad-hoc implementation by Frederic Weisbecker · 5 years ago
  5. 168829a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  6. 77a0594 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  7. fb4b3d3 Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  8. b21feab Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependencies by Ingo Molnar · 5 years ago
  9. 7763baa sched/uclamp: Fix overzealous type replacement by Valentin Schneider · 5 years ago
  10. 6e1ff07 sched/uclamp: Fix incorrect condition by Qais Yousef · 5 years ago
  11. ff51ff8 sched/core: Avoid spurious lock dependencies by Peter Zijlstra · 5 years ago
  12. 98c2f70 sched/core: Simplify sched_class::pick_next_task() by Peter Zijlstra · 5 years ago
  13. 5d7d605 sched/core: Optimize pick_next_task() by Peter Zijlstra · 5 years ago
  14. f488e10 sched/core: Make pick_next_task_idle() more consistent by Peter Zijlstra · 5 years ago
  15. 6e2df05 sched: Fix pick_next_task() vs 'change' pattern race by Peter Zijlstra · 5 years ago
  16. e3b8b6a sched/core: Fix compilation error when cgroup not selected by Qais Yousef · 5 years ago
  17. 771b53d0 io-wq: small threadpool implementation for io_uring by Jens Axboe · 5 years ago
  18. 5facae4 locking/lockdep: Remove unused @nested argument from lock_release() by Qian Cai · 5 years ago
  19. dff3a85 sched_setattr: switch to copy_struct_from_user() by Aleksa Sarai · 5 years ago
  20. 9c5efe9 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  21. 9fc41ac sched/core: Remove double update_max_interval() call on CPU startup by Valentin Schneider · 5 years ago
  22. a49b4f4 sched/core: Fix preempt_schedule() interrupt return comment by Valentin Schneider · 5 years ago
  23. 714e501 sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr() by KeMeng Shi · 5 years ago
  24. 227a4aa sched/membarrier: Fix p->mm->membarrier_state racy load by Mathieu Desnoyers · 5 years ago
  25. 5311a98 tasks, sched/core: RCUify the assignment of rq->curr by Eric W. Biederman · 5 years ago
  26. 0ff7b2c tasks, sched/core: Ensure tasks are available for a grace period after leaving the runqueue by Eric W. Biederman · 5 years ago
  27. 84da111 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  28. 7f2444d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  29. 7e67a85 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  30. 94d18ee Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  31. 563c4f8 Merge branch 'sched/rt' into sched/core, to pick up -rt changes by Ingo Molnar · 5 years ago
  32. 312364f3 kernel.h: Add non_block_start/end() by Daniel Vetter · 5 years ago
  33. 1251201 sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI logic and code by Ingo Molnar · 5 years ago
  34. 0413d7f sched/uclamp: Always use 'enum uclamp_id' for clamp_id values by Patrick Bellasi · 5 years ago
  35. babbe17 sched/uclamp: Update CPU's refcount on TG's clamp changes by Patrick Bellasi · 5 years ago
  36. 3eac870 sched/uclamp: Use TG's clamps to restrict TASK's clamps by Patrick Bellasi · 5 years ago
  37. 7274a5c sched/uclamp: Propagate system defaults to the root group by Patrick Bellasi · 5 years ago
  38. 0b60ba2 sched/uclamp: Propagate parent clamps by Patrick Bellasi · 5 years ago
  39. 2480c09 sched/uclamp: Extend CPU's cgroup controller by Patrick Bellasi · 5 years ago
  40. b0fdc01 sched/core: Schedule new worker even if PI-blocked by Sebastian Andrzej Siewior · 5 years ago
  41. 6769243 sched: Rework pick_next_task() slow-path by Peter Zijlstra · 6 years ago
  42. 5f2a45f sched: Allow put_prev_task() to drop rq->lock by Peter Zijlstra · 6 years ago
  43. 03b7fad sched: Add task_struct pointer to sched_class::set_curr_task by Peter Zijlstra · 6 years ago
  44. 10e7071 sched: Rework CPU hotplug task selection by Peter Zijlstra · 5 years ago
  45. 5feeb78 sched: Fix kerneldoc comment for ia64_set_curr_task by Peter Zijlstra · 6 years ago
  46. 139d025 sched: Clean up active_mm reference counting by Peter Zijlstra · 5 years ago
  47. b55bd58 time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint by Paul E. McKenney · 6 years ago
  48. d5096aa sched: Mark hrtimers to expire in hard interrupt context by Sebastian Andrzej Siewior · 5 years ago
  49. c1a280b sched/preempt: Use CONFIG_PREEMPTION where appropriate by Thomas Gleixner · 5 years ago
  50. a1dc044 sched/core: Silence a warning in sched_init() by Qian Cai · 5 years ago
  51. a07db5c sched/core: Fix CPU controller for !RT_GROUP_SCHED by Juri Lelli · 5 years ago
  52. 710da3c sched/core: Prevent race condition between cpuset and __sched_setscheduler() by Juri Lelli · 5 years ago
  53. 4b211f2 sched/core: Streamle calls to task_rq_unlock() by Mathieu Poirier · 5 years ago
  54. 84ec3a0 time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint by Paul E. McKenney · 6 years ago
  55. e3d8548 sched/core: Fix preempt warning in ttwu by Peter Zijlstra · 5 years ago
  56. 9d20ad7 sched/uclamp: Add uclamp_util_with() by Patrick Bellasi · 6 years ago
  57. 1a00d99 sched/uclamp: Set default clamps for RT tasks by Patrick Bellasi · 6 years ago
  58. a87498a sched/uclamp: Reset uclamp values on RESET_ON_FORK by Patrick Bellasi · 6 years ago
  59. a509a7c sched/uclamp: Extend sched_setattr() to support utilization clamping by Patrick Bellasi · 6 years ago
  60. 1d6362f sched/core: Allow sched_setattr() to use the current policy by Patrick Bellasi · 6 years ago
  61. e8f1417 sched/uclamp: Add system default clamps by Patrick Bellasi · 6 years ago
  62. e496187 sched/uclamp: Enforce last task's UCLAMP_MAX by Patrick Bellasi · 6 years ago
  63. 60daf9c sched/uclamp: Add bucket local max tracking by Patrick Bellasi · 6 years ago
  64. 69842cb sched/uclamp: Add CPU's clamp buckets refcounting by Patrick Bellasi · 6 years ago
  65. a056a5b sched/debug: Export the newly added tracepoints by Qais Yousef · 6 years ago
  66. aacedf2 sched/core: Optimize try_to_wake_up() for local wakeups by Peter Zijlstra · 6 years ago
  67. e3b929b sched/core: Add __sched tag for io_schedule() by Gao Xiang · 6 years ago
  68. 55627e3 sched/core: Remove rq->cpu_load[] by Dietmar Eggemann · 6 years ago
  69. 5e83eaf sched/fair: Remove the rq->cpu_load[] update code by Dietmar Eggemann · 6 years ago
  70. 3bd3706 sched/core: Provide a pointer to the valid CPU mask by Sebastian Andrzej Siewior · 6 years ago
  71. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  72. e00d413 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  73. 77a5352 sched/core: Allow the remote scheduler tick to be started on CPU0 by Nicholas Piggin · 6 years ago
  74. 1a8b454 sched/core: Check quota and period overflow at usec to nsec conversion by Konstantin Khlebnikov · 6 years ago
  75. 5b61d50 sched/core: Handle overflow in cpu_shares_write_u64 by Konstantin Khlebnikov · 6 years ago
  76. bee9853 sched/core: Fix typo in comment by Joel Savitz · 6 years ago
  77. b1546ed sched/core: Make some functions static by YueHaibing · 6 years ago
  78. 7dd7788 sched/core: Unify p->on_rq updates by Peter Zijlstra · 6 years ago
  79. 1b174a2 sched/core: Remove ttwu_activate() by Peter Zijlstra · 6 years ago
  80. 6d25be5 sched/core, workqueues: Distangle worker accounting from rq lock by Thomas Gleixner · 6 years ago
  81. 6455959 ia64/tlb: Eradicate tlb_migrate_finish() callback by Peter Zijlstra · 6 years ago
  82. 231c807 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  83. 4c47acd sched/core: Fix buffer overflow in cgroup2 property cpu.max by Konstantin Khlebnikov · 6 years ago
  84. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  85. 45802da Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  86. 3478588 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  87. 5e1f0f0 mm, compaction: capture a page under direct compaction by Mel Gorman · 6 years ago
  88. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  89. 568f196 bpf: check that BPF programs run with preemption disabled by Peter Zijlstra · 6 years ago
  90. d0fe0b9 sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_struct pointer argument by Dietmar Eggemann · 6 years ago
  91. c9ba756 Merge tag 'v5.0-rc6' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  92. 41ea391 Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038 by Thomas Gleixner · 6 years ago
  93. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  94. c546951 sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock() by Andrea Parri · 6 years ago
  95. 2312729 sched/fair: Update scale invariance of PELT by Vincent Guittot · 6 years ago
  96. 07879c6 sched/wake_q: Reduce reference counting for special users by Davidlohr Bueso · 6 years ago
  97. b5a4e2b Revert "sched/core: Take the hotplug lock in sched_init_smp()" by Valentin Schneider · 6 years ago
  98. 87ff19c sched/wake_q: Add branch prediction hint to wake_q_add() cmpxchg by Davidlohr Bueso · 6 years ago
  99. 4c4e373 sched/wake_q: Fix wakeup ordering for wake_q by Peter Zijlstra · 6 years ago
  100. e6018c0 sched/wake_q: Document wake_q_add() by Peter Zijlstra · 6 years ago