summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2021-10-05sched/rt: Support sched_stat_runtime tracepoint for RT sched classYafang Shao1-0/+2
2021-10-05sched: Introduce task block time in schedstatsYafang Shao2-2/+5
2021-10-05sched: Make schedstats helpers independent of fair sched classYafang Shao3-115/+152
2021-10-05sched: Make struct sched_statistics independent of fair sched classYafang Shao7-97/+140
2021-10-05sched/fair: Use __schedstat_set() in set_next_entity()Yafang Shao1-3/+3
2021-10-05sched/fair: Add cfs bandwidth burst statisticsHuaixin Chang3-3/+22
2021-10-05sched: adjust sleeper credit for SCHED_IDLE entitiesJosh Don1-1/+6
2021-10-05sched: reduce sched slice for SCHED_IDLE entitiesJosh Don3-5/+27
2021-10-05sched: Account number of SCHED_IDLE entities on each cfs_rqJosh Don3-1/+27
2021-10-05sched/core: Simplify core-wide task selectionPeter Zijlstra1-111/+45
2021-10-05sched: Switch wait_task_inactive to HRTIMER_MODE_REL_HARDSebastian Andrzej Siewior1-1/+1
2021-10-05sched/fair: Trigger nohz.next_balance updates when a CPU goes NOHZ-idleValentin Schneider1-2/+13
2021-10-05sched/fair: Add NOHZ balancer flag for nohz.next_balance updatesValentin Schneider2-11/+21
2021-10-01sched/fair: Null terminate buffer when updating tunable_scalingMel Gorman1-1/+7
2021-10-01sched/fair: Add ancestors of unthrottled undecayed cfs_rqMichal Koutný1-1/+5
2021-10-01sched: Make RCU nest depth distinct in __might_resched()Thomas Gleixner1-12/+16
2021-10-01sched: Make might_sleep() output less confusingThomas Gleixner1-5/+22
2021-10-01sched: Cleanup might_sleep() printksThomas Gleixner1-8/+6
2021-10-01sched: Remove preempt_offset argument from __might_sleep()Thomas Gleixner1-2/+2
2021-10-01sched: Clean up the might_sleep() underscore zooThomas Gleixner1-3/+3
2021-09-30sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=yArd Biesheuvel1-4/+0
2021-09-29uapi/linux/prctl: provide macro definitions for the PR_SCHED_CORE type argumentEugene Syromiatnikov1-0/+4
2021-09-12Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+5
2021-09-09sched: Prevent balance_push() on remote runqueuesThomas Gleixner1-3/+3
2021-09-09sched/idle: Make the idle timer expire in hard interrupt contextSebastian Andrzej Siewior1-2/+2
2021-08-31Merge tag 'pm-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-5/+11
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-17/+92
2021-08-30Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-129/+631
2021-08-30Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+11
2021-08-26sched: Fix get_push_task() vs migrate_disable()Sebastian Andrzej Siewior1-0/+3
2021-08-26sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED caseIngo Molnar1-1/+1
2021-08-23Merge back cpufreq changes for v5.15.Rafael J. Wysocki1-5/+11
2021-08-20sched: Introduce dl_task_check_affinity() to check proposed affinityWill Deacon1-17/+29
2021-08-20sched: Allow task CPU affinity to be restricted on asymmetric systemsWill Deacon2-18/+181
2021-08-20sched: Split the guts of sched_setaffinity() into a helper functionWill Deacon1-48/+57
2021-08-20sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon1-0/+20
2021-08-20sched: Reject CPU affinity changes based on task_cpu_possible_mask()Will Deacon1-1/+8
2021-08-20cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()Will Deacon1-2/+1
2021-08-20sched: Introduce task_cpu_possible_mask() to limit fallback rq selectionWill Deacon1-6/+3
2021-08-20sched: Cgroup SCHED_IDLE supportJosh Don4-25/+208
2021-08-20sched/topology: Skip updating masks for non-online nodesValentin Schneider1-0/+65
2021-08-20sched: Fix Core-wide rq->lock for uninitialized CPUsPeter Zijlstra2-27/+118
2021-08-17sched/core: Provide a scheduling point for RT locksThomas Gleixner1-1/+19
2021-08-17sched/core: Rework the __schedule() preempt argumentThomas Gleixner1-11/+23
2021-08-17sched/wakeup: Prepare for RT sleeping spin/rwlocksThomas Gleixner1-0/+33
2021-08-17sched/wakeup: Split out the wakeup ->__state checkThomas Gleixner1-6/+18
2021-08-10sched: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-08-06rcu: Explain why rcu_all_qs() is a stub in preemptible TREE RCUFrederic Weisbecker1-0/+11
2021-08-06cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao1-5/+11
2021-08-06sched: Skip priority checks with SCHED_FLAG_KEEP_PARAMSQuentin Perret1-6/+13