aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-15Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+4
2020-08-14sched/debug: Fix the alignment of the show-state debug outputLibing Zhou1-11/+4
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+47
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-70/+396
2020-07-29sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef1-6/+113
2020-07-29sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef1-2/+9
2020-07-25sched/uclamp: Remove unnecessary mutex_init()Qinglang Miao1-2/+0
2020-07-24sched: Warn if garbage is passed to default_wake_function()Chris Wilson1-0/+1
2020-07-22arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider1-11/+0
2020-07-22sched: Better document ttwu()Peter Zijlstra1-25/+163
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra1-10/+14
2020-07-22sched: Fix race against ptrace_freeze_trace()Peter Zijlstra1-10/+14
2020-07-08sched: Add a tracepoint to track rq->nr_runningPhil Auld1-4/+9
2020-07-08sched/uclamp: Protect uclamp fast path code with static keyQais Yousef1-1/+73
2020-07-08sched/uclamp: Fix initialization of struct uclamp_rqQais Yousef1-5/+16
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra1-26/+87
2020-07-08sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers1-0/+2
2020-07-08sched: Fix loadavg accounting racePeter Zijlstra1-16/+51
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra1-3/+3
2020-06-28sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra1-2/+2
2020-06-28sched/core: Fix ttwu() racePeter Zijlstra1-5/+28
2020-06-28sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli1-1/+2
2020-06-28sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix mask corruptionScott Wood1-1/+1
2020-06-25sched: Micro optimization in pick_next_task() and in check_preempt_curr()Kirill Tkhai1-15/+4
2020-06-25sched: Have sched_class_highest define by vmlinux.lds.hSteven Rostedt (VMware)1-0/+8
2020-06-15sched: Remove sched_set_*() return valuePeter Zijlstra1-6/+6
2020-06-15sched: Remove sched_setscheduler*() EXPORTsPeter Zijlstra1-3/+0
2020-06-15sched: Provide sched_set_fifo()Peter Zijlstra1-0/+47
2020-06-15sched/debug: Add new tracepoints to track util_estVincent Donnefort1-0/+2
2020-06-15sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task()Dietmar Eggemann1-1/+1
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