aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-11sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause1-1/+2
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+0
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+13
2021-10-22sched/core: Remove rq_relock()Peng Wang1-8/+0
2021-10-18sched: move the <linux/blkdev.h> include out of kernel/sched/sched.hChristoph Hellwig1-1/+0
2021-10-05sched: Make cookie functions staticShaokun Zhang1-5/+0
2021-10-05sched/topology: Introduce sched_group::flagsRicardo Neri1-0/+1
2021-10-05sched: Remove unused inline function __rq_clock_broken()YueHaibing1-5/+0
2021-10-05sched/fair: Add cfs bandwidth burst statisticsHuaixin Chang1-0/+3
2021-10-05sched: reduce sched slice for SCHED_IDLE entitiesJosh Don1-0/+1
2021-10-05sched: Account number of SCHED_IDLE entities on each cfs_rqJosh Don1-0/+1
2021-10-05sched/fair: Add NOHZ balancer flag for nohz.next_balance updatesValentin Schneider1-1/+7
2021-09-30sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=yArd Biesheuvel1-4/+0
2021-08-30Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+26
2021-08-26sched: Fix get_push_task() vs migrate_disable()Sebastian Andrzej Siewior1-0/+3
2021-08-20sched: Allow task CPU affinity to be restricted on asymmetric systemsWill Deacon1-0/+1
2021-08-20sched: Cgroup SCHED_IDLE supportJosh Don1-0/+8
2021-08-20sched: Fix Core-wide rq->lock for uninitialized CPUsPeter Zijlstra1-1/+1
2021-08-04sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret1-0/+2
2021-07-02sched/uclamp: Ignore max aggregation if rq is idleXuewen Yan1-7/+14
2021-06-28sched/sysctl: Move extern sysctl declarations to sched.hHailong Liu1-0/+15
2021-06-24sched/fair: Introduce the burstable CFS controllerHuaixin Chang1-0/+1
2021-06-17sched/fair: Age the average idle timePeter Zijlstra1-0/+3
2021-05-12sched: Make multiple runqueue task counters 32-bitAlexey Dobriyan1-6/+6
2021-05-12sched: Trivial core scheduling cookie managementPeter Zijlstra1-0/+16
2021-05-12sched: Migration changes for core schedulingAubrey Li1-0/+73
2021-05-12sched: Trivial forced-newidle balancerPeter Zijlstra1-0/+6
2021-05-12sched/fair: Snapshot the min_vruntime of CPUs on force idleJoel Fernandes (Google)1-0/+8
2021-05-12sched/fair: Fix forced idle sibling starvation corner caseVineeth Pillai1-1/+1
2021-05-12sched: Add core wide task selection and schedulingPeter Zijlstra1-1/+5
2021-05-12sched: Basic tracking of matching tasksPeter Zijlstra1-0/+55
2021-05-12sched: Introduce sched_class::pick_task()Peter Zijlstra1-0/+3
2021-05-12sched: Optimize rq_lockp() usagePeter Zijlstra1-8/+25
2021-05-12sched: Core-wide rq->lockPeter Zijlstra1-0/+58
2021-05-12sched: Prepare for Core-wide rq->lockPeter Zijlstra1-31/+17
2021-05-12sched: Wrap rq::lock accessPeter Zijlstra1-53/+52
2021-05-12sched: Provide raw_spin_rq_*lock*() helpersPeter Zijlstra1-0/+50
2021-04-21sched: Warn on long periods of pending need_reschedPaul Turner1-0/+10
2021-04-17sched/debug: Rename the sched_debug parameter to sched_verbosePeter Zijlstra1-1/+1
2021-04-16sched,debug: Convert sysctl sched_domains to debugfsPeter Zijlstra1-7/+3
2021-04-16sched,preempt: Move preempt_dynamic to debug.cPeter Zijlstra1-2/+9
2021-04-16sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra1-0/+2
2021-04-16sched: Use cpu_dying() to fix balance_push vs hotplug-rollbackPeter Zijlstra1-1/+0
2021-03-22sched: Fix various typosIngo Molnar1-4/+4
2021-03-10sched: Optimize __calc_delta()Clement Courbet1-0/+1
2021-03-06sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider1-0/+7
2021-03-06sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot1-0/+7
2021-02-17sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli1-2/+24
2021-02-17sched/features: Fix hrtick reprogrammingJuri Lelli1-0/+1
2021-02-17sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIODietmar Eggemann1-1/+1