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
2016-06-27
sched/fair: Rework throttle_count sync
Peter Zijlstra
1
-20
/
+19
2016-06-27
sched/fair: Reorder cgroup creation code
Peter Zijlstra
1
-4
/
+18
2016-06-27
sched/fair: Apply more PELT fixes
Peter Zijlstra
1
-4
/
+49
2016-06-27
sched/fair: Fix PELT integrity for new tasks
Peter Zijlstra
1
-8
/
+37
2016-06-27
sched/cgroup: Fix cpu_cgroup_fork() handling
Vincent Guittot
1
-1
/
+22
2016-06-27
sched/fair: Fix PELT integrity for new groups
Peter Zijlstra
1
-0
/
+10
2016-06-27
sched/fair: Fix and optimize the fork() path
Peter Zijlstra
1
-21
/
+6
2016-06-27
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
1
-36
/
+70
2016-06-27
sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusion
Peter Zijlstra
1
-16
/
+11
2016-06-27
sched/fair: Fix effective_load() to consistently use smoothed load
Peter Zijlstra
1
-6
/
+9
2016-06-24
sched/fair: Do not announce throttled next buddy in dequeue_task_fair()
Konstantin Khlebnikov
1
-5
/
+4
2016-06-24
sched/fair: Initialize throttle_count for new task-groups lazily
Konstantin Khlebnikov
1
-0
/
+20
2016-06-20
sched/fair: Fix cfs_rq avg tracking underflow
Peter Zijlstra
1
-8
/
+25
2016-06-14
sched/debug: Fix deadlock when enabling sched events
Josh Poimboeuf
1
-1
/
+1
2016-06-14
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
1
-1
/
+7
2016-06-14
sched/fair: Fix post_init_entity_util_avg() serialization
Peter Zijlstra
1
-1
/
+7
2016-06-03
sched/fair: Use task_rcu_dereference()
Oleg Nesterov
1
-30
/
+4
2016-06-03
sched/fair: Fix the wrong throttled clock time for cfs_rq_clock_task()
Xunlei Pang
1
-3
/
+1
2016-05-12
sched/fair: Correct unit of load_above_capacity
Morten Rasmussen
1
-2
/
+4
2016-05-12
sched/fair: Clean up scale confusion
Peter Zijlstra
1
-2
/
+1
2016-05-12
sched/fair: Fix fairness issue on migration
Peter Zijlstra
1
-6
/
+16
2016-05-12
sched/core: Kill sched_class::task_waking to clean up the migration logic
Peter Zijlstra
1
-30
/
+28
2016-05-12
sched/fair: Prepare to fix fairness problems on migration
Peter Zijlstra
1
-0
/
+37
2016-05-12
sched/fair: Move record_wakee()
Peter Zijlstra
1
-28
/
+33
2016-05-12
Merge branch 'smp/hotplug' into sched/core, to resolve conflicts
Ingo Molnar
1
-14
/
+1
2016-05-12
Merge branch 'sched/urgent' into sched/core to pick up fixes
Ingo Molnar
1
-15
/
+14
2016-05-11
Revert "sched/fair: Fix fairness issue on migration"
Ingo Molnar
1
-14
/
+6
2016-05-07
sched/fair: Fix !CONFIG_SMP kernel cpufreq governor breakage
Rafael J. Wysocki
1
-1
/
+8
2016-05-06
sched/fair: Make ilb_notifier an explicit call
Thomas Gleixner
1
-14
/
+1
2016-05-05
sched/fair: Fix comment in calculate_imbalance()
Dietmar Eggemann
1
-3
/
+4
2016-05-05
sched/fair: Remove stale power aware scheduling comments
Dietmar Eggemann
1
-10
/
+3
2016-05-05
sched/fair: Update rq clock before updating nohz CPU load
Matt Fleming
1
-0
/
+1
2016-05-05
sched/fair: Optimize sum computation with a lookup table
Yuyang Du
1
-8
/
+13
2016-05-05
sched/fair: Rename SCHED_LOAD_SHIFT to NICE_0_LOAD_SHIFT and remove SCHED_LOA...
Yuyang Du
1
-2
/
+2
2016-05-05
sched/fair: Generalize the load/util averages resolution definition
Yuyang Du
1
-4
/
+0
2016-05-05
locking/lockdep, sched/core: Implement a better lock pinning scheme
Peter Zijlstra
1
-3
/
+3
2016-04-23
sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updates
Frederic Weisbecker
1
-2
/
+7
2016-04-23
sched/fair: Correctly handle nohz ticks CPU load accounting
Frederic Weisbecker
1
-34
/
+63
2016-04-23
sched/fair: Gather CPU load functions under a more conventional namespace
Frederic Weisbecker
1
-12
/
+12
2016-04-23
sched/fair: Call cpufreq hook in additional paths
Steve Muckle
1
-31
/
+42
2016-04-23
sched/fair: Do not call cpufreq hook unless util changed
Steve Muckle
1
-4
/
+6
2016-04-23
sched/fair: Move cpufreq hook to update_cfs_rq_load_avg()
Steve Muckle
1
-24
/
+26
2016-04-23
sched/fair: Fix asym packing to select correct CPU
Srikar Dronamraju
1
-3
/
+9
2016-03-31
sched/fair: Initiate a new task's util avg to a bounded value
Yuyang Du
1
-2
/
+54
2016-03-31
sched/fair: Update comments after a variable rename
Yuyang Du
1
-2
/
+2
2016-03-31
sched/numa: Remove unnecessary NUMA dequeue update from non-SMP kernels
Tim Chen
1
-0
/
+2
2016-03-31
sched/fair: Reset nr_balance_failed after active balancing
Srikar Dronamraju
1
-6
/
+6
2016-03-24
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-7
/
+32
2016-03-21
sched/fair: Add comments to explain select_idle_sibling()
Matt Fleming
1
-1
/
+18
2016-03-21
sched/fair: Fix fairness issue on migration
Peter Zijlstra
1
-6
/
+14
[next]