index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched_fair.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-25
sched: keep total / count stats in addition to the max for
Arjan van de Ven
1
-0
/
+3
2008-01-25
sched: fix: don't take a mutex from interrupt context
Peter Zijlstra
1
-2
/
+2
2008-01-25
sched: latencytop support
Arjan van de Ven
1
-1
/
+7
2008-01-25
sched: high-res preemption tick
Peter Zijlstra
1
-4
/
+65
2008-01-25
sched: RT-balance, add new methods to sched_class
Steven Rostedt
1
-0
/
+39
2008-01-25
sched: remove do_div() from __sched_slice()
Peter Zijlstra
1
-1
/
+1
2008-01-25
sched: no need for 'affine wakeup' balancing
Dmitry Adamushko
1
-0
/
+3
2008-01-25
sched: de-SCHED_OTHER-ize the RT path
Gregory Haskins
1
-0
/
+148
2008-01-25
sched: group scheduler, fix fairness of cpu bandwidth allocation for task groups
Srivatsa Vaddagiri
1
-31
/
+53
2008-01-25
sched: group scheduling, change how cpu load is calculated
Srivatsa Vaddagiri
1
-4
/
+27
2008-01-25
sched: group scheduling, minor fixes
Srivatsa Vaddagiri
1
-1
/
+3
2007-12-18
sched: do not hurt SCHED_BATCH on wakeup
Ingo Molnar
1
-2
/
+1
2007-12-04
sched: default to more agressive yield for SCHED_BATCH tasks
Ingo Molnar
1
-3
/
+4
2007-12-02
sched: cpu accounting controller (V2)
Srivatsa Vaddagiri
1
-0
/
+6
2007-11-26
sched: fix minimum granularity tunings
Zou Nan hai
1
-6
/
+6
2007-11-15
sched: make sched_nr_latency static
Adrian Bunk
1
-1
/
+1
2007-11-09
sched: fix copy_namespace() <-> sched_fork() dependency in do_fork
Srivatsa Vaddagiri
1
-1
/
+2
2007-11-09
sched: clean up the wakeup preempt check, #2
Ingo Molnar
1
-3
/
+2
2007-11-09
sched: clean up the wakeup preempt check
Ingo Molnar
1
-12
/
+13
2007-11-09
sched: wakeup preemption fix
Ingo Molnar
1
-4
/
+2
2007-11-09
sched: remove PREEMPT_RESTRICT
Ingo Molnar
1
-8
/
+2
2007-11-09
sched: reintroduce SMP tunings again
Ingo Molnar
1
-9
/
+9
2007-11-09
sched: reintroduce the sched_min_granularity tunable
Peter Zijlstra
1
-7
/
+28
2007-11-09
sched: documentation: place_entity() comments
Peter Zijlstra
1
-2
/
+9
2007-11-09
sched: fix vslice
Peter Zijlstra
1
-0
/
+1
2007-10-29
sched: fix style of swap() macro in kernel/sched_fair.c
Ingo Molnar
1
-1
/
+1
2007-10-24
sched: isolate SMP balancing code a bit more
Peter Williams
1
-0
/
+4
2007-10-24
sched: reduce balance-tasks overhead
Peter Williams
1
-11
/
+33
2007-10-17
sched: fix new task startup crash
Srivatsa Vaddagiri
1
-5
/
+1
2007-10-15
sched: reintroduce cache-hot affinity
Ingo Molnar
1
-0
/
+2
2007-10-15
sched: speed up context-switches a bit
Ingo Molnar
1
-11
/
+0
2007-10-15
sched: do not wakeup-preempt with SCHED_BATCH tasks
Ingo Molnar
1
-0
/
+6
2007-10-15
sched: update comment
Ingo Molnar
1
-7
/
+5
2007-10-15
sched: prevent wakeup over-scheduling
Mike Galbraith
1
-3
/
+11
2007-10-15
sched: disable forced preemption by default
Peter Zijlstra
1
-11
/
+13
2007-10-15
sched: fix group scheduling for SCHED_BATCH
Dmitry Adamushko
1
-3
/
+2
2007-10-15
sched: disable sleeper_fairness on SCHED_BATCH
Peter Zijlstra
1
-1
/
+3
2007-10-15
sched: another wakeup_granularity fix
Peter Zijlstra
1
-2
/
+5
2007-10-15
sched: fix: move the CPU check into ->task_new_fair()
Ingo Molnar
1
-1
/
+2
2007-10-15
sched: cleanup: function prototype cleanups
Ingo Molnar
1
-10
/
+5
2007-10-15
sched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVG
Ingo Molnar
1
-1
/
+1
2007-10-15
sched: cleanup, make dequeue_entity() and update_stats_wait_end() similar
Dmitry Adamushko
1
-4
/
+7
2007-10-15
sched: cleanup, remove calc_weighted()
Dmitry Adamushko
1
-11
/
+0
2007-10-15
sched: uninline scheduler
Alexey Dobriyan
1
-1
/
+1
2007-10-15
sched: tweak wakeup granularity
Ingo Molnar
1
-4
/
+4
2007-10-15
sched: fix __pick_next_entity()
Dmitry Adamushko
1
-2
/
+5
2007-10-15
sched: vslice fixups for non-0 nice levels
Ingo Molnar
1
-13
/
+40
2007-10-15
sched: mark scheduling classes as const
Ingo Molnar
1
-3
/
+2
2007-10-15
sched: group scheduler, fix latency
Srivatsa Vaddagiri
1
-0
/
+2
2007-10-15
sched: group scheduler, fix bloat
Srivatsa Vaddagiri
1
-18
/
+25
[next]