summary refs log tree commit diff
path: root/kernel/sched
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: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli
2023-08-30sched/cpuset: Bring back cpuset_mutexJuri Lelli
2023-08-23sched/fair: Remove capacity inversion detectionVincent Guittot
2023-08-23sched/fair: unlink misfit task from cpu overutilizedVincent Guittot
2023-07-27sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan
2023-07-27sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo
2023-07-27sched/psi: Extract update_triggers side effectDomenico Cerasuolo
2023-07-27sched/psi: Rename existing poll members in preparationDomenico Cerasuolo
2023-07-27sched/psi: Rearrange polling code in preparationDomenico Cerasuolo
2023-07-27sched/psi: Fix avgs_work re-arm in psi_avgs_work()Chengming Zhou
2023-07-27sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin
2023-07-27sched/fair: Don't balance task to its current running CPUYicong Yang
2023-05-11sched/rt: Fix bad task migration for rt tasksSchspa Shi
2023-05-11sched/fair: Fix inaccurate tally of ttwu_move_affineLibo Chen
2023-04-26sched/fair: Fixes for capacity inversion detectionQais Yousef
2023-04-26sched/fair: Consider capacity inversion in util_fits_cpu()Qais Yousef
2023-04-26sched/fair: Detect capacity inversionQais Yousef
2023-04-20sched/fair: Fix imbalance overflowVincent Guittot
2023-04-06sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds
2023-03-30sched/fair: Sanitize vruntime of entity being migratedVincent Guittot
2023-03-30sched/fair: sanitize vruntime of entity being placedZhang Qiao
2023-03-10wait: Return number of exclusive waiters awakenGabriel Krisman Bertazi
2023-03-10sched/rt: pick_next_rt_entity(): check list_entryPietro Borrello
2023-02-25sched/psi: Stop relying on timer_pending() for poll_work reschedulingSuren Baghdasaryan
2023-02-22sched/psi: Fix use-after-free in ep_remove_wait_queue()Munehisa Kamata
2023-02-01sched/uclamp: Fix a uninitialized variable warningsQais Yousef
2023-02-01sched/fair: Check if prev_cpu has highest spare cap in feec()Pierre Gondois
2023-01-24panic: Consolidate open-coded panic_on_warn checksKees Cook
2023-01-18sched/core: Fix arch_scale_freq_tick() on tickless systemsYair Podemsky
2023-01-18sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long
2022-12-31sched/psi: Fix possible missing or delayed pending eventHao Lee
2022-12-31sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...Qais Yousef
2022-12-31sched/uclamp: Make cpu_overutilized() use util_fits_cpu()Qais Yousef
2022-12-31sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()Qais Yousef
2022-12-31sched/uclamp: Make select_idle_capacity() use util_fits_cpu()Qais Yousef
2022-12-31sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef
2022-12-31sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef
2022-12-31sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef
2022-11-22Revert "cpufreq: schedutil: Move max CPU capacity to sugov_policy"Sam Wu
2022-11-14sched: Fix race in task_call_func()Peter Zijlstra
2022-10-17sched: Introduce struct balance_callback to avoid CFI mismatchesKees Cook
2022-10-17sched/core: Fix comparison in sched_group_cookie_match()Lin Shengwang
2022-10-14Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-06sched/core: Merge cpumask_andnot()+for_each_cpu() into for_each_cpu_andnot()Valentin Schneider