aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-1/+1
2020-06-09sched: print stack trace with KERN_INFODmitry Safonov1-1/+1
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov1-4/+2
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-5/+4
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-108/+140
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+5
2020-05-28sched/headers: Split out open-coded prototypes into kernel/sched/smp.hIngo Molnar1-0/+1
2020-05-28sched: Replace rq::wake_listPeter Zijlstra1-18/+7
2020-05-28sched: Add rq::ttwu_pendingPeter Zijlstra1-2/+11
2020-05-28smp: Optimize send_call_function_single_ipi()Peter Zijlstra1-0/+10
2020-05-28sched: Fix smp_call_function_single_async() usage for ILBPeter Zijlstra1-26/+10
2020-05-28Merge branch 'core/rcu' into sched/core, to pick up dependencyIngo Molnar1-0/+48
2020-05-25sched/core: Offload wakee task activation if it the wakee is deschedulingMel Gorman1-6/+33
2020-05-25sched/core: Optimize ttwu() spinning on p->on_cpuPeter Zijlstra1-21/+31
2020-05-19sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang1-0/+8
2020-05-19Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner1-7/+2
2020-05-18scs: Move scs_overflow_check() out of architecture codeWill Deacon1-0/+3
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen1-0/+2
2020-05-12sched: Make scheduler_ipi inlineThomas Gleixner1-10/+0
2020-05-12sched: Clean up scheduler_ipi()Peter Zijlstra (Intel)1-34/+30
2020-04-30sched/core: Simplify sched_init()Wei Yang1-2/+2
2020-04-30sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra1-2/+3
2020-04-30sched: Extract the task putting code from pick_next_task()Chen Yu1-16/+23
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfsDaniel Borkmann1-5/+4
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 Hellwig1-5/+4
2020-04-22sched/core: Fix reset-on-fork from RT with uclampQuentin Perret1-7/+2
2020-04-08sched/core: Remove unused rq::last_load_update_tickVincent Donnefort1-1/+0
2020-04-08workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior1-1/+2
2020-04-08sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider1-6/+0
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+2
2020-03-20psi: Fix cpu.pressure for cpu.max and competing cgroupsJohannes Weiner1-0/+2
2020-03-20sched/core: Distribute tasks within affinity masksPaul Turner1-1/+6
2020-03-06thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to generic scheduler codeIngo Molnar1-0/+11
2020-03-06sched/core: Remove rq.hrtick_csd_pendingPeter Xu1-7/+2
2020-03-06sched/fair: Enable tuning of decay periodThara Gopinath1-1/+1
2020-03-06sched/fair: Enable periodic update of average thermal pressureThara Gopinath1-0/+3
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot1-2/+0
2020-02-24Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patchesIngo Molnar1-11/+0
2020-02-20sched/core: Remove duplicate assignment in sched_tick_remote()Scott Wood1-1/+0
2020-02-10sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, to fix XFS performance regressionMel Gorman1-11/+0
2020-01-28x86, sched: Add support for frequency invarianceGiovanni Gherdovich1-0/+1
2020-01-28sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot1-1/+8
2020-01-28sched/nohz: Optimize get_nohz_timer_target()Wanpeng Li1-7/+12
2020-01-28sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef1-1/+1
2020-01-28timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)1-1/+3
2020-01-28sched/core: Don't skip remote tick for idle CPUsScott Wood1-8/+10
2020-01-17sched/core: Fix size of rq::uclamp initializationLi Guanglei1-1/+2
2020-01-17sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef1-0/+6
2019-12-25sched/uclamp: Make uclamp util helpers use and return UL valuesValentin Schneider1-3/+3