开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
Age
Commit message (
Expand
)
Author
2026-06-11
sched/fair: Fix newidle vs core-sched
Aaron Lu
2026-06-09
sched/fair: Fix cpu_util runnable_avg arithmetic
Hongyan Xia
2026-06-02
sched/fair: Unify cfs_rq throttling via account_cfs_rq_runtime()
Peter Zijlstra
2026-06-02
sched/fair: Move the throttled tasks to a local list in tg_unthrottle_up()
K Prateek Nayak
2026-06-02
sched/fair: Call update_curr() before unthrottling the hierarchy
K Prateek Nayak
2026-06-02
sched/fair: Use throttled_csd_list for local unthrottle
K Prateek Nayak
2026-06-02
sched/fair: Convert cfs bandwidth throttling to use guards
K Prateek Nayak
2026-06-02
sched/fair: Allocate cfs_tg_state with percpu allocator
Zecheng Li
2026-06-02
sched/fair: Remove task_group->se pointer array
Zecheng Li
2026-06-02
sched/fair: Co-locate cfs_rq and sched_entity in cfs_tg_state
Zecheng Li
2026-06-02
Merge branch 'tip/sched/urgent'
Peter Zijlstra
2026-05-29
sched/fair: Use rq_clock() in update_tg_load_avg() rate-limit
Rik van Riel
2026-05-26
sched: Remove sched_class::pick_next_task()
Peter Zijlstra
2026-05-26
sched/fair: Add newidle balance to pick_task_fair()
Peter Zijlstra
2026-05-19
Merge branch 'sched/cache'
Peter Zijlstra
2026-05-19
sched/fair: Add SIS_UTIL support to select_idle_capacity()
K Prateek Nayak
2026-05-19
sched/fair: Reject misfit pulls onto busy SMT siblings on asym-capacity
Andrea Righi
2026-05-19
sched/fair: Prefer fully-idle SMT cores in asym-capacity idle selection
Andrea Righi
2026-05-19
sched/fair: Attach sched_domain_shared to sd_asym_cpucapacity
K Prateek Nayak
2026-05-19
sched/fair: Drop redundant RCU read lock in NOHZ kick path
Andrea Righi
2026-05-19
sched: Unify SMT active check via sched_smt_active()
Shrikanth Hegde
2026-05-19
sched/fair: Add sched_smt_active check for fastpaths
Shrikanth Hegde
2026-05-19
sched: Simplify ifdeffery around cpu_smt_mask
Shrikanth Hegde
2026-05-19
sched/fair: Update util_est after updating util_avg during dequeue
Vincent Guittot
2026-05-18
sched/cache: Fix stale preferred_llc for a new task
Chen Yu
2026-05-18
sched/cache: Fix checking active load balance by only considering the CFS task
Chen Yu
2026-05-18
sched/cache: Fix unpaired account_llc_enqueue/dequeue
Chen Yu
2026-05-18
sched/cache: Annotate lockless accesses to mm->sc_stat.cpu
Chen Yu
2026-05-18
sched/cache: Fix potential NULL mm pointer access
Chen Yu
2026-05-18
sched/cache: Fix rcu warning when accessing sd_llc domain
Chen Yu
2026-05-18
sched/cache: Add user control to adjust the aggressiveness of cache-aware sch...
Chen Yu
2026-05-18
sched/cache: Avoid cache-aware scheduling for memory-heavy processes
Chen Yu
2026-05-18
sched/cache: Skip cache-aware scheduling for single-threaded processes
Chen Yu
2026-05-18
sched/cache: Disable cache aware scheduling for processes with high thread co...
Chen Yu
2026-05-18
sched/cache: Allow only 1 thread of the process to calculate the LLC occupancy
Jianyong Wu
2026-05-06
sched/fair: Fix wakeup_preempt_fair() for not waking up task
Vincent Guittot
2026-05-06
sched/fair: Fix overflow in vruntime_eligible()
Zhan Xusheng
2026-04-28
sched/fair: Fix wakeup_preempt_fair() vs delayed dequeue
Vincent Guittot
2026-04-28
sched/fair: Fix the negative lag increase fix
Peter Zijlstra
2026-04-14
Merge tag 'sched-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-04-11
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
2026-04-10
sched/eevdf: Clear buddies for preempt_short
Vincent Guittot
2026-04-09
sched/cache: Respect LLC preference in task migration and detach
Tim Chen
2026-04-09
sched/cache: Handle moving single tasks to/from their preferred LLC
Tim Chen
2026-04-09
sched/cache: Add migrate_llc_task migration type for cache-aware balancing
Tim Chen
2026-04-09
sched/cache: Prioritize tasks preferring destination LLC during balancing
Tim Chen
2026-04-09
sched/cache: Check local_group only once in update_sg_lb_stats()
Tim Chen
2026-04-09
sched/cache: Count tasks prefering destination LLC in a sched group
Tim Chen
2026-04-09
sched/cache: Calculate the percpu sd task LLC preference
Tim Chen
2026-04-09
sched/cache: Track LLC-preferred tasks per runqueue
Tim Chen
[next]