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
2019-11-18
sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()
Vincent Guittot
1
-49
/
+62
2019-11-18
Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependencies
Ingo Molnar
1
-9
/
+20
2019-11-18
sched/fair: Add comments for group_type and balancing at SD_NUMA level
Vincent Guittot
1
-4
/
+31
2019-11-18
sched/fair: Fix rework of find_idlest_group()
Vincent Guittot
1
-7
/
+84
2019-11-13
sched/pelt: Fix update of blocked PELT ordering
Vincent Guittot
1
-9
/
+20
2019-11-11
sched/core: Further clarify sched_class::set_next_task()
Peter Zijlstra
1
-1
/
+1
2019-11-11
sched/fair: Use mul_u32_u32()
Peter Zijlstra
1
-2
/
+1
2019-11-11
sched/core: Simplify sched_class::pick_next_task()
Peter Zijlstra
1
-1
/
+6
2019-11-11
sched/core: Optimize pick_next_task()
Peter Zijlstra
1
-1
/
+1
2019-11-11
sched/fair: Better document newidle_balance()
Peter Zijlstra
1
-0
/
+5
2019-11-11
Merge tag 'v5.4-rc7' into sched/core, to pick up fixes
Ingo Molnar
1
-3
/
+12
2019-11-08
sched: Fix pick_next_task() vs 'change' pattern race
Peter Zijlstra
1
-3
/
+12
2019-10-29
sched/fair/util_est: Implement faster ramp-up EWMA on utilization increases
Patrick Bellasi
1
-1
/
+13
2019-10-21
sched/fair: Rework find_idlest_group()
Vincent Guittot
1
-128
/
+256
2019-10-21
sched/fair: Optimize find_idlest_group()
Vincent Guittot
1
-36
/
+14
2019-10-21
sched/fair: Use load instead of runnable load in wakeup path
Vincent Guittot
1
-10
/
+10
2019-10-21
sched/fair: Use utilization to select misfit task
Vincent Guittot
1
-8
/
+3
2019-10-21
sched/fair: Spread out tasks evenly when not overloaded
Vincent Guittot
1
-12
/
+28
2019-10-21
sched/fair: Use load instead of runnable load in load_balance()
Vincent Guittot
1
-10
/
+14
2019-10-21
sched/fair: Use rq->nr_running when balancing load
Vincent Guittot
1
-5
/
+8
2019-10-21
sched/fair: Rework load_balance()
Vincent Guittot
1
-209
/
+402
2019-10-21
sched/fair: Remove meaningless imbalance calculation
Vincent Guittot
1
-104
/
+1
2019-10-21
sched/fair: Rename sg_lb_stats::sum_nr_running to sum_h_nr_running
Vincent Guittot
1
-16
/
+16
2019-10-21
sched/fair: Clean up asym packing
Vincent Guittot
1
-47
/
+16
2019-10-09
sched/fair: Scale bandwidth quota and period without losing quota/period rati...
Xuewei Zhang
1
-14
/
+22
2019-09-25
sched/fair: Avoid redundant EAS calculation
Quentin Perret
1
-1
/
+1
2019-09-25
sched/fair: Fix -Wunused-but-set-variable warnings
Qian Cai
1
-13
/
+6
2019-09-25
tasks, sched/core: With a grace period after finish_task_switch(), remove unn...
Eric W. Biederman
1
-1
/
+1
2019-09-17
sched/fair: Remove unused cfs_rq_clock_task() function
Qian Cai
1
-16
/
+0
2019-09-16
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-216
/
+193
2019-09-16
Merge branch 'sched/rt' into sched/core, to pick up -rt changes
Ingo Molnar
1
-1
/
+1
2019-09-13
sched/fair: Speed-up energy-aware wake-ups
Quentin Perret
1
-60
/
+50
2019-09-03
sched/fair: Don't assign runtime for throttled cfs_rq
Liangyan
1
-0
/
+5
2019-08-12
sched/fair: Use rq_lock/unlock in online_fair_sched_group
Phil Auld
1
-3
/
+3
2019-08-08
sched: Rework pick_next_task() slow-path
Peter Zijlstra
1
-3
/
+6
2019-08-08
sched: Allow put_prev_task() to drop rq->lock
Peter Zijlstra
1
-1
/
+1
2019-08-08
sched/fair: Expose newidle_balance()
Peter Zijlstra
1
-10
/
+8
2019-08-08
sched: Add task_struct pointer to sched_class::set_curr_task
Peter Zijlstra
1
-3
/
+14
2019-08-08
sched/fair: Fix low cpu usage with high throttling by removing expiration of ...
Dave Chiluk
1
-65
/
+7
2019-07-31
sched/preempt: Use CONFIG_PREEMPTION where appropriate
Thomas Gleixner
1
-1
/
+1
2019-07-25
sched/fair: Introduce fits_capacity()
Viresh Kumar
1
-10
/
+8
2019-07-25
sched/fair: Fall back to sched-idle CPU if idle CPU isn't found
Viresh Kumar
1
-10
/
+33
2019-07-25
sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rq
Viresh Kumar
1
-2
/
+12
2019-07-25
sched/fair: Fix imbalance due to CPU affinity
Vincent Guittot
1
-2
/
+3
2019-07-25
sched/fair: Change task_numa_work() storage to static
Valentin Schneider
1
-1
/
+1
2019-07-25
sched/fair: Move task_numa_work() init to init_numa_balancing()
Valentin Schneider
1
-4
/
+5
2019-07-25
sched/fair: Move init_numa_balancing() below task_numa_work()
Valentin Schneider
1
-41
/
+41
2019-07-25
sched/fair: Use RCU accessors consistently for ->numa_group
Jann Horn
1
-39
/
+81
2019-07-25
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
1
-4
/
+20
2019-07-08
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-404
/
+219
[next]