index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-15
sched: fair-group sched, cleanups
Ingo Molnar
1
-4
/
+4
2007-10-15
sched: add fair-user scheduler
Srivatsa Vaddagiri
5
-0
/
+121
2007-10-15
sched: clean up code under CONFIG_FAIR_GROUP_SCHED
Srivatsa Vaddagiri
4
-117
/
+83
2007-10-15
sched: print &rq->cfs stats
Srivatsa Vaddagiri
1
-0
/
+3
2007-10-15
sched: print nr_running and load in /proc/sched_debug
Srivatsa Vaddagiri
1
-0
/
+2
2007-10-15
sched: fix minor bug in yield
Srivatsa Vaddagiri
1
-1
/
+1
2007-10-15
sched: revert recent removal of set_curr_task()
Srivatsa Vaddagiri
5
-44
/
+72
2007-10-15
sched: kernel/sched_fair.c whitespace cleanups
Ingo Molnar
1
-5
/
+5
2007-10-15
sched: fix formatting of /proc/sched_debug
Mike Galbraith
1
-4
/
+4
2007-10-15
sched: enhance debug output
Ingo Molnar
1
-40
/
+68
2007-10-15
sched: prettify /proc/sched_debug output
Ingo Molnar
1
-4
/
+2
2007-10-15
sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()
Dmitry Adamushko
5
-67
/
+35
2007-10-15
sched: simplify sched_class::yield_task()
Dmitry Adamushko
4
-9
/
+9
2007-10-15
sched: optimize task_new_fair()
Dmitry Adamushko
1
-3
/
+4
2007-10-15
sched: fix delay accounting performance regression
Ingo Molnar
1
-2
/
+2
2007-10-15
sched: do not keep current in the tree and get rid of sched_entity::fair_key
Dmitry Adamushko
4
-22
/
+36
2007-10-15
sched: add set_curr_task() calls
Dmitry Adamushko
1
-9
/
+13
2007-10-15
sched: sched_setscheduler() fix
Dmitry Adamushko
1
-0
/
+4
2007-10-15
sched: group-scheduler core
Srivatsa Vaddagiri
5
-18
/
+350
2007-10-15
sched: fix SMP migration latencies
Mike Galbraith
1
-0
/
+3
2007-10-15
sched: better min_vruntime tracking
Peter Zijlstra
1
-7
/
+33
2007-10-15
sched: x86: allow single-depth wchan output
Ingo Molnar
1
-0
/
+11
2007-10-15
sched: clean up schedstat block in dequeue_entity()
Dmitry Adamushko
1
-2
/
+2
2007-10-15
sched: remove wait_runtime fields and features
Ingo Molnar
4
-161
/
+14
2007-10-15
sched: remove wait_runtime limit
Ingo Molnar
5
-124
/
+5
2007-10-15
sched: clean up struct load_stat
Dmitry Adamushko
3
-13
/
+9
2007-10-15
sched: debug: update exec_clock only when SCHED_DEBUG
Ingo Molnar
1
-1
/
+1
2007-10-15
sched: add more vruntime statistics
Ingo Molnar
1
-2
/
+9
2007-10-15
sched: handle vruntime 64-bit overflow
Peter Zijlstra
1
-4
/
+11
2007-10-15
sched: add tree based averages
Peter Zijlstra
2
-8
/
+18
2007-10-15
sched: remove SCHED_FEAT_SKIP_INITIAL
Ingo Molnar
2
-10
/
+1
2007-10-15
sched: add se->vruntime debugging
Ingo Molnar
1
-3
/
+27
2007-10-15
sched: clean up new task placement
Peter Zijlstra
1
-15
/
+42
2007-10-15
sched: wakeup granularity increase
Ingo Molnar
1
-16
/
+11
2007-10-15
sched: simplify check_preempt() methods
Ingo Molnar
1
-4
/
+3
2007-10-15
sched: simplify adaptive latency
Peter Zijlstra
1
-104
/
+9
2007-10-15
sched: new task placement for vruntime
Peter Zijlstra
1
-9
/
+27
2007-10-15
sched: optimize vruntime based scheduling
Ingo Molnar
2
-2
/
+6
2007-10-15
sched: move sched_feat() definitions
Ingo Molnar
2
-31
/
+31
2007-10-15
sched: introduce se->vruntime
Ingo Molnar
3
-33
/
+50
2007-10-15
sched: clean up calc_weighted()
Ingo Molnar
1
-23
/
+8
2007-10-15
sched: speed up update_load_add/_sub()
Ingo Molnar
1
-4
/
+5
2007-10-15
sched: uninline __enqueue_entity()/__dequeue_entity()
Ingo Molnar
1
-2
/
+2
2007-10-15
sched: simplify SCHED_FEAT_* code
Peter Zijlstra
1
-5
/
+7
2007-10-15
sched: cleanup: simplify cfs_rq_curr() methods
Ingo Molnar
1
-18
/
+6
2007-10-15
sched: track cfs_rq->curr on !group-scheduling too
Ingo Molnar
2
-23
/
+10
2007-10-15
sched: remove precise CPU load calculations #2
Ingo Molnar
1
-31
/
+1
2007-10-15
sched: remove precise CPU load
Ingo Molnar
3
-41
/
+9
2007-10-15
sched: remove stat_gran
Ingo Molnar
4
-50
/
+15
2007-10-15
sched: use constants if !CONFIG_SCHED_DEBUG
Ingo Molnar
3
-15
/
+24
[next]