summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-08-20cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()Will Deacon2-18/+27
2021-08-20cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1Will Deacon2-2/+7
2021-08-20sched: Introduce task_cpu_possible_mask() to limit fallback rq selectionWill Deacon2-6/+17
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-10sched: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-08-06sched: Skip priority checks with SCHED_FLAG_KEEP_PARAMSQuentin Perret1-6/+13
2021-08-06sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret1-6/+19
2021-08-06sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann1-0/+1
2021-08-04sched/fair: Avoid a second scan of target in select_idle_cpuMel Gorman1-1/+1
2021-08-04sched/fair: Use prev instead of new target as recent_used_cpuMel Gorman1-3/+1
2021-08-04sched: Don't report SCHED_FLAG_SUGOV in sched_getattr()Quentin Perret1-0/+1
2021-08-04sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret2-3/+6
2021-08-04sched: remove redundant on_rq status changeWang Hui1-2/+0
2021-08-04sched/numa: Fix is_core_idle()Mika Penttilä1-1/+1
2021-06-28sched: Optimize housekeeping_cpumask() in for_each_cpu_and()Yuan ZhaoXiong2-4/+8
2021-06-28sched/sysctl: Move extern sysctl declarations to sched.hHailong Liu2-18/+15
2021-06-28wait: use LIST_HEAD_INIT() to initialize wait_queue_headJulian Wiedmann1-1/+1
2021-06-28sched/debug: Don't update sched_domain debug directories before sched_debug_i...Valentin Schneider1-0/+7
2021-06-28sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal1-3/+3
2021-06-24sched/doc: Update the CPU capacity asymmetry bitsBeata Michalska2-3/+5
2021-06-24sched/topology: Rework CPU capacity asymmetry detectionBeata Michalska1-78/+131
2021-06-24sched/core: Introduce SD_ASYM_CPUCAPACITY_FULL sched_domain flagBeata Michalska1-0/+10
2021-06-24psi: Fix race between psi_trigger_create/destroyZhaoyang Huang1-6/+6
2021-06-24sched/fair: Introduce the burstable CFS controllerHuaixin Chang3-10/+73
2021-06-22sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef1-31/+18
2021-06-22sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort1-0/+2
2021-06-22sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort1-5/+12
2021-06-18sched: Change task_struct::statePeter Zijlstra28-111/+123
2021-06-18sched,arch: Remove unused TASK_STATE offsetsPeter Zijlstra6-6/+0
2021-06-18sched,timer: Use __set_current_state()Peter Zijlstra1-1/+1
2021-06-18sched: Add get_current_state()Peter Zijlstra4-5/+7
2021-06-18sched,perf,kvm: Fix preemption conditionPeter Zijlstra2-5/+4
2021-06-18sched: Introduce task_is_running()Peter Zijlstra33-41/+40
2021-06-18sched: Unbreak wakeupsPeter Zijlstra4-17/+9
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar516-2056/+4153
2021-06-17sched/fair: Age the average idle timePeter Zijlstra3-4/+29
2021-06-17sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba4-5/+16
2021-06-17sched/fair: Take thermal pressure into account while estimating energyLukasz Luba1-3/+8
2021-06-17thermal/cpufreq_cooling: Update offline CPUs per-cpu thermal_pressureLukasz Luba1-1/+1
2021-06-17sched/fair: Return early from update_tg_cfs_load() if delta == 0Dietmar Eggemann1-1/+4
2021-06-17sched/pelt: Check that *_avg are null when *_sum areVincent Guittot1-0/+9
2021-06-14sched/fair: Correctly insert cfs_rq's to list on unthrottleOdin Ugedal1-19/+25
2021-06-13Linux 5.13-rc6v5.13-rc6Linus Torvalds1-1/+1
2021-06-13Merge tag 'perf-tools-fixes-for-v5.13-2021-06-13' of git://git.kernel.org/pub...Linus Torvalds2-5/+3
2021-06-13Merge tag 'nfs-for-5.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-13/+33
2021-06-13Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-21/+26
2021-06-12Merge tag 'riscv-for-linus-5.13-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-16/+36
2021-06-12mm: relocate 'write_protect_seq' in struct mm_structFeng Tang1-7/+20
2021-06-12Merge tag 'usb-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds40-144/+357