summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-08-26sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED caseIngo Molnar
2021-08-20sched: Introduce dl_task_check_affinity() to check proposed affinityWill Deacon
2021-08-20sched: Allow task CPU affinity to be restricted on asymmetric systemsWill Deacon
2021-08-20sched: Split the guts of sched_setaffinity() into a helper functionWill Deacon
2021-08-20sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon
2021-08-20sched: Reject CPU affinity changes based on task_cpu_possible_mask()Will Deacon
2021-08-20cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()Will Deacon
2021-08-20cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()Will Deacon
2021-08-20cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1Will Deacon
2021-08-20sched: Introduce task_cpu_possible_mask() to limit fallback rq selectionWill Deacon
2021-08-20sched: Cgroup SCHED_IDLE supportJosh Don
2021-08-20sched/topology: Skip updating masks for non-online nodesValentin Schneider
2021-08-10sched: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-06sched: Skip priority checks with SCHED_FLAG_KEEP_PARAMSQuentin Perret
2021-08-06sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret
2021-08-06sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann
2021-08-04sched/fair: Avoid a second scan of target in select_idle_cpuMel Gorman
2021-08-04sched/fair: Use prev instead of new target as recent_used_cpuMel Gorman
2021-08-04sched: Don't report SCHED_FLAG_SUGOV in sched_getattr()Quentin Perret
2021-08-04sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret
2021-08-04sched: remove redundant on_rq status changeWang Hui
2021-08-04sched/numa: Fix is_core_idle()Mika Penttilä
2021-06-28sched: Optimize housekeeping_cpumask() in for_each_cpu_and()Yuan ZhaoXiong
2021-06-28sched/sysctl: Move extern sysctl declarations to sched.hHailong Liu
2021-06-28sched/debug: Don't update sched_domain debug directories before sched_debug_i...Valentin Schneider
2021-06-28sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal
2021-06-24sched/topology: Rework CPU capacity asymmetry detectionBeata Michalska
2021-06-24psi: Fix race between psi_trigger_create/destroyZhaoyang Huang
2021-06-24sched/fair: Introduce the burstable CFS controllerHuaixin Chang
2021-06-22sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef
2021-06-22sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort
2021-06-22sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-06-18sched,timer: Use __set_current_state()Peter Zijlstra
2021-06-18sched: Add get_current_state()Peter Zijlstra
2021-06-18sched,perf,kvm: Fix preemption conditionPeter Zijlstra
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-06-18sched: Unbreak wakeupsPeter Zijlstra
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar
2021-06-17sched/fair: Age the average idle timePeter Zijlstra
2021-06-17sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba
2021-06-17sched/fair: Take thermal pressure into account while estimating energyLukasz Luba
2021-06-17sched/fair: Return early from update_tg_cfs_load() if delta == 0Dietmar Eggemann
2021-06-17sched/pelt: Check that *_avg are null when *_sum areVincent Guittot
2021-06-14sched/fair: Correctly insert cfs_rq's to list on unthrottleOdin Ugedal
2021-06-12Merge tag 'sched-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-06-12Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-11Merge tag 'trace-v5.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-06-10Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-06-10cgroup1: don't allow '\n' in renamingAlexander Kuznetsov