summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-14/+10
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-294/+347
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+5
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+48
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2020-05-28sched/headers: Split out open-coded prototypes into kernel/sched/smp.hIngo Molnar-0/+10
2020-05-28sched: Replace rq::wake_listPeter Zijlstra-27/+7
2020-05-28sched: Add rq::ttwu_pendingPeter Zijlstra-5/+15
2020-05-28smp: Optimize send_call_function_single_ipi()Peter Zijlstra-3/+19
2020-05-28sched: Fix smp_call_function_single_async() usage for ILBPeter Zijlstra-36/+19
2020-05-28Merge branch 'core/rcu' into sched/core, to pick up dependencyIngo Molnar-0/+48
2020-05-28Merge branch 'sched/urgent' into sched/core, to pick up fixIngo Molnar-1/+1
2020-05-26sched/fair: Don't NUMA balance for kthreadsJens Axboe-1/+1
2020-05-25sched/core: Offload wakee task activation if it the wakee is deschedulingMel Gorman-7/+35
2020-05-25sched/core: Optimize ttwu() spinning on p->on_cpuPeter Zijlstra-21/+31
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-14/+39
2020-05-19sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang-1/+21
2020-05-19sched/cpuacct: Fix charge cpuacct.usage_sysMuchun Song-1/+2
2020-05-19sched/fair: Replace zero-length array with flexible-arrayGustavo A. R. Silva-2/+2
2020-05-19sched/pelt: Sync util/runnable_sum with PELT window when propagatingVincent Guittot-22/+51
2020-05-19sched/cpuacct: Use __this_cpu_add() instead of this_cpu_ptr()Muchun Song-2/+2
2020-05-19sched/fair: Optimize enqueue_task_fair()Vincent Guittot-20/+19
2020-05-19Merge branch 'sched/urgent'Peter Zijlstra-14/+39
2020-05-19sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot-12/+30
2020-05-19sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti-2/+2
2020-05-19sched/fair: Fix enqueue_task_fair() warning some morePhil Auld-0/+7
2020-05-19Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner-7/+2
2020-05-18scs: Move scs_overflow_check() out of architecture codeWill Deacon-0/+3
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen-0/+2
2020-05-12sched: Make scheduler_ipi inlineThomas Gleixner-10/+0
2020-05-12sched: Clean up scheduler_ipi()Peter Zijlstra (Intel)-39/+36
2020-04-30sched/core: Simplify sched_init()Wei Yang-2/+2
2020-04-30sched/fair: Use __this_cpu_read() in wake_wide()Muchun Song-1/+1
2020-04-30sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra-2/+3
2020-04-30sched/fair: Mark sched_init_granularity __initMuchun Song-1/+1
2020-04-30sched/fair: Refill bandwidth before scalingHuaixin Chang-2/+2
2020-04-30sched: Extract the task putting code from pick_next_task()Chen Yu-16/+23
2020-04-30sched: Make newidle_balance() static againChen Yu-6/+4
2020-04-30sched/topology: Kill SD_LOAD_BALANCEValentin Schneider-2/+1
2020-04-30sched: Remove checks against SD_LOAD_BALANCEValentin Schneider-31/+11
2020-04-30sched/debug: Make sd->flags sysctl read-onlyValentin Schneider-1/+1
2020-04-30sched/fair: find_idlest_group(): Remove unused sd_flag parameterValentin Schneider-5/+3
2020-04-30sched/fair: Simplify the code of should_we_balance()Peng Wang-11/+5
2020-04-30sched/fair: Remove distribute_running from CFS bandwidthJosh Don-13/+1
2020-04-30sched/fair: Eliminate bandwidth race between throttling and distributionPaul Turner-32/+47
2020-04-30sched/debug: Fix trival print_task() formatXie XiuQi-3/+3
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann-14/+10
2020-04-27sched/core: Add function to sample state of locked-down taskPaul E. McKenney-0/+48
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig-14/+10
2020-04-22sched/core: Fix reset-on-fork from RT with uclampQuentin Perret-7/+2