summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2021-08-04sched/rt: Fix double enqueue caused by rt_effective_prioPeter Zijlstra
2021-07-01cpufreq: CPPC: Add support for frequency invarianceViresh Kumar
2021-06-28Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-24sched/fair: Introduce the burstable CFS controllerHuaixin Chang
2021-06-22sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-06-18sched: Add get_current_state()Peter Zijlstra
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-06-17sched/fair: Age the average idle timePeter Zijlstra
2021-06-14Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar
2021-06-04sched/debug: Remove obsolete init_schedstats()Eric Dumazet
2021-06-01sched: Don't defer CPU pick to migration_cpu_stop()Valentin Schneider
2021-06-01sched,init: Fix DEBUG_PREEMPT vs early bootPeter Zijlstra
2021-05-19sched: Fix a stale comment in pick_next_task()Masahiro Yamada
2021-05-19sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef
2021-05-19sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef
2021-05-18sched: Make the idle task quack like a per-CPU kthreadValentin Schneider
2021-05-13tick/nohz: Call tick_nohz_task_switch() with interrupts disabledPeter Zijlstra
2021-05-13tick/nohz: Kick only _queued_ task whose tick dependency is updatedMarcelo Tosatti
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: Trivial core scheduling cookie managementPeter Zijlstra
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: 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: Rename sched_info_{queued,dequeued}Peter Zijlstra
2021-05-12sched/core: Remove the pointless BUG_ON(!task) from wake_up_q()Oleg Nesterov
2021-05-06sched: Fix out-of-bound access in uclampQuentin Perret
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-21kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra
2021-04-21sched: Warn on long periods of pending need_reschedPaul Turner
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
2021-04-12Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki
2021-04-09static_call: Relax static_call_update() function argument typePeter Zijlstra