summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2020-04-30sched/core: Simplify sched_init()Wei Yang
2020-04-30sched/fair: Use __this_cpu_read() in wake_wide()Muchun Song
2020-04-30sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra
2020-04-30sched/fair: Mark sched_init_granularity __initMuchun Song
2020-04-30sched/fair: Refill bandwidth before scalingHuaixin Chang
2020-04-30sched: Extract the task putting code from pick_next_task()Chen Yu
2020-04-30sched: Make newidle_balance() static againChen Yu
2020-04-30sched/topology: Kill SD_LOAD_BALANCEValentin Schneider
2020-04-30sched: Remove checks against SD_LOAD_BALANCEValentin Schneider
2020-04-30sched/debug: Make sd->flags sysctl read-onlyValentin Schneider
2020-04-30sched/fair: find_idlest_group(): Remove unused sd_flag parameterValentin Schneider
2020-04-30sched/fair: Simplify the code of should_we_balance()Peng Wang
2020-04-30sched/fair: Remove distribute_running from CFS bandwidthJosh Don
2020-04-30sched/fair: Eliminate bandwidth race between throttling and distributionPaul Turner
2020-04-30sched/debug: Fix trival print_task() formatXie XiuQi
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann
2020-04-27sched/core: Add function to sample state of locked-down taskPaul E. McKenney
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-22sched/core: Fix reset-on-fork from RT with uclampQuentin Perret
2020-04-15sched/vtime: Work around an unitialized variable warningBorislav Petkov
2020-04-15sched/isolation: Allow "isolcpus=" to skip unknown sub-parametersPeter Xu
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar
2020-04-08sched/debug: Add task uclamp values to SCHED_DEBUG procfsValentin Schneider
2020-04-08sched/debug: Factor out printing formats into common macrosValentin Schneider
2020-04-08sched/debug: Remove redundant macro defineValentin Schneider
2020-04-08sched/core: Remove unused rq::last_load_update_tickVincent Donnefort
2020-04-08workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior
2020-04-08sched/fair: Fix negative imbalance in imbalance calculationAubrey Li
2020-04-08sched/fair: Fix race between runtime distribution and assignmentHuaixin Chang
2020-04-08sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-23completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()Sebastian Siewior
2020-03-21completion: Use simple wait queuesThomas Gleixner
2020-03-21sched/swait: Prepare usage in completionsThomas Gleixner
2020-03-21Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar
2020-03-20sched/fair: Fix condition of avg_load calculationTao Zhou
2020-03-20sched/rt: cpupri_find: Trigger a full search as fallbackQais Yousef
2020-03-20sched/fair: Improve spreading of utilizationVincent Guittot
2020-03-20sched: Avoid scale real weight down to zeroMichael Wang
2020-03-20psi: Move PF_MEMSTALL out of task->flagsYafang Shao
2020-03-20psi: Optimize switching tasks inside shared cgroupsJohannes Weiner
2020-03-20psi: Fix cpu.pressure for cpu.max and competing cgroupsJohannes Weiner
2020-03-20sched/core: Distribute tasks within affinity masksPaul Turner
2020-03-20sched/fair: Fix enqueue_task_fair warningVincent Guittot
2020-03-06thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to ...Ingo Molnar
2020-03-06sched/core: Remove rq.hrtick_csd_pendingPeter Xu