aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2020-05-12sched: Make scheduler_ipi inlineThomas Gleixner1-10/+0
2020-05-12sched: Clean up scheduler_ipi()Peter Zijlstra (Intel)3-39/+36
2020-04-30sched/core: Simplify sched_init()Wei Yang1-2/+2
2020-04-30sched/fair: Use __this_cpu_read() in wake_wide()Muchun Song1-1/+1
2020-04-30sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra1-2/+3
2020-04-30sched/fair: Mark sched_init_granularity __initMuchun Song1-1/+1
2020-04-30sched/fair: Refill bandwidth before scalingHuaixin Chang1-2/+2
2020-04-30sched: Extract the task putting code from pick_next_task()Chen Yu1-16/+23
2020-04-30sched: Make newidle_balance() static againChen Yu2-6/+4
2020-04-30sched/topology: Kill SD_LOAD_BALANCEValentin Schneider1-2/+1
2020-04-30sched: Remove checks against SD_LOAD_BALANCEValentin Schneider2-31/+11
2020-04-30sched/debug: Make sd->flags sysctl read-onlyValentin Schneider1-1/+1
2020-04-30sched/fair: find_idlest_group(): Remove unused sd_flag parameterValentin Schneider1-5/+3
2020-04-30sched/fair: Simplify the code of should_we_balance()Peng Wang1-11/+5
2020-04-30sched/fair: Remove distribute_running from CFS bandwidthJosh Don2-13/+1
2020-04-30sched/fair: Eliminate bandwidth race between throttling and distributionPaul Turner1-32/+47
2020-04-30sched/debug: Fix trival print_task() formatXie XiuQi1-3/+3
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfsDaniel Borkmann4-14/+10
2020-04-27sched/core: Add function to sample state of locked-down taskPaul E. McKenney1-0/+48
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig4-14/+10
2020-04-22sched/core: Fix reset-on-fork from RT with uclampQuentin Perret1-7/+2
2020-04-15sched/vtime: Work around an unitialized variable warningBorislav Petkov1-2/+2
2020-04-15sched/isolation: Allow "isolcpus=" to skip unknown sub-parametersPeter Xu1-2/+19
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar16-547/+1097
2020-04-08sched/debug: Add task uclamp values to SCHED_DEBUG procfsValentin Schneider1-0/+6
2020-04-08sched/debug: Factor out printing formats into common macrosValentin Schneider1-14/+12
2020-04-08sched/debug: Remove redundant macro defineValentin Schneider1-12/+0
2020-04-08sched/core: Remove unused rq::last_load_update_tickVincent Donnefort2-2/+0
2020-04-08workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior1-1/+2
2020-04-08sched/fair: Fix negative imbalance in imbalance calculationAubrey Li1-0/+8
2020-04-08sched/fair: Fix race between runtime distribution and assignmentHuaixin Chang1-20/+11
2020-04-08sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider3-11/+8
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual1-1/+1
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-8/+2
2020-03-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-460/+1011
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-18/+36
2020-03-23completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()Sebastian Siewior1-1/+1
2020-03-21completion: Use simple wait queuesThomas Gleixner1-17/+19
2020-03-21sched/swait: Prepare usage in completionsThomas Gleixner2-1/+17
2020-03-21Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar1-0/+2
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar17-223/+442
2020-03-20sched/fair: Fix condition of avg_load calculationTao Zhou1-1/+2
2020-03-20sched/rt: cpupri_find: Trigger a full search as fallbackQais Yousef1-23/+6
2020-03-20sched/fair: Improve spreading of utilizationVincent Guittot1-0/+8
2020-03-20sched: Avoid scale real weight down to zeroMichael Wang1-1/+7
2020-03-20psi: Move PF_MEMSTALL out of task->flagsYafang Shao2-11/+11
2020-03-20psi: Optimize switching tasks inside shared cgroupsJohannes Weiner2-28/+68
2020-03-20psi: Fix cpu.pressure for cpu.max and competing cgroupsJohannes Weiner3-5/+37
2020-03-20sched/core: Distribute tasks within affinity masksPaul Turner1-1/+6
2020-03-20sched/fair: Fix enqueue_task_fair warningVincent Guittot1-4/+22