summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2022-06-05Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-30sched/autogroup: Fix sysctl movePeter Zijlstra
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-19sched: Reverse sched_class layoutPeter Zijlstra
2022-05-19sched/clock: Use try_cmpxchg64 in sched_clock_{local,remote}Uros Bizjak
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov
2022-05-11ptrace: Don't change __stateEric W. Biederman
2022-05-11sched: Update task_tick_numa to ignore tasks without an mmEric W. Biederman
2022-05-11sched/deadline: Remove superfluous rq clock update in push_dl_task()Hao Jia
2022-05-11sched/core: Avoid obvious double update_rq_clock warningHao Jia
2022-05-09sched: Fix build warning without CONFIG_SYSCTLYueHaibing
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar
2022-05-01smp: Rename flush_smp_call_function_from_idle()Thomas Gleixner
2022-05-01sched: Fix missing prototype warningsThomas Gleixner
2022-04-29sched/fair: Remove cfs_rq_tg_path()Dietmar Eggemann
2022-04-29sched/fair: Remove sched_trace_*() helper functionsDietmar Eggemann
2022-04-29sched/fair: Refactor cpu_util_without()Dietmar Eggemann
2022-04-22sched/fair: Revise comment about lb decision matrixTao Zhou
2022-04-22sched/psi: report zeroes for CPU full at the system levelChengming Zhou
2022-04-22sched/fair: Delete useless condition in tg_unthrottle_up()Chengming Zhou
2022-04-22sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou
2022-04-22sched/fair: Move calculate of avg_load to a better locationzgpeng
2022-04-22psi: Fix trigger being fired unexpectedly at initialHailong Liu
2022-04-19sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang
2022-04-06sched: Move energy_aware sysctls to topology.cZhen Ni
2022-04-06sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni
2022-04-06sched: Move uclamp_util sysctls to core.cZhen Ni
2022-04-06sched/rt: fix build error when CONFIG_SYSCTL is disableBaisong Zhong
2022-04-06sched: Move rr_timeslice sysctls to rt.cZhen Ni
2022-04-06sched: Move deadline_period sysctls to deadline.cZhen Ni
2022-04-06sched: Move rt_period/runtime sysctls to rt.cZhen Ni
2022-04-06sched: Move schedstats sysctls to core.cZhen Ni
2022-04-06sched: Move child_runs_first sysctls to fair.cZhen Ni
2022-04-05preempt/dynamic: Introduce preemption model accessorsValentin Schneider
2022-04-05lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers
2022-04-05sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior
2022-04-05sched/core: Fix forceidle balancingPeter Zijlstra
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-22sched/numa: Fix boot crash on arm64 systemsHuang, Ying
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-15sched/headers: Only include <linux/entry-common.h> when CONFIG_GENERIC_ENTRY=yIngo Molnar
2022-03-15Merge branch 'sched/fast-headers' into sched/coreIngo Molnar