Sign in
android-kvm
/
linux
/
c622cc013cece073722592cff1ac6643a33b1622
/
kernel
/
sched
/
fair.c
a4c3c04
sched/fair: Update and fix the runnable propagation rule
by Vincent Guittot
· 7 years ago
22714a2
Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 7 years ago
8a103df
Merge branch 'linus' into sched/core, to pick up fixes
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
de20155
sched/isolation: Introduce housekeeping flags
by Frederic Weisbecker
· 7 years ago
204c083
sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()
by Frederic Weisbecker
· 7 years ago
7863406
sched/isolation: Move housekeeping related code to its own file
by Frederic Weisbecker
· 7 years ago
93f50f9
sched/fair: Fix usage of find_idlest_group() when the local group is idlest
by Brendan Jackman
· 7 years ago
6fee85c
sched/fair: Fix usage of find_idlest_group() when no groups are allowed
by Brendan Jackman
· 7 years ago
0d10ab9
sched/fair: Fix find_idlest_group() when local group is not allowed
by Brendan Jackman
· 7 years ago
e90381e
sched/fair: Remove unnecessary comparison with -1
by Brendan Jackman
· 7 years ago
18bd1b4b
sched/fair: Move select_task_rq_fair() slow-path into its own function
by Brendan Jackman
· 7 years ago
583ffd9
sched/fair: Force balancing on NOHZ balance if local group has capacity
by Brendan Jackman
· 7 years ago
ea16f0e
sched/fair: Sync task util before slow-path wakeup
by Brendan Jackman
· 7 years ago
9382490
sched/fair: Search a task from the tail of the queue
by Uladzislau Rezki
· 7 years ago
151aeab
Merge branch 'sched/urgent' into sched/core, to pick up fixes
by Ingo Molnar
· 7 years ago
024c9d2
sched/core: Ensure load_balance() respects the active_mask
by Peter Zijlstra
· 7 years ago
f2cdd9c
sched/core: Address more wake_affine() regressions
by Peter Zijlstra
· 7 years ago
d153b15
sched/core: Fix wake_affine() performance regression
by Peter Zijlstra
· 7 years ago
17de4ee
sched/fair: Update calc_group_*() comments
by Peter Zijlstra
· 8 years ago
2c8e4dc
sched/fair: Calculate runnable_weight slightly differently
by Josef Bacik
· 8 years ago
9a2dd58
sched/fair: Implement more accurate async detach
by Peter Zijlstra
· 8 years ago
f207934
sched/fair: Align PELT windows between cfs_rq and its se
by Peter Zijlstra
· 8 years ago
144d848
sched/fair: Implement synchonous PELT detach on load-balance migrate
by Peter Zijlstra
· 8 years ago
1ea6c46
sched/fair: Propagate an effective runnable_load_avg
by Peter Zijlstra
· 8 years ago
0e2d2aa
sched/fair: Rewrite PELT migration propagation
by Peter Zijlstra
· 8 years ago
2a2f5d4e
sched/fair: Rewrite cfs_rq->removed_*avg
by Peter Zijlstra
· 8 years ago
9059393
sched/fair: Use reweight_entity() for set_user_nice()
by Vincent Guittot
· 8 years ago
840c5ab
sched/fair: More accurate reweight_entity()
by Peter Zijlstra
· 8 years ago
8d5b902
sched/fair: Introduce {en,de}queue_load_avg()
by Peter Zijlstra
· 8 years ago
b5b3e35
sched/fair: Rename {en,de}queue_entity_load_avg()
by Peter Zijlstra
· 8 years ago
b382a53
sched/fair: Move enqueue migrate handling
by Peter Zijlstra
· 8 years ago
88c0616
sched/fair: Change update_load_avg() arguments
by Peter Zijlstra
· 8 years ago
c7b5021
sched/fair: Remove se->load.weight from se->avg.load_sum
by Peter Zijlstra
· 8 years ago
3d4b60d
sched/fair: Cure calc_cfs_shares() vs. reweight_entity()
by Peter Zijlstra
· 8 years ago
cef2740
sched/fair: Add comment to calc_cfs_shares()
by Peter Zijlstra
· 8 years ago
7c80cfc
sched/fair: Clean up calc_cfs_shares()
by Peter Zijlstra
· 8 years ago
d2cc5ed
cpuacct: Introduce cgroup_account_cputime[_field]()
by Tejun Heo
· 7 years ago
ec846ec
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
040b9d7
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
edd8e41
sched/fair: Plug hole between hotplug and active_load_balance()
by Peter Zijlstra
· 8 years ago
2800486
sched/fair: Avoid newidle balance for !active CPUs
by Peter Zijlstra
· 8 years ago
4612335
sched/fair: Fix nuisance kernel-doc warning
by Randy Dunlap
· 8 years ago
bfb0688
sched/fair: replace cfs_rq->rb_leftmost
by Davidlohr Bueso
· 8 years ago
a731ebe
sched/fair: Fix wake_affine_llc() balancing rules
by Peter Zijlstra
· 8 years ago
4396440
Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
90001d6
sched/fair: Fix wake_affine() for !NUMA_BALANCING
by Peter Zijlstra
· 8 years ago
b5dd77c
sched/numa: Scale scan period with tasks in group and shared/private
by Rik van Riel
· 8 years ago
37ec97de
sched/numa: Slow down scan rate if shared faults dominate
by Rik van Riel
· 8 years ago
f235a54
sched/pelt: Fix false running accounting
by Vincent Guittot
· 8 years ago
3a123bb
sched/fair: Drop always true parameter of update_cfs_rq_load_avg()
by Viresh Kumar
· 8 years ago
9674f5c
sched/fair: Avoid checking cfs_rq->nr_running twice
by Viresh Kumar
· 8 years ago
c7132dd
sched/fair: Pass 'rq' to weighted_cpuload()
by Viresh Kumar
· 8 years ago
a030d73
sched/fair: Call cpufreq update util handlers less frequently on UP
by Viresh Kumar
· 8 years ago
674e754
sched: cpufreq: Allow remote cpufreq callbacks
by Viresh Kumar
· 8 years ago
65a4433
sched/fair: Fix load_balance() affinity redo path
by Jeffrey Hugo
· 8 years ago
ff801b7
sched/numa: Hide numa_wake_affine() from UP build
by Thomas Gleixner
· 8 years ago
815abf5
sched/fair: Remove effective_load()
by Rik van Riel
· 8 years ago
3fed382
sched/numa: Implement NUMA node level wake_affine()
by Rik van Riel
· 8 years ago
7d894e6
sched/fair: Simplify wake_affine() for the single socket case
by Rik van Riel
· 8 years ago
739294f
sched/numa: Override part of migrate_degrades_locality() when idle balancing
by Rik van Riel
· 8 years ago
387bc8b
sched/fair: Spare idle load balancing on nohz_full CPUs
by Frederic Weisbecker
· 8 years ago
902b319
Merge branch 'WIP.sched/core' into sched/core
by Ingo Molnar
· 8 years ago
c5ae366
sched/fair: WARN() and refuse to set buddy when !se->on_rq
by Daniel Axtens
· 8 years ago
f67abed
sched/fair: Fix typo in printk message
by Marcin Nowakowski
· 8 years ago
1ad3aaf
sched/core: Implement new approach to scale select_idle_cpu()
by Peter Zijlstra
· 8 years ago
8655d54
sched/numa: Use down_read_trylock() for the mmap_sem
by Vlastimil Babka
· 8 years ago
a9e7f65
sched/fair: Fix O(nr_cgroups) in load balance path
by Tejun Heo
· 8 years ago
502ce00
sched/fair: Use task_groups instead of leaf_cfs_rq_list to walk all cfs_rqs
by Peter Zijlstra
· 8 years ago
ae4df9d
sched/topology: Rename sched_group_cpus()
by Peter Zijlstra
· 8 years ago
e5c14b1
sched/topology: Rename sched_group_mask()
by Peter Zijlstra
· 8 years ago
af21812
sched/topology: Simplify sched_group_mask() usage
by Peter Zijlstra
· 8 years ago
c743f0a
sched/fair, cpumask: Export for_each_cpu_wrap()
by Peter Zijlstra
· 8 years ago
625ed2b
sched/cfs: Make util/load_avg more stable
by Vincent Guittot
· 8 years ago
89c9fea
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 8 years ago
283e2ed
sched/fair: Move the PELT constants into a generated header
by Peter Zijlstra
· 8 years ago
bb0bd04
sched/fair: Increase PELT accuracy for small tasks
by Peter Zijlstra
· 8 years ago
3841cdc
sched/fair: Fix comments
by Peter Zijlstra
· 8 years ago
05296e7
sched/fair: Fix corner case in __accumulate_sum()
by Peter Zijlstra
· 8 years ago
a481db3
sched/fair: Optimize ___update_sched_avg()
by Yuyang Du
· 8 years ago
0ccb977
sched/fair: Explicitly generate __update_load_avg() instances
by Peter Zijlstra
· 8 years ago
05b40e0
sched/fair: Prefer sibiling only if local group is under-utilized
by Srikar Dronamraju
· 8 years ago
0ba42a5
treewide: Fix typo in xml/driver-api/basics.xml
by Masanari Iida
· 8 years ago
bc42789
sched/fair: Fix FTQ noise bench regression
by Vincent Guittot
· 8 years ago
5704ac0
sched/core: Fix double update_rq_clock) calls in attach_task()/detach_task()
by Peter Zijlstra
· 8 years ago
8a8c69c
sched/core: Add rq->lock wrappers
by Peter Zijlstra
· 8 years ago
609b07b
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
4c77b18
sched/fair: Make select_idle_cpu() more aggressive
by Peter Zijlstra
· 8 years ago
589ee62
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>
by Ingo Molnar
· 8 years ago
105ab3d8
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/topology.h>
by Ingo Molnar
· 8 years ago
0c98d34
sched/core: Remove the tsk_cpus_allowed() wrapper
by Ingo Molnar
· 8 years ago
b8fd842
sched/fair: Explain why MIN_SHARES isn't scaled in calc_cfs_shares()
by Dietmar Eggemann
· 8 years ago
89ee048
sched/core: Fix group_entity's share update
by Vincent Guittot
· 8 years ago
3bed5e2
sched/core: Add missing update_rq_clock() call for task_hot()
by Peter Zijlstra
· 8 years ago
4126bad
sched/core: Add missing update_rq_clock() in post_init_entity_util_avg()
by Peter Zijlstra
· 8 years ago
46f69fa
sched/fair: Push rq lock pin/unpin into idle_balance()
by Matt Fleming
· 8 years ago
d8ac897
sched/core: Add wrappers for lockdep_(un)pin_lock()
by Matt Fleming
· 8 years ago
6b94780
sched/core: Use load_avg for selecting idlest group
by Vincent Guittot
· 8 years ago
f519a3f
sched/core: Fix find_idlest_group() for fork
by Vincent Guittot
· 8 years ago
afe06ef
sched: Extend scheduler's asym packing
by Tim Chen
· 8 years ago
Next »