index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-13
sched/fair: fix case with reduced capacity CPU
Vincent Guittot
1
-12
/
+42
2022-06-28
sched/fair: Remove the energy margin in feec()
Vincent Donnefort
1
-15
/
+8
2022-06-28
sched/fair: Remove task_util from effective utilization in feec()
Vincent Donnefort
1
-63
/
+139
2022-06-28
sched/fair: Use the same cpumask per-PD throughout find_energy_efficient_cpu()
Dietmar Eggemann
1
-9
/
+13
2022-06-28
sched/fair: Rename select_idle_mask to select_rq_mask
Dietmar Eggemann
1
-5
/
+5
2022-06-28
sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()
Dietmar Eggemann
1
-11
/
+10
2022-06-28
sched/fair: Decay task PELT values during wakeup migration
Vincent Donnefort
1
-27
/
+129
2022-06-28
sched/fair: Provide u64 read for 32-bits arch helper
Vincent Donnefort
1
-70
/
+14
2022-06-28
sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avg
Chen Yu
1
-0
/
+87
2022-06-28
sched/fair: Remove redundant word " *"
Zhang Qiao
1
-1
/
+1
2022-06-13
sched: Allow newidle balancing to bail out of load_balance
Josh Don
1
-1
/
+7
2022-06-13
sched/fair: Optimize and simplify rq leaf_cfs_rq_list
Chengming Zhou
1
-64
/
+28
2022-06-13
sched/fair: Consider CPU affinity when allowing NUMA imbalance in find_idlest...
K Prateek Nayak
1
-3
/
+13
2022-06-13
sched/numa: Apply imbalance limitations consistently
Mel Gorman
1
-36
/
+45
2022-06-13
sched/numa: Do not swap tasks between nodes when spare capacity is available
Mel Gorman
1
-0
/
+9
2022-06-13
sched/numa: Initialise numa_migrate_retry
Mel Gorman
1
-0
/
+1
2022-06-03
Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2022-05-26
Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+31
2022-05-11
sched: Update task_tick_numa to ignore tasks without an mm
Eric W. Biederman
1
-1
/
+1
2022-05-06
Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflict
Ingo Molnar
1
-5
/
+5
2022-05-01
sched: Fix missing prototype warnings
Thomas Gleixner
1
-0
/
+1
2022-04-29
sched/fair: Remove cfs_rq_tg_path()
Dietmar Eggemann
1
-19
/
+0
2022-04-29
sched/fair: Remove sched_trace_*() helper functions
Dietmar Eggemann
1
-98
/
+0
2022-04-29
sched/fair: Refactor cpu_util_without()
Dietmar Eggemann
1
-100
/
+57
2022-04-22
sched/fair: Revise comment about lb decision matrix
Tao Zhou
1
-1
/
+1
2022-04-22
sched/fair: Delete useless condition in tg_unthrottle_up()
Chengming Zhou
1
-1
/
+1
2022-04-22
sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rq
Chengming Zhou
1
-4
/
+4
2022-04-22
sched/fair: Move calculate of avg_load to a better location
zgpeng
1
-2
/
+3
2022-04-19
sched/pelt: Fix attach_entity_load_avg() corner case
kuyo chang
1
-5
/
+5
2022-04-06
sched: Move cfs_bandwidth_slice sysctls to fair.c
Zhen Ni
1
-20
/
+31
2022-04-06
sched: Move child_runs_first sysctls to fair.c
Zhen Ni
1
-0
/
+19
2022-03-28
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2022-03-22
sched/numa: Fix boot crash on arm64 systems
Huang, Ying
1
-1
/
+1
2022-02-23
sched/headers: Reorganize, clean up and optimize kernel/sched/fair.c dependen...
Ingo Molnar
1
-0
/
+29
2022-02-23
sched/headers: Standardize kernel/sched/sched.h header dependencies
Ingo Molnar
1
-0
/
+2
2022-02-21
Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts
Ingo Molnar
1
-41
/
+77
2022-02-16
sched/isolation: Use single feature type while referring to housekeeping cpumask
Frederic Weisbecker
1
-5
/
+5
2022-02-16
sched/numa: Avoid migrating task to CPU-less node
Huang Ying
1
-5
/
+20
2022-02-16
sched/numa: Fix NUMA topology for systems with CPU-less nodes
Huang Ying
1
-7
/
+8
2022-02-11
sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCs
Mel Gorman
1
-10
/
+12
2022-02-11
sched/fair: Improve consistency of allowed NUMA balance calculations
Mel Gorman
1
-8
/
+10
2022-01-27
sched/numa: initialize numa statistics when forking new task
Honglei Wang
1
-0
/
+2
2022-01-18
sched/fair: Fix all kernel-doc warnings
Randy Dunlap
1
-3
/
+5
2022-01-18
sched/pelt: Relax the sync of load_sum with load_avg
Vincent Guittot
1
-14
/
+22
2022-01-18
sched/pelt: Relax the sync of runnable_sum with runnable_avg
Vincent Guittot
1
-14
/
+19
2022-01-18
sched/pelt: Continue to relax the sync of util_sum with util_avg
Vincent Guittot
1
-7
/
+18
2022-01-18
sched/pelt: Relax the sync of util_sum with util_avg
Vincent Guittot
1
-3
/
+13
2021-12-11
sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()
Dietmar Eggemann
1
-63
/
+8
2021-12-08
sched/fair: Cleanup task_util and capacity type
Vincent Donnefort
1
-2
/
+3
2021-12-07
sched/fair: Document the slow path and fast path in select_task_rq_fair
Barry Song
1
-0
/
+5
[next]