index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
sched/fair: Fix post_init_entity_util_avg() serialization
Peter Zijlstra
1
-1
/
+7
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
2016-03-16
Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+25
2016-03-09
cpufreq: Add mechanism for registering utilization update callbacks
Rafael J. Wysocki
1
-1
/
+25
2016-02-29
sched/fair: Consolidate nohz CPU load update code
Frederic Weisbecker
1
-23
/
+25
2016-02-29
sched/fair: Avoid using decay_load_missed() with a negative value
Byungchul Park
1
-2
/
+10
2016-02-29
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
1
-16
/
+21
2016-02-29
sched/cgroup: Fix cgroup entity load tracking tear-down
Peter Zijlstra
1
-16
/
+21
2016-02-09
sched/numa: Spread memory according to CPU and memory use
Rik van Riel
1
-40
/
+47
2016-02-09
sched/debug: Make schedstats a runtime tunable that is disabled by default
Mel Gorman
1
-35
/
+78
2016-01-22
sched/numa: Fix use-after-free bug in the task_numa_compare
Gavin Guo
1
-7
/
+23
2016-01-06
sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...
Yuyang Du
1
-10
/
+28
2016-01-06
Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...
Ingo Molnar
1
-2
/
+2
[next]