summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2021-05-12sched: Make multiple runqueue task counters 32-bitAlexey Dobriyan
2021-05-12sched: Make nr_iowait_cpu() return 32-bit valueAlexey Dobriyan
2021-05-12sched: Make nr_iowait() return 32-bit valueAlexey Dobriyan
2021-05-12sched: Make nr_running() return 32-bit valueAlexey Dobriyan
2021-05-12sched: Fix leftover comment typosIngo Molnar
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-05-12sched: prctl() core-scheduling interfaceChris Hyser
2021-05-12sched: Inherit task cookie on fork()Peter Zijlstra
2021-05-12sched: Trivial core scheduling cookie managementPeter Zijlstra
2021-05-12sched: Migration changes for core schedulingAubrey Li
2021-05-12sched: Trivial forced-newidle balancerPeter Zijlstra
2021-05-12sched/fair: Snapshot the min_vruntime of CPUs on force idleJoel Fernandes (Google)
2021-05-12sched: Fix priority inversion of cookied task with siblingJoel Fernandes (Google)
2021-05-12sched/fair: Fix forced idle sibling starvation corner caseVineeth Pillai
2021-05-12sched: Add core wide task selection and schedulingPeter Zijlstra
2021-05-12sched: Basic tracking of matching tasksPeter Zijlstra
2021-05-12sched: Introduce sched_class::pick_task()Peter Zijlstra
2021-05-12sched: Allow sched_core_put() from atomic contextPeter Zijlstra
2021-05-12sched: Optimize rq_lockp() usagePeter Zijlstra
2021-05-12sched: Core-wide rq->lockPeter Zijlstra
2021-05-12sched: Prepare for Core-wide rq->lockPeter Zijlstra
2021-05-12sched: Wrap rq::lock accessPeter Zijlstra
2021-05-12sched: Provide raw_spin_rq_*lock*() helpersPeter Zijlstra
2021-05-12sched/fair: Add a few assertionsPeter Zijlstra
2021-05-12sched: Simplify sched_info_on()Peter Zijlstra
2021-05-12sched: Rename sched_info_{queued,dequeued}Peter Zijlstra
2021-05-12sched/fair: Fix negative energy delta in find_energy_efficient_cpu()Pierre Gondois
2021-05-12sched/fair: Only compute base_energy_pd if necessaryPierre Gondois
2021-05-12sched,fair: Skip newidle_balance if a wakeup is pendingRik van Riel
2021-05-12sched/core: Remove the pointless BUG_ON(!task) from wake_up_q()Oleg Nesterov
2021-05-12sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()Gautham R. Shenoy
2021-05-06sched/fair: Fix unfairness caused by missing load decayOdin Ugedal
2021-05-06sched: Fix out-of-bound access in uclampQuentin Perret
2021-05-06psi: Fix psi state corruption when schedule() races with cgroup moveJohannes Weiner
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-04-26Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-21kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra
2021-04-21sched/debug: Fix cgroup_path[] serializationWaiman Long
2021-04-21sched,psi: Handle potential task count underflow bugs more gracefullyCharan Teja Reddy
2021-04-21sched: Warn on long periods of pending need_reschedPaul Turner
2021-04-20sched/fair: Move update_nohz_stats() to the CONFIG_NO_HZ_COMMON block to simp...YueHaibing
2021-04-17sched/debug: Rename the sched_debug parameter to sched_verbosePeter Zijlstra
2021-04-16sched,fair: Alternative sched_slice()Peter Zijlstra
2021-04-16sched: Move /proc/sched_debug to debugfsPeter Zijlstra
2021-04-16sched,debug: Convert sysctl sched_domains to debugfsPeter Zijlstra
2021-04-16sched,preempt: Move preempt_dynamic to debug.cPeter Zijlstra
2021-04-16sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra
2021-04-16sched: Use cpu_dying() to fix balance_push vs hotplug-rollbackPeter Zijlstra