aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-12Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2021-09-09sched: Prevent balance_push() on remote runqueuesThomas Gleixner1-3/+3
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+92
2021-08-30Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-94/+346
2021-08-30Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-0/+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 Deacon1-18/+180
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 Don1-0/+25
2021-08-20sched: Fix Core-wide rq->lock for uninitialized CPUsPeter Zijlstra1-26/+117
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-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-04sched: Don't report SCHED_FLAG_SUGOV in sched_getattr()Quentin Perret1-0/+1
2021-08-04sched: remove redundant on_rq status changeWang Hui1-2/+0
2021-08-04sched/rt: Fix double enqueue caused by rt_effective_prioPeter Zijlstra1-55/+35
2021-07-01cpufreq: CPPC: Add support for frequency invarianceViresh Kumar1-0/+1
2021-06-28Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-132/+1006
2021-06-28sched: Optimize housekeeping_cpumask() in for_each_cpu_and()Yuan ZhaoXiong1-2/+4
2021-06-24sched/fair: Introduce the burstable CFS controllerHuaixin Chang1-6/+62
2021-06-22sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef1-31/+18
2021-06-18sched: Change task_struct::statePeter Zijlstra1-25/+28
2021-06-18sched: Add get_current_state()Peter Zijlstra1-3/+3
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-3/+3
2021-06-17sched/fair: Age the average idle timePeter Zijlstra1-0/+5
2021-06-14Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar1-1/+0
2021-06-04sched/debug: Remove obsolete init_schedstats()Eric Dumazet1-17/+2
2021-06-01sched: Don't defer CPU pick to migration_cpu_stop()Valentin Schneider1-8/+12
2021-06-01sched,init: Fix DEBUG_PREEMPT vs early bootPeter Zijlstra1-0/+1
2021-05-19sched: Fix a stale comment in pick_next_task()Masahiro Yamada1-1/+1
2021-05-19sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef1-0/+7
2021-05-19sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef1-4/+17
2021-05-18sched: Make the idle task quack like a per-CPU kthreadValentin Schneider1-6/+15
2021-05-13tick/nohz: Call tick_nohz_task_switch() with interrupts disabledPeter Zijlstra1-1/+1
2021-05-13tick/nohz: Kick only _queued_ task whose tick dependency is updatedMarcelo Tosatti1-0/+5
2021-05-12sched: Make nr_iowait_cpu() return 32-bit valueAlexey Dobriyan1-1/+1
2021-05-12sched: Make nr_iowait() return 32-bit valueAlexey Dobriyan1-2/+2
2021-05-12sched: Make nr_running() return 32-bit valueAlexey Dobriyan1-2/+2
2021-05-12sched: Fix leftover comment typosIngo Molnar1-2/+2
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+1