summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2022-04-20sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao1-10/+0
2022-01-27cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin1-2/+2
2022-01-27sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua1-5/+18
2021-12-14wait: add wake_up_pollfree()Eric Biggers1-0/+8
2021-11-26sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort1-0/+3
2021-10-06cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao1-5/+11
2021-07-28sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal1-2/+2
2021-06-10sched/fair: Optimize select_idle_cpuCheng Jian1-3/+4
2020-12-29sched: Reenable interrupts in do_sched_yield()Thomas Gleixner1-5/+1
2020-12-29sched/deadline: Fix sched_dl_global_validate()Peng Liu2-26/+21
2020-08-21sched: correct SD_flags returned by tl->sd_flags()Peng Liu1-1/+1
2020-07-22sched/fair: handle case of task_h_load() returning 0Vincent Guittot1-1/+9
2020-06-30sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli1-1/+2
2020-06-20sched/fair: Don't NUMA balance for kthreadsJens Axboe1-1/+1
2020-04-24sched: Avoid scale real weight down to zeroMichael Wang1-1/+7
2019-12-17sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang1-14/+22
2019-12-17sched/core: Avoid spurious lock dependenciesPeter Zijlstra1-1/+2
2019-12-01sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider1-2/+11
2019-12-01sched/topology: Fix off by one bugPeter Zijlstra1-1/+1
2019-11-12sched/fair: Fix -Wunused-but-set-variable warningsQian Cai1-10/+5
2019-11-12sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk2-67/+7
2019-11-10sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra1-3/+4
2019-11-06sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker1-3/+3
2019-10-11sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi1-2/+2
2019-10-05sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld1-3/+3
2019-10-05sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli1-4/+0
2019-10-05sched/fair: Fix imbalance due to CPU affinityVincent Guittot1-2/+3
2019-09-16sched/fair: Don't assign runtime for throttled cfs_rqLiangyan1-0/+5
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn1-4/+20
2019-07-31sched/core: Add __sched tag for io_schedule()Gao Xiang1-1/+1
2019-05-31sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov1-0/+2
2019-05-31sched/rt: Check integer overflow at usec to nsec conversionKonstantin Khlebnikov1-0/+5
2019-05-31sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov1-1/+6
2019-05-25sched/cpufreq: Fix kobject memleakTobin C. Harding1-0/+1
2019-05-02sched/deadline: Correctly handle active 0-lag timersluca abeni1-2/+1
2019-05-02sched/numa: Fix a possible divide-by-zeroXie XiuQi1-0/+4
2019-04-27sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld1-0/+25
2019-04-17sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman1-3/+3
2019-04-05sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACKHidetoshi Seto1-0/+4
2019-04-05sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck1-1/+1
2019-03-27sched/cpufreq/schedutil: Fix error path mutex unlockJules Maselbas1-2/+1
2019-02-12cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf1-0/+1
2019-01-23sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2-7/+11
2019-01-13sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds1-34/+9
2018-12-05sched/smt: Expose sched_smt_present static keyThomas Gleixner1-3/+1
2018-12-05sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)1-8/+11
2018-12-05sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra1-2/+2
2018-11-27sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider1-1/+4
2018-11-13sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun1-1/+1
2018-11-10sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2-3/+21