Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
f4ad9bd208c98f32a6f9136618e0b8bebe3fb370
/
kernel
/
sched_fair.c
f4ad9bd
sched: Eliminate dead code from wakeup_gran()
by Shaohua Li
· 14 years ago
b30aef1
sched: Fix erroneous all_pinned logic
by Ken Chen
· 14 years ago
b0432d8
sched: Fix sched-domain avg_load calculation
by Ken Chen
· 14 years ago
8b9686f
Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-for-linus', 'irq-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
42933ba
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
by Linus Torvalds
· 14 years ago
49c022e
sched: Clean up rebalance_domains() load-balance interval calculation
by Peter Zijlstra
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
3436ae1
sched: Fix rebalance interval calculation
by Sisir Koppaka
· 14 years ago
6d1cafd
sched: Resched proper CPU on yield_to()
by Venkatesh Pallipadi
· 14 years ago
a2f5c9a
sched: Allow SCHED_BATCH to preempt SCHED_IDLE tasks
by Darren Hart
· 14 years ago
866ab43
sched: Fix the group_imb logic
by Peter Zijlstra
· 14 years ago
cc57aa8
sched: Clean up some f_b_g() comments
by Peter Zijlstra
· 14 years ago
c186faf
sched: Clean up remnants of sd_idle
by Peter Zijlstra
· 14 years ago
46e49b3
sched: Wholesale removal of sd_idle logic
by Venkatesh Pallipadi
· 14 years ago
d95f412
sched: Add yield_to(task, preempt) functionality
by Mike Galbraith
· 14 years ago
ac53db5
sched: Use a buddy to implement yield_task_fair()
by Rik van Riel
· 14 years ago
2c13c919
sched: Limit the scope of clear_buddies
by Rik van Riel
· 14 years ago
725e758
sched: Check the right ->nr_running in yield_task_fair()
by Rik van Riel
· 14 years ago
da7a735
sched: Fix switch_from_fair()
by Peter Zijlstra
· 14 years ago
f07333b
sched: Avoid expensive initial update_cfs_load()
by Paul Turner
· 14 years ago
6d5ab29
sched: Simplify update_cfs_shares parameters
by Paul Turner
· 14 years ago
05ca62c
sched: Use rq->clock_task instead of rq->clock for correctly maintaining load averages
by Paul Turner
· 14 years ago
b815f19
sched: Fix/remove redundant cfs_rq checks
by Paul Turner
· 14 years ago
e37b6a7
sched: Fix sign under-flows in wake_affine
by Paul Turner
· 14 years ago
3ff6dca
sched: Fix poor interactivity on UP systems due to group scheduler nice tune bug
by Yong Zhang
· 14 years ago
d7d8294
sched: Fix signed unsigned comparison in check_preempt_tick()
by Mike Galbraith
· 14 years ago
977dda7
sched: Update effective_load() to use global share weights
by Paul Turner
· 14 years ago
19e5eeb
sched: Fix interactivity bug by charging unaccounted run-time on entity re-weight
by Paul Turner
· 14 years ago
43365bd
sched: Move periodic share updates to entity_tick()
by Paul Turner
· 14 years ago
8e9255e
Merge branch 'linus' into sched/core
by Ingo Molnar
· 14 years ago
22a867d
Merge commit 'v2.6.37-rc3' into sched/core
by Ingo Molnar
· 14 years ago
70caf8a
sched: Fix UP build breakage
by Peter Zijlstra
· 14 years ago
d6b5591
sched: Allow update_cfs_load() to update global load
by Paul Turner
· 14 years ago
3b3d190
sched: Implement demand based update_cfs_load()
by Paul Turner
· 14 years ago
c66eaf6
sched: Update shares on idle_balance
by Paul Turner
· 14 years ago
a7a4f8a
sched: Add sysctl_sched_shares_window
by Paul Turner
· 14 years ago
67e8625
sched: Introduce hierarchal order on shares update list
by Paul Turner
· 14 years ago
e33078b
sched: Fix update_cfs_load() synchronization
by Paul Turner
· 14 years ago
f0d7442
sched: Fix load corruption from update_cfs_shares()
by Paul Turner
· 14 years ago
9e3081c
sched: Make tg_shares_up() walk on-demand
by Peter Zijlstra
· 14 years ago
3d4b47b
sched: Implement on-demand (active) cfs_rq list
by Peter Zijlstra
· 14 years ago
2069dd7
sched: Rewrite tg_shares_up)
by Peter Zijlstra
· 14 years ago
d5ad140
sched: Fix idle balancing
by Nikhil Rao
· 14 years ago
b5482cf
sched: Fix volanomark performance regression
by Alex Shi
· 14 years ago
1e5a740
sched: Fix cross-sched-class wakeup preemption
by Peter Zijlstra
· 14 years ago
aae6d3d
sched: Use group weight, idle cpu metrics to fix imbalances during idle
by Suresh Siddha
· 14 years ago
37542b6a
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
b2b5ce0
sched, cgroup: Fixup broken cgroup movement
by Peter Zijlstra
· 14 years ago
bc4016f
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
aa48380
sched: Remove irq time from available CPU power
by Venkatesh Pallipadi
· 14 years ago
305e683
sched: Do not account irq time to current task
by Venkatesh Pallipadi
· 14 years ago
75dd321
sched: Drop group_capacity to 1 only if local group has extra capacity
by Nikhil Rao
· 14 years ago
fab4762
sched: Force balancing on newidle balance if local group has capacity
by Nikhil Rao
· 14 years ago
2582f0e
sched: Set group_imb only a task can be pulled from the busiest cpu
by Nikhil Rao
· 14 years ago
864616e
sched: Comment updates: fix default latency and granularity numbers
by Takuya Yoshikawa
· 14 years ago
ed859ed
Merge branch 'linus' into sched/core
by Ingo Molnar
· 14 years ago
b0a0f66
sched: suppress RCU lockdep splat in task_fork_fair
by Paul E. McKenney
· 14 years ago
58b26c4
sched: Increment cache_nice_tries only on periodic lb
by Venkatesh Pallipadi
· 14 years ago
f6c3f16
sched: Fix nohz balance kick
by Suresh Siddha
· 14 years ago
0bf377b
sched: Improve latencies under load by decreasing minimum scheduling granularity
by Ingo Molnar
· 14 years ago
aad1830
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
da2b71e
sched: Move sched_avg_update() to update_cpu_load()
by Suresh Siddha
· 14 years ago
b3bd3de
gcc-4.6: kernel/*: Fix unused but set warnings
by Andi Kleen
· 14 years ago
861d034
sched: Fix rq->clock synchronization when migrating tasks
by Peter Zijlstra
· 14 years ago
dca45ad
Merge branch 'linus' into sched/core
by Ingo Molnar
· 14 years ago
bbc8cb5
sched: Reduce update_group_power() calls
by Peter Zijlstra
· 15 years ago
5343bdb
sched: Update rq->clock for nohz balanced cpus
by Suresh Siddha
· 15 years ago
2ec57d4
sched: Fix spelling of sibling
by Michael Neuling
· 15 years ago
f3b577d
rcu: apply RCU protection to wake_affine()
by Daniel J Blueman
· 15 years ago
b6b1229
sched: Fix comments to make them DocBook happy
by Michael Neuling
· 15 years ago
694f5a1
sched: Fix fix_small_capacity
by Michael Neuling
· 15 years ago
532cb4c
sched: Add asymmetric group packing option for sibling domain
by Michael Neuling
· 15 years ago
9d5efe0
sched: Fix capacity calculations for SMT4
by Srivatsa Vaddagiri
· 15 years ago
83cd4fe
sched: Change nohz idle load balancing logic to push model
by Venkatesh Pallipadi
· 15 years ago
fdf3e95
sched: Avoid side-effect of tickless idle on update_cpu_load
by Venkatesh Pallipadi
· 15 years ago
e51fd5e
sched: Fix wake_affine() vs RT tasks
by Peter Zijlstra
· 15 years ago
969c792
sched: replace migration_thread with cpu_stop
by Tejun Heo
· 15 years ago
99bd5e2
sched: Fix select_idle_sibling() logic in select_task_rq_fair()
by Suresh Siddha
· 15 years ago
669c55e
sched: Pre-compute cpumask_weight(sched_domain_span(sd))
by Peter Zijlstra
· 15 years ago
371fd7e
sched: Add enqueue/dequeue flags
by Peter Zijlstra
· 15 years ago
0017d73
sched: Fix TASK_WAKING vs fork deadlock
by Peter Zijlstra
· 15 years ago
c949472
Merge branch 'linus' into sched/core
by Ingo Molnar
· 15 years ago
beac4c7
sched: Remove AFFINE_WAKEUPS feature
by Mike Galbraith
· 15 years ago
13814d4
sched: Remove ASYM_GRAN feature
by Mike Galbraith
· 15 years ago
f2e74ee
sched: Remove WAKEUP_SYNC feature
by Mike Galbraith
· 15 years ago
5ca9880
sched: Remove FAIR_SLEEPERS feature
by Mike Galbraith
· 15 years ago
6bc6cf2
sched: Remove NORMALIZED_SLEEPER
by Mike Galbraith
· 15 years ago
8b911ac
sched: Fix select_idle_sibling()
by Mike Galbraith
· 15 years ago
2140692
sched: Tweak sched_latency and min_granularity
by Mike Galbraith
· 15 years ago
a64692a
sched: Cleanup/optimize clock updates
by Mike Galbraith
· 15 years ago
e12f31d
sched: Remove avg_overlap
by Mike Galbraith
· 15 years ago
b42e0c4
sched: Remove avg_wakeup
by Mike Galbraith
· 15 years ago
41acab8
sched: Implement group scheduler statistics in one struct
by Lucas De Marchi
· 15 years ago
90a6501
sched, rcu: Fix rcu_dereference() for RCU-lockdep
by Paul E. McKenney
· 15 years ago
dd5feea
sched: Fix SCHED_MC regression caused by change in sched cpu_power
by Suresh Siddha
· 15 years ago
6e40f5b
Merge branch 'sched/urgent' into sched/core
by Thomas Gleixner
· 15 years ago
6d3e090
Merge branch 'sched/urgent' into sched/core
by Ingo Molnar
· 15 years ago
ea87bb7
sched: Extend enqueue_task to allow head queueing
by Thomas Gleixner
· 15 years ago
871e35b
sched: Fix the place where group powers are updated
by Gautham R Shenoy
· 15 years ago
8f190fb
sched: Assume *balance is valid
by Peter Zijlstra
· 15 years ago
Next »