summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | sched/isolation: Reconcile rcu_nocbs= and nohz_full=Paul Gortmaker2021-05-131-3/+1
| * | | | | sched: Make multiple runqueue task counters 32-bitAlexey Dobriyan2021-05-122-7/+7
| * | | | | sched: Make nr_iowait_cpu() return 32-bit valueAlexey Dobriyan2021-05-121-1/+1
| * | | | | sched: Make nr_iowait() return 32-bit valueAlexey Dobriyan2021-05-121-2/+2
| * | | | | sched: Make nr_running() return 32-bit valueAlexey Dobriyan2021-05-121-2/+2
| * | | | | sched: Fix leftover comment typosIngo Molnar2021-05-122-5/+5
| * | | | | sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-1/+1
| * | | | | sched: prctl() core-scheduling interfaceChris Hyser2021-05-121-0/+114
| * | | | | sched: Inherit task cookie on fork()Peter Zijlstra2021-05-121-0/+6
| * | | | | sched: Trivial core scheduling cookie managementPeter Zijlstra2021-05-124-3/+130
| * | | | | sched: Migration changes for core schedulingAubrey Li2021-05-122-6/+96
| * | | | | sched: Trivial forced-newidle balancerPeter Zijlstra2021-05-123-1/+136
| * | | | | sched/fair: Snapshot the min_vruntime of CPUs on force idleJoel Fernandes (Google)2021-05-123-25/+117
| * | | | | sched: Fix priority inversion of cookied task with siblingJoel Fernandes (Google)2021-05-121-39/+26
| * | | | | sched/fair: Fix forced idle sibling starvation corner caseVineeth Pillai2021-05-123-8/+49
| * | | | | sched: Add core wide task selection and schedulingPeter Zijlstra2021-05-122-2/+305
| * | | | | sched: Basic tracking of matching tasksPeter Zijlstra2021-05-123-50/+203
| * | | | | sched: Introduce sched_class::pick_task()Peter Zijlstra2021-05-126-9/+87
| * | | | | sched: Allow sched_core_put() from atomic contextPeter Zijlstra2021-05-121-6/+27
| * | | | | sched: Optimize rq_lockp() usagePeter Zijlstra2021-05-124-19/+36
| * | | | | sched: Core-wide rq->lockPeter Zijlstra2021-05-122-4/+218
| * | | | | sched: Prepare for Core-wide rq->lockPeter Zijlstra2021-05-122-33/+63
| * | | | | sched: Wrap rq::lock accessPeter Zijlstra2021-05-1210-138/+136
| * | | | | sched: Provide raw_spin_rq_*lock*() helpersPeter Zijlstra2021-05-122-0/+65
| * | | | | sched/fair: Add a few assertionsPeter Zijlstra2021-05-121-2/+9
| * | | | | sched: Simplify sched_info_on()Peter Zijlstra2021-05-121-27/+10
| * | | | | sched: Rename sched_info_{queued,dequeued}Peter Zijlstra2021-05-122-12/+12
| * | | | | sched/fair: Fix negative energy delta in find_energy_efficient_cpu()Pierre Gondois2021-05-121-12/+15
| * | | | | sched/fair: Only compute base_energy_pd if necessaryPierre Gondois2021-05-121-17/+24
| * | | | | sched,fair: Skip newidle_balance if a wakeup is pendingRik van Riel2021-05-121-1/+10
| * | | | | sched/core: Remove the pointless BUG_ON(!task) from wake_up_q()Oleg Nesterov2021-05-121-1/+0
| | |_|_|/ | |/| | |
* | | | | sched/fair: Ensure that the CFS parent is added after unthrottlingRik van Riel2021-06-221-0/+28
* | | | | Merge tag 'sched_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-06-201-19/+25
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | sched/fair: Correctly insert cfs_rq's to list on unthrottleOdin Ugedal2021-06-141-19/+25
* | | | | Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar2021-06-141-1/+0
|/ / / /
* | / / sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann2021-06-033-13/+6
| |/ / |/| |
* | | sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot2021-06-031-2/+8
* | | sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot2021-05-311-1/+1
* | | sched/fair: Keep load_avg and load_sum syncedVincent Guittot2021-05-311-6/+5
|/ /
* / sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()Gautham R. Shenoy2021-05-121-1/+1
|/
* sched/fair: Fix unfairness caused by missing load decayOdin Ugedal2021-05-061-3/+9
* sched: Fix out-of-bound access in uclampQuentin Perret2021-05-061-1/+1
* psi: Fix psi state corruption when schedule() races with cgroup moveJohannes Weiner2021-05-061-10/+26
* Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-2820-662/+798
|\
| * kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra2021-04-212-2/+2
| * sched/debug: Fix cgroup_path[] serializationWaiman Long2021-04-211-13/+29
| * sched,psi: Handle potential task count underflow bugs more gracefullyCharan Teja Reddy2021-04-211-2/+3
| * sched: Warn on long periods of pending need_reschedPaul Turner2021-04-214-1/+94
| * sched/fair: Move update_nohz_stats() to the CONFIG_NO_HZ_COMMON block to simp...YueHaibing2021-04-201-22/+18
| * sched/debug: Rename the sched_debug parameter to sched_verbosePeter Zijlstra2021-04-173-9/+9