summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2020-05-28sched: Fix smp_call_function_single_async() usage for ILBPeter Zijlstra
2020-05-28Merge branch 'core/rcu' into sched/core, to pick up dependencyIngo Molnar
2020-05-28Merge branch 'sched/urgent' into sched/core, to pick up fixIngo Molnar
2020-05-26sched/fair: Don't NUMA balance for kthreadsJens Axboe
2020-05-25sched/core: Offload wakee task activation if it the wakee is deschedulingMel Gorman
2020-05-25sched/core: Optimize ttwu() spinning on p->on_cpuPeter Zijlstra
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-19sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang
2020-05-19sched/cpuacct: Fix charge cpuacct.usage_sysMuchun Song
2020-05-19sched/fair: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-19sched/pelt: Sync util/runnable_sum with PELT window when propagatingVincent Guittot
2020-05-19sched/cpuacct: Use __this_cpu_add() instead of this_cpu_ptr()Muchun Song
2020-05-19sched/fair: Optimize enqueue_task_fair()Vincent Guittot
2020-05-19Merge branch 'sched/urgent'Peter Zijlstra
2020-05-19sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot
2020-05-19sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti
2020-05-19sched/fair: Fix enqueue_task_fair() warning some morePhil Auld
2020-05-19Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner
2020-05-18scs: Move scs_overflow_check() out of architecture codeWill Deacon
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen
2020-05-12sched: Make scheduler_ipi inlineThomas Gleixner
2020-05-12sched: Clean up scheduler_ipi()Peter Zijlstra (Intel)
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