summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause2021-11-111-1/+2
* Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-011-4/+0
|\
| * sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=yArd Biesheuvel2021-09-301-4/+0
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-19/+13
|\ \
| * | sched/core: Remove rq_relock()Peng Wang2021-10-221-8/+0
| * | sched: Make cookie functions staticShaokun Zhang2021-10-051-5/+0
| * | sched/topology: Introduce sched_group::flagsRicardo Neri2021-10-051-0/+1
| * | sched: Remove unused inline function __rq_clock_broken()YueHaibing2021-10-051-5/+0
| * | sched/fair: Add cfs bandwidth burst statisticsHuaixin Chang2021-10-051-0/+3
| * | sched: reduce sched slice for SCHED_IDLE entitiesJosh Don2021-10-051-0/+1
| * | sched: Account number of SCHED_IDLE entities on each cfs_rqJosh Don2021-10-051-0/+1
| * | sched/fair: Add NOHZ balancer flag for nohz.next_balance updatesValentin Schneider2021-10-051-1/+7
| |/
* / sched: move the <linux/blkdev.h> include out of kernel/sched/sched.hChristoph Hellwig2021-10-181-1/+0
|/
* Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-301-0/+26
|\
| * sched: Allow task CPU affinity to be restricted on asymmetric systemsWill Deacon2021-08-201-0/+1
| * sched: Cgroup SCHED_IDLE supportJosh Don2021-08-201-0/+8
| * sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret2021-08-041-0/+2
| * sched/sysctl: Move extern sysctl declarations to sched.hHailong Liu2021-06-281-0/+15
* | sched: Fix get_push_task() vs migrate_disable()Sebastian Andrzej Siewior2021-08-261-0/+3
* | sched: Fix Core-wide rq->lock for uninitialized CPUsPeter Zijlstra2021-08-201-1/+1
* | sched/uclamp: Ignore max aggregation if rq is idleXuewen Yan2021-07-021-7/+14
|/
* sched/fair: Introduce the burstable CFS controllerHuaixin Chang2021-06-241-0/+1
* sched/fair: Age the average idle timePeter Zijlstra2021-06-171-0/+3
* sched: Make multiple runqueue task counters 32-bitAlexey Dobriyan2021-05-121-6/+6
* sched: Trivial core scheduling cookie managementPeter Zijlstra2021-05-121-0/+16
* sched: Migration changes for core schedulingAubrey Li2021-05-121-0/+73
* sched: Trivial forced-newidle balancerPeter Zijlstra2021-05-121-0/+6
* sched/fair: Snapshot the min_vruntime of CPUs on force idleJoel Fernandes (Google)2021-05-121-0/+8
* sched/fair: Fix forced idle sibling starvation corner caseVineeth Pillai2021-05-121-1/+1
* sched: Add core wide task selection and schedulingPeter Zijlstra2021-05-121-1/+5
* sched: Basic tracking of matching tasksPeter Zijlstra2021-05-121-0/+55
* sched: Introduce sched_class::pick_task()Peter Zijlstra2021-05-121-0/+3
* sched: Optimize rq_lockp() usagePeter Zijlstra2021-05-121-8/+25
* sched: Core-wide rq->lockPeter Zijlstra2021-05-121-0/+58
* sched: Prepare for Core-wide rq->lockPeter Zijlstra2021-05-121-31/+17
* sched: Wrap rq::lock accessPeter Zijlstra2021-05-121-53/+52
* sched: Provide raw_spin_rq_*lock*() helpersPeter Zijlstra2021-05-121-0/+50
* sched: Warn on long periods of pending need_reschedPaul Turner2021-04-211-0/+10
* sched/debug: Rename the sched_debug parameter to sched_verbosePeter Zijlstra2021-04-171-1/+1
* sched,debug: Convert sysctl sched_domains to debugfsPeter Zijlstra2021-04-161-7/+3
* sched,preempt: Move preempt_dynamic to debug.cPeter Zijlstra2021-04-161-2/+9
* sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra2021-04-161-0/+2
* sched: Use cpu_dying() to fix balance_push vs hotplug-rollbackPeter Zijlstra2021-04-161-1/+0
* sched: Fix various typosIngo Molnar2021-03-221-4/+4
* sched: Optimize __calc_delta()Clement Courbet2021-03-101-0/+1
* sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider2021-03-061-0/+7
* sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot2021-03-061-0/+7
* sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli2021-02-171-2/+24
* sched/features: Fix hrtick reprogrammingJuri Lelli2021-02-171-0/+1
* sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIODietmar Eggemann2021-02-171-1/+1