summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-08sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef1-1/+1
2021-12-01sched/scs: Reset task stack state in bringup_cpu()Mark Rutland1-4/+0
2021-11-26sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort1-0/+3
2021-11-18kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao1-21/+22
2021-10-27sched/scs: Reset the shadow stack when idle_task_exitWoody Lin1-0/+1
2021-09-15sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret1-6/+19
2021-08-12sched/rt: Fix double enqueue caused by rt_effective_prioPeter Zijlstra1-55/+35
2021-07-14sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef1-31/+18
2021-07-14sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef1-0/+7
2021-07-14sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef1-4/+17
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+1
2021-05-19sched: Fix out-of-bound access in uclampQuentin Perret1-1/+1
2021-05-14smp: Fix smp_call_function_single_async prototypeArnd Bergmann1-1/+1
2021-03-07sched/features: Fix hrtick reprogrammingJuri Lelli1-5/+3
2021-03-07sched/core: Allow try_invoke_on_locked_down_task() with irqs disabledPeter Zijlstra1-5/+4
2020-12-30sched: Reenable interrupts in do_sched_yield()Thomas Gleixner1-5/+1
2020-11-17sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli1-5/+6
2020-11-17sched: Fix rq->nr_iowait orderingPeter Zijlstra1-5/+10
2020-10-14sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli1-1/+1
2020-10-12Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+6
2020-10-03sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort1-0/+1
2020-09-25sched: Remove unused inline function uclamp_bucket_base_value()YueHaibing1-5/+0
2020-08-26sched: Cache task_struct::flags in sched_submit_work()Sebastian Andrzej Siewior1-2/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-15Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...Linus 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/kerne...Linus Torvalds1-3/+47
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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...Scott 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