aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2023-08-30cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann
2023-08-30sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann
2023-08-30sched/cpuset: Bring back cpuset_mutexJuri Lelli
2023-04-26sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef
2023-04-05sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds
2023-04-05sched/fair: Sanitize vruntime of entity being migratedVincent Guittot
2023-02-01panic: Consolidate open-coded panic_on_warn checksKees Cook
2023-01-04io_uring: import 5.15-stable io_uringJens Axboe
2022-08-21sched/fair: Fix fault in reweight_entityTadeusz Struk
2022-08-21sched: Fix the check of nr_running at queue wakelistTianchen Ding
2022-08-21sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long
2022-08-21sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann
2022-04-08sched/core: Export pelt_thermal_tpQais Yousef
2021-12-08sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef
2021-12-01sched/scs: Reset task stack state in bringup_cpu()Mark Rutland
2021-11-26sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort
2021-11-18kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao
2021-10-27sched/scs: Reset the shadow stack when idle_task_exitWoody Lin
2021-09-15sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret
2021-08-12sched/rt: Fix double enqueue caused by rt_effective_prioPeter Zijlstra
2021-07-14sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef
2021-07-14sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef
2021-07-14sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-05-19sched: Fix out-of-bound access in uclampQuentin Perret
2021-05-14smp: Fix smp_call_function_single_async prototypeArnd Bergmann
2021-03-07sched/features: Fix hrtick reprogrammingJuri Lelli
2021-03-07sched/core: Allow try_invoke_on_locked_down_task() with irqs disabledPeter Zijlstra
2020-12-30sched: Reenable interrupts in do_sched_yield()Thomas Gleixner
2020-11-17sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli
2020-11-17sched: Fix rq->nr_iowait orderingPeter Zijlstra
2020-10-14sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli
2020-10-12Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-03sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort
2020-09-25sched: Remove unused inline function uclamp_bucket_base_value()YueHaibing
2020-08-26sched: Cache task_struct::flags in sched_submit_work()Sebastian Andrzej Siewior
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-15Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-08-14sched/debug: Fix the alignment of the show-state debug outputLibing Zhou
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-29sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef
2020-07-29sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef
2020-07-25sched/uclamp: Remove unnecessary mutex_init()Qinglang Miao
2020-07-24sched: Warn if garbage is passed to default_wake_function()Chris Wilson
2020-07-22arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider
2020-07-22sched: Better document ttwu()Peter Zijlstra
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra
2020-07-22sched: Fix race against ptrace_freeze_trace()Peter Zijlstra
2020-07-08sched: Add a tracepoint to track rq->nr_runningPhil Auld