Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
b0cff9d88ce2f3030f73138078c5b1019f17e1cc
/
kernel
/
sched
/
fair.c
b0cff9d
sched: Fix load balancing performance regression in should_we_balance()
by Joonsoo Kim
· 11 years ago
5e0b3a4
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
30ce5da
sched/fair: Rework and comment the group_imb code
by Peter Zijlstra
· 11 years ago
6906a40
sched/fair: Optimize find_busiest_queue()
by Peter Zijlstra
· 11 years ago
3ae11c9
sched/fair: Make group power more consistent
by Peter Zijlstra
· 11 years ago
38d0f77
sched/fair: Remove duplicate load_per_task computations
by Peter Zijlstra
· 11 years ago
147c5fc
sched/fair: Shrink sg_lb_stats and play memset games
by Peter Zijlstra
· 11 years ago
56cf515
sched: Clean-up struct sd_lb_stat
by Joonsoo Kim
· 11 years ago
23f0d20
sched: Factor out code to should_we_balance()
by Joonsoo Kim
· 11 years ago
95a79b8
sched: Remove one division operation in find_busiest_queue()
by Joonsoo Kim
· 11 years ago
aee2bce
Merge branch 'linus' into perf/core
by Ingo Molnar
· 11 years ago
d3ec3a1
Merge tag 'v3.11-rc5' into sched/core
by Ingo Molnar
· 11 years ago
c9572f0
Merge tag 'v3.11-rc5' into perf/core
by Ingo Molnar
· 11 years ago
28fbc8b
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
10e84b9
mm: sched: numa: fix NUMA balancing when !SCHED_DEBUG
by Dave Kleikamp
· 11 years ago
bf0bd94
sched: Ensure update_cfs_shares() is called for parents of continuously-running tasks
by Peter Zijlstra
· 11 years ago
7d9ffa8
sched: Micro-optimize the smart wake-affine logic
by Peter Zijlstra
· 12 years ago
6247041
sched: Implement smarter wake-affine logic
by Michael Wang
· 12 years ago
6852079
sched: Move h_load calculation to task_h_load()
by Vladimir Davydov
· 11 years ago
87e3c8a
sched/fair: Cleanup: remove duplicate variable declaration
by Kirill Tkhai
· 11 years ago
e69f618
sched: Fix some kernel-doc warnings
by Yacine Belkadi
· 12 years ago
0db0628
kernel: delete __cpuinit usage from all core kernel files
by Paul Gortmaker
· 12 years ago
0fc576d
sched/fair: Fix typo describing flags in enqueue_entity
by Kamalesh Babulal
· 12 years ago
2509940
sched/cfs_rq: Change atomic64_t removed_load to atomic_long_t
by Alex Shi
· 12 years ago
bf5b986
sched/tg: Use 'unsigned long' for load variable in task group
by Alex Shi
· 12 years ago
72a4cf2
sched: Change cfs_rq load avg to unsigned long
by Alex Shi
· 12 years ago
a003a25
sched: Consider runnable load average in move_tasks()
by Alex Shi
· 12 years ago
b92486c
sched: Compute runnable load avg in cpu_load and cpu_avg_load_per_task
by Alex Shi
· 12 years ago
282cf49
sched: Fix sleep time double accounting in enqueue entity
by Alex Shi
· 12 years ago
a75cdaa
sched: Set an initial value of runnable avg for new forked task
by Alex Shi
· 12 years ago
141965c
Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking"
by Alex Shi
· 12 years ago
8404c90
sched: Femove the useless declaration in kernel/sched/fair.c
by Michael Wang
· 12 years ago
22b958d
sched: Refine the code in unthrottle_cfs_rq()
by Michael Wang
· 12 years ago
0de358f
sched/fair: Remove unused variable from expire_cfs_rq_runtime()
by Kamalesh Babulal
· 12 years ago
78becc2
sched: Use an accessor to read the rq clock
by Frederic Weisbecker
· 12 years ago
1a55af2
sched: Update rq clock earlier in unthrottle_cfs_rq
by Frederic Weisbecker
· 12 years ago
71b1da4
sched: Update rq clock before setting fair group shares
by Frederic Weisbecker
· 12 years ago
d07e75a
Merge branch 'sched/cleanups' into sched/core
by Ingo Molnar
· 12 years ago
424c93f
sched: Use this_rq() helper
by Nathan Zimmer
· 12 years ago
8527632
sched: Move update_load_*() methods from sched.h to fair.c
by Paul Gortmaker
· 12 years ago
c032862
Merge commit '8700c95adb03' into timers/nohz
by Frederic Weisbecker
· 12 years ago
25f55d9
sched: Fix init NOHZ_IDLE flag
by Vincent Guittot
· 12 years ago
e02e60c
sched: Prevent to re-select dst-cpu in load_balance()
by Joonsoo Kim
· 12 years ago
e6252c3
sched: Rename load_balance_tmpmask to load_balance_mask
by Joonsoo Kim
· 12 years ago
d319808
sched: Move up affinity check to mitigate useless redoing overhead
by Joonsoo Kim
· 12 years ago
cfc0311
sched: Don't consider other cpus in our group in case of NEWLY_IDLE
by Joonsoo Kim
· 12 years ago
de5eb2d
sched: Explicitly cpu_idle_type checking in rebalance_domains()
by Joonsoo Kim
· 12 years ago
f1cd085
sched: Change position of resched_cpu() in load_balance()
by Joonsoo Kim
· 12 years ago
642dbc3
sched: Fix wrong rq's runnable_avg update with rt tasks
by Vincent Guittot
· 12 years ago
b9b0853
sched: Fix comment in rebalance_domains()
by Libin
· 12 years ago
4e2dcb7
sched: Simplify can_migrate_task()
by Zhang Hang
· 12 years ago
3451d02
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
by Frederic Weisbecker
· 13 years ago
1bf0823
sched: Fix variable name misnomer, add comments
by Andrei Epure
· 12 years ago
660cc00
sched: Spelling fix
by Andrei Epure
· 12 years ago
15f803c
sched: Make default_scale_freq_power() static
by Li Zefan
· 12 years ago
d652e1eb
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
e0a79f5
sched: Fix select_idle_sibling() bouncing cow syndrome
by Mike Galbraith
· 12 years ago
38dc334
sched: Fix warning in kernel/sched/fair.c
by Arnd Bergmann
· 12 years ago
16c8f1c
sched/fair: Set se->vruntime directly in place_entity()
by Viresh Kumar
· 12 years ago
a59f4e0
sched: Fix the broken sched_rr_get_interval()
by Zhu Yanhai
· 12 years ago
2832bc1
sched: numa: ksm: fix oops in task_numa_placment()
by Hugh Dickins
· 12 years ago
221392c
sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_HUGEPAGE
by Mel Gorman
· 12 years ago
3d59eeb
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma
by Linus Torvalds
· 12 years ago
17bc14b
Revert "sched: Update_cfs_shares at period edge"
by Linus Torvalds
· 12 years ago
5bca230
mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node
by Mel Gorman
· 12 years ago
1a687c2
mm: sched: numa: Control enabling and disabling of NUMA balancing
by Mel Gorman
· 12 years ago
b8593bf
mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate
by Mel Gorman
· 12 years ago
fb003b8
sched: numa: Slowly increase the scanning period as NUMA faults are handled
by Mel Gorman
· 12 years ago
e14808b
mm: numa: Rate limit setting of pte_numa if node is saturated
by Mel Gorman
· 12 years ago
4b96a29
mm: sched: numa: Implement slow start for working set sampling
by Peter Zijlstra
· 12 years ago
9f40604
sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges
by Mel Gorman
· 12 years ago
6e5fb22
mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate
by Peter Zijlstra
· 12 years ago
cbee9f8
mm: numa: Add fault driven placement and migration
by Peter Zijlstra
· 12 years ago
ec05a23
Merge branch 'sched/urgent' into sched/core
by Ingo Molnar
· 12 years ago
e9c84cb
sched: Describe CFS load-balancer
by Peter Zijlstra
· 13 years ago
f4e26b1
sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking
by Paul Turner
· 12 years ago
5b51f2f
sched: Make __update_entity_runnable_avg() fast
by Paul Turner
· 12 years ago
f269ae0
sched: Update_cfs_shares at period edge
by Paul Turner
· 12 years ago
48a1675
sched: Refactor update_shares_cpu() -> update_blocked_avgs()
by Paul Turner
· 12 years ago
8295836
sched: Replace update_shares weight distribution with per-entity computation
by Paul Turner
· 12 years ago
f1b1728
sched: Maintain runnable averages across throttled periods
by Paul Turner
· 12 years ago
bb17f65
sched: Normalize tg load contributions against runnable time
by Paul Turner
· 12 years ago
8165e14
sched: Compute load contribution by a group entity
by Paul Turner
· 12 years ago
c566e8e
sched: Aggregate total task_group load
by Paul Turner
· 12 years ago
aff3e49
sched: Account for blocked load waking back up
by Paul Turner
· 12 years ago
0a74bef
sched: Add an rq migration call-back to sched_class
by Paul Turner
· 12 years ago
9ee474f
sched: Maintain the load contribution of blocked entities
by Paul Turner
· 12 years ago
2dac754
sched: Aggregate load contributed by task entities on parenting cfs_rq
by Paul Turner
· 12 years ago
18bf280
sched: Maintain per-rq runnable averages
by Ben Segall
· 12 years ago
9d85f21
sched: Track the runnable average on a per-task entity basis
by Paul Turner
· 12 years ago
8ed92e51
sched: Add WAKEUP_PREEMPTION feature flag, on by default
by Ingo Molnar
· 12 years ago
0b981cb
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
37407ea
Revert "sched: Improve scalability via 'CPU buddies', which withstand random perturbations"
by Linus Torvalds
· 12 years ago
c1cc017
sched/nohz: Clean up select_nohz_load_balancer()
by Alex Shi
· 12 years ago
5ed4f1d
sched: Fix nohz_idle_balance()
by Vincent Guittot
· 12 years ago
59f9794
Merge branch 'sched/urgent' into sched/core
by Ingo Molnar
· 12 years ago
9450d57
sched: Fix kernel-doc warnings in kernel/sched/fair.c
by Randy Dunlap
· 12 years ago
a4c96ae
sched: Unthrottle rt runqueues in __disable_runtime()
by Peter Boonstoppel
· 12 years ago
f03542a
sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean up
by Alex Shi
· 12 years ago
78feefc
sched: using dst_rq instead of this_rq during load balance
by Michael Wang
· 12 years ago
Next »