index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
Age
Commit message (
Expand
)
Author
2016-03-24
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-03-21
sched/fair: Add comments to explain select_idle_sibling()
Matt Fleming
2016-03-21
sched/fair: Fix fairness issue on migration
Peter Zijlstra
2016-03-16
Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-03-09
cpufreq: Add mechanism for registering utilization update callbacks
Rafael J. Wysocki
2016-02-29
sched/fair: Consolidate nohz CPU load update code
Frederic Weisbecker
2016-02-29
sched/fair: Avoid using decay_load_missed() with a negative value
Byungchul Park
2016-02-29
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
2016-02-29
sched/cgroup: Fix cgroup entity load tracking tear-down
Peter Zijlstra
2016-02-09
sched/numa: Spread memory according to CPU and memory use
Rik van Riel
2016-02-09
sched/debug: Make schedstats a runtime tunable that is disabled by default
Mel Gorman
2016-01-22
sched/numa: Fix use-after-free bug in the task_numa_compare
Gavin Guo
2016-01-06
sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...
Yuyang Du
2016-01-06
Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...
Ingo Molnar
2016-01-06
sched/fair: Fix multiplication overflow on 32-bit systems
Andrey Ryabinin
2015-12-04
sched/fair: Disable the task group load_avg update for the root_task_group
Waiman Long
2015-12-04
sched/fair: Avoid redundant idle_cpu() call in update_sg_lb_stats()
Waiman Long
2015-12-04
sched/fair: Make it possible to account fair load avg consistently
Byungchul Park
2015-11-23
sched/fair: Modify the comment about lock assumptions in migrate_task_rq_fair()
Byungchul Park
2015-11-23
sched/core: Fix incorrect wait time and wait count statistics
Joonwoo Park
2015-11-23
treewide: Remove old email address
Peter Zijlstra
2015-11-23
sched/numa: Cap PTE scanning overhead to 3% of run time
Rik van Riel
2015-11-23
sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()
Byungchul Park
2015-11-23
sched/fair: Prepare __update_cpu_load() to handle active tickless
Byungchul Park
2015-11-23
sched/fair: Clean up the explanation around decaying load update misses
Peter Zijlstra
2015-11-23
sched/fair: Remove empty idle enter and exit functions
Dietmar Eggemann
2015-11-09
sched/numa: Fix math underflow in task_tick_numa()
Rik van Riel
2015-10-20
Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...
Ingo Molnar
2015-10-20
sched/fair: Update task group's load_avg after task migration
Yuyang Du
2015-10-20
sched/fair: Fix overly small weight for interactive group entities
Yuyang Du
2015-10-06
sched/core: Remove a parameter in the migrate_task_rq() function
xiaofeng.yan
2015-10-06
sched/numa: Fix task_tick_fair() from disabling numa_balancing
Srikar Dronamraju
2015-09-18
sched/fair: Remove unnecessary parameter for group_classify()
Leo Yan
2015-09-18
sched/fair: Polish comments for LOAD_AVG_MAX
Leo Yan
2015-09-18
sched/numa: Limit the amount of virtual memory scanned in task_numa_work()
Rik van Riel
2015-09-13
sched/fair: Optimize per entity utilization tracking
Peter Zijlstra
2015-09-13
sched/fair: Defer calling scaling functions
Dietmar Eggemann
2015-09-13
sched/fair: Optimize __update_load_avg()
Peter Zijlstra
2015-09-13
sched/fair: Rename scale() to cap_scale()
Peter Zijlstra
2015-09-13
sched/fair: Get rid of scaling utilization by capacity_orig
Dietmar Eggemann
2015-09-13
sched/fair: Name utilization related data and functions consistently
Dietmar Eggemann
2015-09-13
sched/fair: Make utilization tracking CPU scale-invariant
Dietmar Eggemann
2015-09-13
sched/fair: Convert arch_scale_cpu_capacity() from weak function to #define
Morten Rasmussen
2015-09-13
sched/fair: Make load tracking frequency scale-invariant
Dietmar Eggemann
2015-09-13
sched/numa: Convert sched_numa_balancing to a static_branch
Srikar Dronamraju
2015-09-13
sched/numa: Disable sched_numa_balancing on UMA systems
Srikar Dronamraju
2015-09-13
sched/numa: Rename numabalancing_enabled to sched_numa_balancing
Srikar Dronamraju
2015-09-13
sched/fair: Fix nohz.next_balance update
Vincent Guittot
2015-09-13
sched/core: Remove unused argument from sched_class::task_move_group
Peter Zijlstra
2015-09-13
sched/fair: Unify switched_{from,to}_fair() and task_move_group_fair()
Byungchul Park
[next]