summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-19sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo1-13/+10
2023-08-30cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann1-15/+2
2023-08-30sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann1-2/+2
2023-08-30sched/cpuset: Bring back cpuset_mutexJuri Lelli1-7/+15
2023-04-26sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef1-5/+5
2023-04-05sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds1-2/+2
2023-04-05sched/fair: Sanitize vruntime of entity being migratedVincent Guittot1-0/+3
2023-02-01panic: Consolidate open-coded panic_on_warn checksKees Cook1-2/+1
2023-01-04io_uring: import 5.15-stable io_uringJens Axboe1-1/+1
2022-08-21sched/fair: Fix fault in reweight_entityTadeusz Struk1-5/+6
2022-08-21sched: Fix the check of nr_running at queue wakelistTianchen Ding1-1/+5
2022-08-21sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long1-3/+5
2022-08-21sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann1-4/+9
2022-04-08sched/core: Export pelt_thermal_tpQais Yousef1-0/+1
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