index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/numa: Do not swap tasks between nodes when spare capacity is available
Mel Gorman
2022-06-13
1
-0
/
+9
*
sched/numa: Initialise numa_migrate_retry
Mel Gorman
2022-06-13
1
-0
/
+1
*
Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-06-04
1
-1
/
+1
|
\
|
*
sched: Update task_tick_numa to ignore tasks without an mm
Eric W. Biederman
2022-05-11
1
-1
/
+1
*
|
Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-05-27
1
-1
/
+31
|
\
\
|
*
|
sched: Move cfs_bandwidth_slice sysctls to fair.c
Zhen Ni
2022-04-06
1
-20
/
+31
|
*
|
sched: Move child_runs_first sysctls to fair.c
Zhen Ni
2022-04-06
1
-0
/
+19
|
|
/
*
|
Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflict
Ingo Molnar
2022-05-06
1
-5
/
+5
|
\
\
|
*
|
sched/pelt: Fix attach_entity_load_avg() corner case
kuyo chang
2022-04-19
1
-5
/
+5
|
|
/
*
|
sched: Fix missing prototype warnings
Thomas Gleixner
2022-05-01
1
-0
/
+1
*
|
sched/fair: Remove cfs_rq_tg_path()
Dietmar Eggemann
2022-04-29
1
-19
/
+0
*
|
sched/fair: Remove sched_trace_*() helper functions
Dietmar Eggemann
2022-04-29
1
-98
/
+0
*
|
sched/fair: Refactor cpu_util_without()
Dietmar Eggemann
2022-04-29
1
-100
/
+57
*
|
sched/fair: Revise comment about lb decision matrix
Tao Zhou
2022-04-22
1
-1
/
+1
*
|
sched/fair: Delete useless condition in tg_unthrottle_up()
Chengming Zhou
2022-04-22
1
-1
/
+1
*
|
sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rq
Chengming Zhou
2022-04-22
1
-4
/
+4
*
|
sched/fair: Move calculate of avg_load to a better location
zgpeng
2022-04-22
1
-2
/
+3
|
/
*
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-03-29
1
-0
/
+1
|
\
*
|
sched/numa: Fix boot crash on arm64 systems
Huang, Ying
2022-03-22
1
-1
/
+1
*
|
sched/headers: Reorganize, clean up and optimize kernel/sched/fair.c dependen...
Ingo Molnar
2022-02-23
1
-0
/
+29
*
|
sched/headers: Standardize kernel/sched/sched.h header dependencies
Ingo Molnar
2022-02-23
1
-0
/
+2
*
|
Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts
Ingo Molnar
2022-02-21
1
-41
/
+77
|
\
\
|
*
|
sched/fair: Fix all kernel-doc warnings
Randy Dunlap
2022-01-18
1
-3
/
+5
|
*
|
sched/pelt: Relax the sync of load_sum with load_avg
Vincent Guittot
2022-01-18
1
-14
/
+22
|
*
|
sched/pelt: Relax the sync of runnable_sum with runnable_avg
Vincent Guittot
2022-01-18
1
-14
/
+19
|
*
|
sched/pelt: Continue to relax the sync of util_sum with util_avg
Vincent Guittot
2022-01-18
1
-7
/
+18
|
*
|
sched/pelt: Relax the sync of util_sum with util_avg
Vincent Guittot
2022-01-18
1
-3
/
+13
|
|
/
*
|
sched/isolation: Use single feature type while referring to housekeeping cpumask
Frederic Weisbecker
2022-02-16
1
-5
/
+5
*
|
sched/numa: Avoid migrating task to CPU-less node
Huang Ying
2022-02-16
1
-5
/
+20
*
|
sched/numa: Fix NUMA topology for systems with CPU-less nodes
Huang Ying
2022-02-16
1
-7
/
+8
*
|
sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCs
Mel Gorman
2022-02-11
1
-10
/
+12
*
|
sched/fair: Improve consistency of allowed NUMA balance calculations
Mel Gorman
2022-02-11
1
-8
/
+10
*
|
sched/numa: initialize numa statistics when forking new task
Honglei Wang
2022-01-27
1
-0
/
+2
|
/
*
sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()
Dietmar Eggemann
2021-12-11
1
-63
/
+8
*
sched/fair: Cleanup task_util and capacity type
Vincent Donnefort
2021-12-08
1
-2
/
+3
*
sched/fair: Document the slow path and fast path in select_task_rq_fair
Barry Song
2021-12-07
1
-0
/
+5
*
sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacity
Vincent Donnefort
2021-12-04
1
-1
/
+2
*
sched/fair: Fix detection of per-CPU kthreads waking a task
Vincent Donnefort
2021-12-04
1
-0
/
+1
*
sched/core: Forced idle accounting
Josh Don
2021-11-17
1
-1
/
+1
*
sched/fair: Prevent dead task groups from regaining cfs_rq's
Mathias Krause
2021-11-11
1
-2
/
+2
*
sched/fair: Cleanup newidle_balance
Vincent Guittot
2021-10-31
1
-5
/
+3
*
sched/fair: Remove sysctl_sched_migration_cost condition
Vincent Guittot
2021-10-31
1
-2
/
+1
*
sched/fair: Wait before decaying max_newidle_lb_cost
Vincent Guittot
2021-10-31
1
-9
/
+27
*
sched/fair: Skip update_blocked_averages if we are defering load balance
Vincent Guittot
2021-10-31
1
-3
/
+6
*
sched/fair: Account update_blocked_averages in newidle_balance cost
Vincent Guittot
2021-10-31
1
-4
/
+7
*
sched/numa: Fix a few comments
Bharata B Rao
2021-10-14
1
-2
/
+2
*
sched/numa: Remove the redundant member numa_group::fault_cpus
Bharata B Rao
2021-10-14
1
-7
/
+5
*
sched/numa: Replace hard-coded number by a define in numa_task_group()
Bharata B Rao
2021-10-14
1
-1
/
+2
*
sched/fair: Removed useless update of p->recent_used_cpu
Vincent Guittot
2021-10-05
1
-5
/
+0
*
sched/fair: Consider SMT in ASYM_PACKING load balance
Ricardo Neri
2021-10-05
1
-0
/
+92
[next]