index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-11
sched/fair: Fix newidle vs core-sched
Aaron Lu
1
-0
/
+3
2026-06-09
sched/fair: Fix cpu_util runnable_avg arithmetic
Hongyan Xia
1
-8
/
+15
2026-06-02
sched/fair: Unify cfs_rq throttling via account_cfs_rq_runtime()
Peter Zijlstra
1
-55
/
+46
2026-06-02
sched/fair: Move the throttled tasks to a local list in tg_unthrottle_up()
K Prateek Nayak
1
-2
/
+21
2026-06-02
sched/fair: Call update_curr() before unthrottling the hierarchy
K Prateek Nayak
1
-2
/
+19
2026-06-02
sched/fair: Use throttled_csd_list for local unthrottle
K Prateek Nayak
1
-17
/
+15
2026-06-02
sched/fair: Convert cfs bandwidth throttling to use guards
K Prateek Nayak
1
-103
/
+90
2026-06-02
sched/fair: Allocate cfs_tg_state with percpu allocator
Zecheng Li
1
-32
/
+22
2026-06-02
sched/fair: Remove task_group->se pointer array
Zecheng Li
1
-16
/
+9
2026-06-02
sched/fair: Co-locate cfs_rq and sched_entity in cfs_tg_state
Zecheng Li
1
-12
/
+6
2026-06-02
Merge branch 'tip/sched/urgent'
Peter Zijlstra
1
-7
/
+37
2026-05-29
sched/fair: Use rq_clock() in update_tg_load_avg() rate-limit
Rik van Riel
1
-2
/
+2
2026-05-26
sched: Remove sched_class::pick_next_task()
Peter Zijlstra
1
-92
/
+47
2026-05-26
sched/fair: Add newidle balance to pick_task_fair()
Peter Zijlstra
1
-23
/
+15
2026-05-19
Merge branch 'sched/cache'
Peter Zijlstra
1
-15
/
+1130
2026-05-19
sched/fair: Add SIS_UTIL support to select_idle_capacity()
K Prateek Nayak
1
-0
/
+19
2026-05-19
sched/fair: Reject misfit pulls onto busy SMT siblings on asym-capacity
Andrea Righi
1
-1
/
+10
2026-05-19
sched/fair: Prefer fully-idle SMT cores in asym-capacity idle selection
Andrea Righi
1
-6
/
+114
2026-05-19
sched/fair: Attach sched_domain_shared to sd_asym_cpucapacity
K Prateek Nayak
1
-8
/
+14
2026-05-19
sched/fair: Drop redundant RCU read lock in NOHZ kick path
Andrea Righi
1
-27
/
+11
2026-05-19
sched: Unify SMT active check via sched_smt_active()
Shrikanth Hegde
1
-1
/
+1
2026-05-19
sched/fair: Add sched_smt_active check for fastpaths
Shrikanth Hegde
1
-5
/
+4
2026-05-19
sched: Simplify ifdeffery around cpu_smt_mask
Shrikanth Hegde
1
-35
/
+0
2026-05-19
sched/fair: Update util_est after updating util_avg during dequeue
Vincent Guittot
1
-96
/
+92
2026-05-18
sched/cache: Fix stale preferred_llc for a new task
Chen Yu
1
-0
/
+5
2026-05-18
sched/cache: Fix checking active load balance by only considering the CFS task
Chen Yu
1
-2
/
+3
2026-05-18
sched/cache: Fix unpaired account_llc_enqueue/dequeue
Chen Yu
1
-3
/
+28
2026-05-18
sched/cache: Annotate lockless accesses to mm->sc_stat.cpu
Chen Yu
1
-14
/
+15
2026-05-18
sched/cache: Fix potential NULL mm pointer access
Chen Yu
1
-2
/
+3
2026-05-18
sched/cache: Fix rcu warning when accessing sd_llc domain
Chen Yu
1
-1
/
+1
2026-05-18
sched/cache: Add user control to adjust the aggressiveness of cache-aware sch...
Chen Yu
1
-8
/
+60
2026-05-18
sched/cache: Avoid cache-aware scheduling for memory-heavy processes
Chen Yu
1
-3
/
+59
2026-05-18
sched/cache: Skip cache-aware scheduling for single-threaded processes
Chen Yu
1
-4
/
+16
2026-05-18
sched/cache: Disable cache aware scheduling for processes with high thread co...
Chen Yu
1
-5
/
+43
2026-05-18
sched/cache: Allow only 1 thread of the process to calculate the LLC occupancy
Jianyong Wu
1
-0
/
+11
2026-05-06
sched/fair: Fix wakeup_preempt_fair() for not waking up task
Vincent Guittot
1
-2
/
+3
2026-05-06
sched/fair: Fix overflow in vruntime_eligible()
Zhan Xusheng
1
-5
/
+34
2026-04-28
sched/fair: Fix wakeup_preempt_fair() vs delayed dequeue
Vincent Guittot
1
-13
/
+14
2026-04-28
sched/fair: Fix the negative lag increase fix
Peter Zijlstra
1
-5
/
+10
2026-04-14
Merge tag 'sched-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-151
/
+362
2026-04-11
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
1
-7
/
+3
2026-04-10
sched/eevdf: Clear buddies for preempt_short
Vincent Guittot
1
-2
/
+4
2026-04-09
sched/cache: Respect LLC preference in task migration and detach
Tim Chen
1
-5
/
+78
2026-04-09
sched/cache: Handle moving single tasks to/from their preferred LLC
Tim Chen
1
-1
/
+53
2026-04-09
sched/cache: Add migrate_llc_task migration type for cache-aware balancing
Tim Chen
1
-1
/
+37
2026-04-09
sched/cache: Prioritize tasks preferring destination LLC during balancing
Tim Chen
1
-1
/
+78
2026-04-09
sched/cache: Check local_group only once in update_sg_lb_stats()
Tim Chen
1
-8
/
+10
2026-04-09
sched/cache: Count tasks prefering destination LLC in a sched group
Tim Chen
1
-0
/
+17
2026-04-09
sched/cache: Calculate the percpu sd task LLC preference
Tim Chen
1
-0
/
+24
2026-04-09
sched/cache: Track LLC-preferred tasks per runqueue
Tim Chen
1
-3
/
+44
[next]