index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched_fair.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-15
sched: add vslice
Peter Zijlstra
1
-15
/
+29
2007-10-15
sched: remove unneeded tunables
Ingo Molnar
1
-2
/
+0
2007-10-15
sched: clean up code under CONFIG_FAIR_GROUP_SCHED
Srivatsa Vaddagiri
1
-1
/
+4
2007-10-15
sched: print &rq->cfs stats
Srivatsa Vaddagiri
1
-0
/
+3
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
1
-36
/
+32
2007-10-15
sched: kernel/sched_fair.c whitespace cleanups
Ingo Molnar
1
-5
/
+5
2007-10-15
sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()
Dmitry Adamushko
1
-30
/
+25
2007-10-15
sched: simplify sched_class::yield_task()
Dmitry Adamushko
1
-5
/
+5
2007-10-15
sched: optimize task_new_fair()
Dmitry Adamushko
1
-3
/
+4
2007-10-15
sched: do not keep current in the tree and get rid of sched_entity::fair_key
Dmitry Adamushko
1
-19
/
+35
2007-10-15
sched: sched_setscheduler() fix
Dmitry Adamushko
1
-0
/
+4
2007-10-15
sched: group-scheduler core
Srivatsa Vaddagiri
1
-2
/
+1
2007-10-15
sched: better min_vruntime tracking
Peter Zijlstra
1
-7
/
+33
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
1
-70
/
+4
2007-10-15
sched: remove wait_runtime limit
Ingo Molnar
1
-92
/
+5
2007-10-15
sched: clean up struct load_stat
Dmitry Adamushko
1
-1
/
+1
2007-10-15
sched: debug: update exec_clock only when SCHED_DEBUG
Ingo Molnar
1
-1
/
+1
2007-10-15
sched: handle vruntime 64-bit overflow
Peter Zijlstra
1
-4
/
+11
2007-10-15
sched: add tree based averages
Peter Zijlstra
1
-7
/
+13
2007-10-15
sched: remove SCHED_FEAT_SKIP_INITIAL
Ingo Molnar
1
-7
/
+0
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
1
-0
/
+3
2007-10-15
sched: move sched_feat() definitions
Ingo Molnar
1
-31
/
+0
2007-10-15
sched: introduce se->vruntime
Ingo Molnar
1
-33
/
+48
2007-10-15
sched: clean up calc_weighted()
Ingo Molnar
1
-23
/
+8
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
1
-22
/
+9
2007-10-15
sched: remove precise CPU load
Ingo Molnar
1
-4
/
+2
2007-10-15
sched: remove stat_gran
Ingo Molnar
1
-32
/
+14
2007-10-15
sched: use constants if !CONFIG_SCHED_DEBUG
Ingo Molnar
1
-8
/
+20
2007-10-15
sched: debug: track maximum 'slice'
Ingo Molnar
1
-0
/
+11
2007-10-15
sched: resched task in task_new_fair()
Ingo Molnar
1
-0
/
+1
2007-10-02
sched: fix profile=sleep
Ingo Molnar
1
-0
/
+10
2007-09-19
sched: add /proc/sys/kernel/sched_compat_yield
Ingo Molnar
1
-6
/
+57
2007-09-05
sched: fix ideal_runtime calculations for reniced tasks
Peter Zijlstra
1
-16
/
+22
2007-09-05
sched: improve prev_sum_exec_runtime setting
Peter Zijlstra
1
-3
/
+2
2007-09-05
sched: simplify __check_preempt_curr_fair()
Peter Zijlstra
1
-5
/
+3
2007-09-05
sched: debug: fix cfs_rq->wait_runtime accounting
Ingo Molnar
1
-5
/
+5
2007-09-05
sched: fix niced_granularity() shift
Ingo Molnar
1
-1
/
+1
2007-08-28
sched: clean up task_new_fair()
Ingo Molnar
1
-3
/
+3
2007-08-28
sched: small schedstat fix
Ingo Molnar
1
-1
/
+3
2007-08-28
sched: fix wait_start_fair condition in update_stats_wait_end()
Ingo Molnar
1
-0
/
+3
[prev]
[next]