Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9ec3b77e11b9398ab40b492c4fde7d8aac04a718
/
kernel
/
sched_fair.c
9ec3b77
sched: no need for 'affine wakeup' balancing
by Dmitry Adamushko
· 17 years ago
e7693a3
sched: de-SCHED_OTHER-ize the RT path
by Gregory Haskins
· 17 years ago
6b2d770
sched: group scheduler, fix fairness of cpu bandwidth allocation for task groups
by Srivatsa Vaddagiri
· 17 years ago
58e2d4c
sched: group scheduling, change how cpu load is calculated
by Srivatsa Vaddagiri
· 17 years ago
ec2c507
sched: group scheduling, minor fixes
by Srivatsa Vaddagiri
· 17 years ago
6cbf1c1
sched: do not hurt SCHED_BATCH on wakeup
by Ingo Molnar
· 17 years ago
db292ca
sched: default to more agressive yield for SCHED_BATCH tasks
by Ingo Molnar
· 17 years ago
d842de8
sched: cpu accounting controller (V2)
by Srivatsa Vaddagiri
· 17 years ago
722aab0
sched: fix minimum granularity tunings
by Zou Nan hai
· 17 years ago
518b22e
sched: make sched_nr_latency static
by Adrian Bunk
· 17 years ago
3c90e6e
sched: fix copy_namespace() <-> sched_fork() dependency in do_fork
by Srivatsa Vaddagiri
· 17 years ago
502d26b
sched: clean up the wakeup preempt check, #2
by Ingo Molnar
· 17 years ago
77d9cc4
sched: clean up the wakeup preempt check
by Ingo Molnar
· 17 years ago
8bc6767
sched: wakeup preemption fix
by Ingo Molnar
· 17 years ago
3e3e13f
sched: remove PREEMPT_RESTRICT
by Ingo Molnar
· 17 years ago
19978ca
sched: reintroduce SMP tunings again
by Ingo Molnar
· 17 years ago
b2be5e9
sched: reintroduce the sched_min_granularity tunable
by Peter Zijlstra
· 17 years ago
2cb8600
sched: documentation: place_entity() comments
by Peter Zijlstra
· 17 years ago
10b7772
sched: fix vslice
by Peter Zijlstra
· 17 years ago
8eb172d
sched: fix style of swap() macro in kernel/sched_fair.c
by Ingo Molnar
· 17 years ago
681f3e6
sched: isolate SMP balancing code a bit more
by Peter Williams
· 17 years ago
e1d1484
sched: reduce balance-tasks overhead
by Peter Williams
· 17 years ago
b9dca1e
sched: fix new task startup crash
by Srivatsa Vaddagiri
· 17 years ago
da84d96
sched: reintroduce cache-hot affinity
by Ingo Molnar
· 17 years ago
e5f32a3
sched: speed up context-switches a bit
by Ingo Molnar
· 17 years ago
91c234b
sched: do not wakeup-preempt with SCHED_BATCH tasks
by Ingo Molnar
· 17 years ago
d274a4c
sched: update comment
by Ingo Molnar
· 17 years ago
95938a3
sched: prevent wakeup over-scheduling
by Mike Galbraith
· 17 years ago
ce6c131
sched: disable forced preemption by default
by Peter Zijlstra
· 17 years ago
e62dd02
sched: fix group scheduling for SCHED_BATCH
by Dmitry Adamushko
· 17 years ago
8ca0e14
sched: disable sleeper_fairness on SCHED_BATCH
by Peter Zijlstra
· 17 years ago
810e95c
sched: another wakeup_granularity fix
by Peter Zijlstra
· 17 years ago
00bf7bf
sched: fix: move the CPU check into ->task_new_fair()
by Ingo Molnar
· 17 years ago
0702e3e
sched: cleanup: function prototype cleanups
by Ingo Molnar
· 17 years ago
06877c3
sched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVG
by Ingo Molnar
· 17 years ago
a2a2d68
sched: cleanup, make dequeue_entity() and update_stats_wait_end() similar
by Dmitry Adamushko
· 17 years ago
a03c906
sched: cleanup, remove calc_weighted()
by Dmitry Adamushko
· 17 years ago
a995744
sched: uninline scheduler
by Alexey Dobriyan
· 17 years ago
155bb29
sched: tweak wakeup granularity
by Ingo Molnar
· 17 years ago
08ec3df
sched: fix __pick_next_entity()
by Dmitry Adamushko
· 17 years ago
647e7ca
sched: vslice fixups for non-0 nice levels
by Ingo Molnar
· 17 years ago
5522d5d
sched: mark scheduling classes as const
by Ingo Molnar
· 17 years ago
b9fa3df
sched: group scheduler, fix latency
by Srivatsa Vaddagiri
· 17 years ago
fad095a
sched: group scheduler, fix bloat
by Srivatsa Vaddagiri
· 17 years ago
b39c5dd
sched: cleanup, remove stale comment
by Ingo Molnar
· 17 years ago
5f6d858e
sched: speed up and simplify vslice calculations
by Peter Zijlstra
· 17 years ago
b0ffd24
sched: clean up min_vruntime use
by Peter Zijlstra
· 17 years ago
2b1e315
sched: yield fix
by Dmitry Adamushko
· 17 years ago
8651a86
sched: group scheduler wakeup latency fix
by Srivatsa Vaddagiri
· 17 years ago
57cb499
sched: remove set_leftmost()
by Ingo Molnar
· 17 years ago
368059a
sched: max_vruntime() simplification
by Peter Zijlstra
· 17 years ago
b8487b92
sched: fix sign check error in place_entity()
by Ingo Molnar
· 17 years ago
94359f0
sched: undo some of the recent changes
by Ingo Molnar
· 17 years ago
dc1f31c
sched: remove last_min_vruntime effect
by Ingo Molnar
· 17 years ago
8465e79
sched: entity_key() fix
by Ingo Molnar
· 17 years ago
ddc9729
sched debug: check spread
by Peter Zijlstra
· 17 years ago
67e9fb2
sched: add vslice
by Peter Zijlstra
· 17 years ago
c18b8a7
sched: remove unneeded tunables
by Ingo Molnar
· 17 years ago
9b5b775
sched: clean up code under CONFIG_FAIR_GROUP_SCHED
by Srivatsa Vaddagiri
· 17 years ago
75c28ac
sched: print &rq->cfs stats
by Srivatsa Vaddagiri
· 17 years ago
72ea22f
sched: fix minor bug in yield
by Srivatsa Vaddagiri
· 17 years ago
83b699e
sched: revert recent removal of set_curr_task()
by Srivatsa Vaddagiri
· 17 years ago
edcb60a
sched: kernel/sched_fair.c whitespace cleanups
by Ingo Molnar
· 17 years ago
f6b53205
sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()
by Dmitry Adamushko
· 17 years ago
4530d7a
sched: simplify sched_class::yield_task()
by Dmitry Adamushko
· 17 years ago
87fefa3
sched: optimize task_new_fair()
by Dmitry Adamushko
· 17 years ago
30cfdcf
sched: do not keep current in the tree and get rid of sched_entity::fair_key
by Dmitry Adamushko
· 17 years ago
d02e5ed
sched: sched_setscheduler() fix
by Dmitry Adamushko
· 17 years ago
29f59db
sched: group-scheduler core
by Srivatsa Vaddagiri
· 17 years ago
02e0431
sched: better min_vruntime tracking
by Peter Zijlstra
· 17 years ago
db36cc7
sched: clean up schedstat block in dequeue_entity()
by Dmitry Adamushko
· 17 years ago
bbdba7c
sched: remove wait_runtime fields and features
by Ingo Molnar
· 17 years ago
e22f5bb
sched: remove wait_runtime limit
by Ingo Molnar
· 17 years ago
495eca4
sched: clean up struct load_stat
by Dmitry Adamushko
· 17 years ago
7a62eab
sched: debug: update exec_clock only when SCHED_DEBUG
by Ingo Molnar
· 17 years ago
9014623c
sched: handle vruntime 64-bit overflow
by Peter Zijlstra
· 17 years ago
94dfb5e
sched: add tree based averages
by Peter Zijlstra
· 17 years ago
28a1f6f
sched: remove SCHED_FEAT_SKIP_INITIAL
by Ingo Molnar
· 17 years ago
aeb73b0
sched: clean up new task placement
by Peter Zijlstra
· 17 years ago
2e09bf5
sched: wakeup granularity increase
by Ingo Molnar
· 17 years ago
5c6b596
sched: simplify check_preempt() methods
by Ingo Molnar
· 17 years ago
6d0f0eb
sched: simplify adaptive latency
by Peter Zijlstra
· 17 years ago
4d78e7b
sched: new task placement for vruntime
by Peter Zijlstra
· 17 years ago
6cb5819
sched: optimize vruntime based scheduling
by Ingo Molnar
· 17 years ago
bf5c91b
sched: move sched_feat() definitions
by Ingo Molnar
· 17 years ago
e9acbff
sched: introduce se->vruntime
by Ingo Molnar
· 17 years ago
08e2388
sched: clean up calc_weighted()
by Ingo Molnar
· 17 years ago
19ccd97
sched: uninline __enqueue_entity()/__dequeue_entity()
by Ingo Molnar
· 17 years ago
e59c80c
sched: simplify SCHED_FEAT_* code
by Peter Zijlstra
· 17 years ago
429d43b
sched: cleanup: simplify cfs_rq_curr() methods
by Ingo Molnar
· 17 years ago
62160e3
sched: track cfs_rq->curr on !group-scheduling too
by Ingo Molnar
· 17 years ago
a25707f
sched: remove precise CPU load
by Ingo Molnar
· 17 years ago
8ebc91d
sched: remove stat_gran
by Ingo Molnar
· 17 years ago
2bd8e6d
sched: use constants if !CONFIG_SCHED_DEBUG
by Ingo Molnar
· 17 years ago
eba1ed4
sched: debug: track maximum 'slice'
by Ingo Molnar
· 17 years ago
bb61c21
sched: resched task in task_new_fair()
by Ingo Molnar
· 17 years ago
30084fb
sched: fix profile=sleep
by Ingo Molnar
· 17 years ago
1799e35
sched: add /proc/sys/kernel/sched_compat_yield
by Ingo Molnar
· 17 years ago
1169783
sched: fix ideal_runtime calculations for reniced tasks
by Peter Zijlstra
· 17 years ago
4a55b45
sched: improve prev_sum_exec_runtime setting
by Peter Zijlstra
· 17 years ago
Next »