index
:
kernel_goldelico_gta04.git
android-3.0-gta04
for-cmair
jack-working+v2
neil-rebase-3.7
replicant-2.3
replicant-4.0
replicant-4.0+3.10+not-compilation-tested
replicant-4.0+3.7+WIP
replicant-4.0+3.8+WIP
replicant-4.0+jack-working
replicant-4.0+suspend
replicant-4.2
kernel/goldelico/gta04
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...
Daisuke Nishimura
2013-09-12
1
-5
/
+9
*
sched: Fix load balancing performance regression in should_we_balance()
Joonsoo Kim
2013-09-10
1
-1
/
+1
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2013-09-04
1
-223
/
+288
|
\
|
*
sched/fair: Rework and comment the group_imb code
Peter Zijlstra
2013-09-02
1
-34
/
+89
|
*
sched/fair: Optimize find_busiest_queue()
Peter Zijlstra
2013-09-02
1
-4
/
+1
|
*
sched/fair: Make group power more consistent
Peter Zijlstra
2013-09-02
1
-19
/
+22
|
*
sched/fair: Remove duplicate load_per_task computations
Peter Zijlstra
2013-09-02
1
-11
/
+2
|
*
sched/fair: Shrink sg_lb_stats and play memset games
Peter Zijlstra
2013-09-02
1
-7
/
+26
|
*
sched: Clean-up struct sd_lb_stat
Joonsoo Kim
2013-09-02
1
-115
/
+114
|
*
sched: Factor out code to should_we_balance()
Joonsoo Kim
2013-09-02
1
-54
/
+53
|
*
sched: Remove one division operation in find_busiest_queue()
Joonsoo Kim
2013-09-02
1
-5
/
+9
|
*
Merge tag 'v3.11-rc5' into sched/core
Ingo Molnar
2013-08-16
1
-2
/
+2
|
|
\
|
*
|
sched/fair: Cleanup: remove duplicate variable declaration
Kirill Tkhai
2013-07-22
1
-5
/
+3
*
|
|
Merge branch 'linus' into perf/core
Ingo Molnar
2013-08-29
1
-2
/
+8
|
\
\
\
|
*
\
\
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-08-13
1
-2
/
+8
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
sched: Ensure update_cfs_shares() is called for parents of continuously-runni...
Peter Zijlstra
2013-07-30
1
-0
/
+1
|
|
*
|
sched: Fix some kernel-doc warnings
Yacine Belkadi
2013-07-18
1
-2
/
+7
*
|
|
|
Merge tag 'v3.11-rc5' into perf/core
Ingo Molnar
2013-08-15
1
-2
/
+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
mm: sched: numa: fix NUMA balancing when !SCHED_DEBUG
Dave Kleikamp
2013-07-31
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
sched: Micro-optimize the smart wake-affine logic
Peter Zijlstra
2013-07-23
1
-1
/
+1
*
|
|
sched: Implement smarter wake-affine logic
Michael Wang
2013-07-23
1
-0
/
+47
*
|
|
sched: Move h_load calculation to task_h_load()
Vladimir Davydov
2013-07-23
1
-31
/
+27
|
/
/
*
|
kernel: delete __cpuinit usage from all core kernel files
Paul Gortmaker
2013-07-14
1
-1
/
+1
|
/
*
sched/fair: Fix typo describing flags in enqueue_entity
Kamalesh Babulal
2013-06-27
1
-1
/
+1
*
sched/cfs_rq: Change atomic64_t removed_load to atomic_long_t
Alex Shi
2013-06-27
1
-4
/
+6
*
sched/tg: Use 'unsigned long' for load variable in task group
Alex Shi
2013-06-27
1
-6
/
+6
*
sched: Change cfs_rq load avg to unsigned long
Alex Shi
2013-06-27
1
-5
/
+2
*
sched: Consider runnable load average in move_tasks()
Alex Shi
2013-06-27
1
-9
/
+9
*
sched: Compute runnable load avg in cpu_load and cpu_avg_load_per_task
Alex Shi
2013-06-27
1
-2
/
+3
*
sched: Fix sleep time double accounting in enqueue entity
Alex Shi
2013-06-27
1
-1
/
+7
*
sched: Set an initial value of runnable avg for new forked task
Alex Shi
2013-06-27
1
-0
/
+24
*
Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-track...
Alex Shi
2013-06-27
1
-13
/
+4
*
sched: Femove the useless declaration in kernel/sched/fair.c
Michael Wang
2013-06-19
1
-4
/
+0
*
sched: Refine the code in unthrottle_cfs_rq()
Michael Wang
2013-06-19
1
-1
/
+1
*
sched/fair: Remove unused variable from expire_cfs_rq_runtime()
Kamalesh Babulal
2013-05-31
1
-1
/
+0
*
sched: Use an accessor to read the rq clock
Frederic Weisbecker
2013-05-28
1
-22
/
+22
*
sched: Update rq clock earlier in unthrottle_cfs_rq
Frederic Weisbecker
2013-05-28
1
-1
/
+3
*
sched: Update rq clock before setting fair group shares
Frederic Weisbecker
2013-05-28
1
-0
/
+3
*
Merge branch 'sched/cleanups' into sched/core
Ingo Molnar
2013-05-28
1
-0
/
+18
|
\
|
*
sched: Move update_load_*() methods from sched.h to fair.c
Paul Gortmaker
2013-05-07
1
-0
/
+18
*
|
sched: Use this_rq() helper
Nathan Zimmer
2013-05-10
1
-4
/
+2
|
/
*
Merge commit '8700c95adb03' into timers/nohz
Frederic Weisbecker
2013-05-02
1
-50
/
+81
|
\
|
*
sched: Fix init NOHZ_IDLE flag
Vincent Guittot
2013-04-26
1
-10
/
+16
|
*
sched: Prevent to re-select dst-cpu in load_balance()
Joonsoo Kim
2013-04-24
1
-18
/
+15
|
*
sched: Rename load_balance_tmpmask to load_balance_mask
Joonsoo Kim
2013-04-24
1
-2
/
+2
|
*
sched: Move up affinity check to mitigate useless redoing overhead
Joonsoo Kim
2013-04-24
1
-9
/
+7
|
*
sched: Don't consider other cpus in our group in case of NEWLY_IDLE
Joonsoo Kim
2013-04-24
1
-1
/
+14
|
*
sched: Explicitly cpu_idle_type checking in rebalance_domains()
Joonsoo Kim
2013-04-24
1
-3
/
+4
|
*
sched: Change position of resched_cpu() in load_balance()
Joonsoo Kim
2013-04-24
1
-5
/
+5
|
*
sched: Fix wrong rq's runnable_avg update with rt tasks
Vincent Guittot
2013-04-21
1
-2
/
+21
[next]