| Commit message (Expand) | Author | Age | Files | Lines |
* | sched: Fix DEBUG && !SCHEDSTATS warn | Peter Zijlstra | 2023-05-11 | 1 | -1/+2 |
* | sched/rt: Fix bad task migration for rt tasks | Schspa Shi | 2023-05-11 | 2 | -0/+5 |
* | sched/fair: Fix inaccurate tally of ttwu_move_affine | Libo Chen | 2023-05-11 | 1 | -1/+1 |
* | sched: Make struct sched_statistics independent of fair sched class | Yafang Shao | 2023-05-11 | 7 | -97/+140 |
* | sched/fair: Use __schedstat_set() in set_next_entity() | Yafang Shao | 2023-05-11 | 1 | -3/+3 |
* | sched/fair: Fixes for capacity inversion detection | Qais Yousef | 2023-04-26 | 1 | -2/+11 |
* | sched/uclamp: Fix a uninitialized variable warnings | Qais Yousef | 2023-04-26 | 1 | -19/+16 |
* | sched/fair: Consider capacity inversion in util_fits_cpu() | Qais Yousef | 2023-04-26 | 1 | -5/+9 |
* | sched/fair: Detect capacity inversion | Qais Yousef | 2023-04-26 | 2 | -3/+79 |
* | sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co... | Qais Yousef | 2023-04-26 | 1 | -6/+8 |
* | sched/uclamp: Make cpu_overutilized() use util_fits_cpu() | Qais Yousef | 2023-04-26 | 1 | -1/+4 |
* | sched/uclamp: Fix fits_capacity() check in feec() | Qais Yousef | 2023-04-26 | 3 | -10/+68 |
* | sched/fair: Fix imbalance overflow | Vincent Guittot | 2023-04-20 | 1 | -0/+10 |
* | sched/fair: Move calculate of avg_load to a better location | zgpeng | 2023-04-20 | 1 | -2/+3 |
* | sched_getaffinity: don't assume 'cpumask_size()' is fully initialized | Linus Torvalds | 2023-04-05 | 1 | -2/+2 |
* | sched/fair: Sanitize vruntime of entity being migrated | Vincent Guittot | 2023-03-30 | 2 | -11/+47 |
* | sched/fair: sanitize vruntime of entity being placed | Zhang Qiao | 2023-03-30 | 1 | -2/+13 |
* | sched/rt: pick_next_rt_entity(): check list_entry | Pietro Borrello | 2023-03-10 | 1 | -1/+4 |
* | sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity() | Dietmar Eggemann | 2023-03-10 | 2 | -6/+4 |
* | sched/psi: Fix use-after-free in ep_remove_wait_queue() | Munehisa Kamata | 2023-02-22 | 1 | -3/+4 |
* | panic: Consolidate open-coded panic_on_warn checks | Kees Cook | 2023-02-01 | 1 | -2/+1 |
* | sched/core: Fix use-after-free bug in dup_user_cpus_ptr() | Waiman Long | 2023-01-18 | 1 | -4/+33 |
* | sched/uclamp: Make asym_fits_capacity() use util_fits_cpu() | Qais Yousef | 2022-12-31 | 1 | -8/+13 |
* | sched/core: Introduce sched_asym_cpucap_active() | Dietmar Eggemann | 2022-12-31 | 5 | -9/+14 |
* | sched/fair: Removed useless update of p->recent_used_cpu | Vincent Guittot | 2022-12-31 | 1 | -5/+0 |
* | sched/uclamp: Make select_idle_capacity() use util_fits_cpu() | Qais Yousef | 2022-12-31 | 1 | -3/+5 |
* | sched/uclamp: Make task_fits_capacity() use util_fits_cpu() | Qais Yousef | 2022-12-31 | 2 | -10/+25 |
* | sched/uclamp: Fix relationship between uclamp and migration margin | Qais Yousef | 2022-12-31 | 1 | -0/+123 |
* | sched/fair: Cleanup task_util and capacity type | Vincent Donnefort | 2022-12-31 | 1 | -2/+3 |
* | io_uring: move to separate directory | Jens Axboe | 2022-12-14 | 1 | -1/+1 |
* | sched/core: Fix comparison in sched_group_cookie_match() | Lin Shengwang | 2022-11-03 | 1 | -9/+9 |
* | lockdep: Fix -Wunused-parameter for _THIS_IP_ | Nick Desaulniers | 2022-09-20 | 1 | -1/+1 |
* | sched/debug: fix dentry leak in update_sched_domain_debugfs | Greg Kroah-Hartman | 2022-09-15 | 1 | -1/+1 |
* | sched/core: Do not requeue task on CPU excluded from cpus_mask | Mel Gorman | 2022-08-17 | 1 | -2/+6 |
* | sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idle | Tianchen Ding | 2022-08-17 | 2 | -13/+14 |
* | sched: Fix the check of nr_running at queue wakelist | Tianchen Ding | 2022-08-17 | 1 | -1/+5 |
* | sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowed | Waiman Long | 2022-08-17 | 1 | -3/+5 |
* | sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy() | Dietmar Eggemann | 2022-08-17 | 3 | -44/+24 |
* | nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt() | Nicolas Saenz Julienne | 2022-08-17 | 1 | -6/+9 |
* | sched/core: Always flush pending blk_plug | John Keeping | 2022-08-17 | 1 | -2/+6 |
* | sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avg | Chen Yu | 2022-08-17 | 2 | -1/+89 |
* | sched/deadline: Fix BUG_ON condition for deboosted tasks | Juri Lelli | 2022-07-29 | 1 | -1/+4 |
* | sched: Fix balance_push() vs __sched_setscheduler() | Peter Zijlstra | 2022-06-22 | 2 | -3/+38 |
* | sched/psi: report zeroes for CPU full at the system level | Chengming Zhou | 2022-06-09 | 1 | -6/+9 |
* | sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rq | Chengming Zhou | 2022-06-09 | 3 | -8/+8 |
* | sched/core: Avoid obvious double update_rq_clock warning | Hao Jia | 2022-06-09 | 4 | -11/+33 |
* | sched/pelt: Fix attach_entity_load_avg() corner case | kuyo chang | 2022-04-27 | 1 | -5/+5 |
* | sched: Teach the forced-newidle balancer about CPU affinity limitation. | Sebastian Andrzej Siewior | 2022-04-13 | 1 | -1/+1 |
* | sched/rt: Plug rt_mutex_setprio() vs push_rt_task() race | Valentin Schneider | 2022-04-08 | 2 | -16/+28 |
* | sched/cpuacct: Fix charge percpu cpuusage | Chengming Zhou | 2022-04-08 | 1 | -1/+2 |