summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* sched/rt: Fix double enqueue caused by rt_effective_prioPeter Zijlstra2021-08-121-55/+35
* sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef2021-07-141-31/+18
* sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef2021-07-141-0/+7
* sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef2021-07-141-4/+17
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-07-141-1/+1
* sched: Fix out-of-bound access in uclampQuentin Perret2021-05-191-1/+1
* smp: Fix smp_call_function_single_async prototypeArnd Bergmann2021-05-141-1/+1
* sched/features: Fix hrtick reprogrammingJuri Lelli2021-03-071-5/+3
* sched/core: Allow try_invoke_on_locked_down_task() with irqs disabledPeter Zijlstra2021-03-071-5/+4
* sched: Reenable interrupts in do_sched_yield()Thomas Gleixner2020-12-301-5/+1
* sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli2020-11-171-5/+6
* sched: Fix rq->nr_iowait orderingPeter Zijlstra2020-11-171-5/+10
* sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2020-10-141-1/+1
* Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-7/+6
|\
| * sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort2020-10-031-0/+1
| * sched: Remove unused inline function uclamp_bucket_base_value()YueHaibing2020-09-251-5/+0
| * sched: Cache task_struct::flags in sched_submit_work()Sebastian Andrzej Siewior2020-08-261-2/+5
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-151-11/+4
|\
| * sched/debug: Fix the alignment of the show-state debug outputLibing Zhou2020-08-141-11/+4
* | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-3/+47
|\ \ | |/ |/|
| * sched: Remove sched_set_*() return valuePeter Zijlstra2020-06-151-6/+6
| * sched: Remove sched_setscheduler*() EXPORTsPeter Zijlstra2020-06-151-3/+0
| * sched: Provide sched_set_fifo()Peter Zijlstra2020-06-151-0/+47
* | Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-031-70/+396
|\ \
| * | sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef2020-07-291-6/+113
| * | sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef2020-07-291-2/+9
| * | sched/uclamp: Remove unnecessary mutex_init()Qinglang Miao2020-07-251-2/+0
| * | arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider2020-07-221-11/+0
| * | sched: Better document ttwu()Peter Zijlstra2020-07-221-25/+163
| * | Merge branch 'sched/urgent'Peter Zijlstra2020-07-221-10/+14
| |\ \
| * | | sched: Add a tracepoint to track rq->nr_runningPhil Auld2020-07-081-4/+9
| * | | sched/uclamp: Protect uclamp fast path code with static keyQais Yousef2020-07-081-1/+73
| * | | sched/uclamp: Fix initialization of struct uclamp_rqQais Yousef2020-07-081-5/+16
| * | | Merge branch 'sched/urgent'Peter Zijlstra2020-07-081-26/+87
| |\ \ \
| * | | | sched: Micro optimization in pick_next_task() and in check_preempt_curr()Kirill Tkhai2020-06-251-15/+4
| * | | | sched: Have sched_class_highest define by vmlinux.lds.hSteven Rostedt (VMware)2020-06-251-0/+8
| | |_|/ | |/| |
| * | | sched/debug: Add new tracepoints to track util_estVincent Donnefort2020-06-151-0/+2
| * | | sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task()Dietmar Eggemann2020-06-151-1/+1
* | | | sched: Warn if garbage is passed to default_wake_function()Chris Wilson2020-07-241-0/+1
| |_|/ |/| |
* | | sched: Fix race against ptrace_freeze_trace()Peter Zijlstra2020-07-221-10/+14
| |/ |/|
* | sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers2020-07-081-0/+2
* | sched: Fix loadavg accounting racePeter Zijlstra2020-07-081-16/+51
* | smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra2020-06-281-3/+3
* | sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra2020-06-281-2/+2
* | sched/core: Fix ttwu() racePeter Zijlstra2020-06-281-5/+28
* | sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli2020-06-281-1/+2
* | sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood2020-06-281-1/+1
|/
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-1/+1
* sched: print stack trace with KERN_INFODmitry Safonov2020-06-091-1/+1