index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-27
sched: correct wakeup weight calculations
Peter Zijlstra
1
-0
/
+4
2008-06-27
sched: update shares on wakeup
Peter Zijlstra
1
-1
/
+29
2008-06-27
sched: fix shares boost logic
Peter Zijlstra
1
-0
/
+3
2008-06-27
sched: disable source/target_load bias
Peter Zijlstra
1
-2
/
+2
2008-06-27
sched: remove prio preference from balance decisions
Peter Zijlstra
1
-9
/
+3
2008-06-27
sched: hierarchical load vs find_busiest_group
Peter Zijlstra
1
-3
/
+23
2008-06-27
sched: persistent average load per task
Peter Zijlstra
1
-13
/
+12
2008-06-27
sched: fix sched_balance_self() smp group balancing
Peter Zijlstra
1
-0
/
+3
2008-06-27
sched: fix newidle smp group balancing
Peter Zijlstra
1
-0
/
+13
2008-06-27
sched: simplify the group load balancer
Peter Zijlstra
1
-222
/
+64
2008-06-27
sched: no need to aggregate task_weight
Peter Zijlstra
1
-15
/
+1
2008-06-27
sched: dont micro manage share losses
Peter Zijlstra
1
-23
/
+3
2008-06-27
sched: update aggregate when holding the RQs
Peter Zijlstra
1
-0
/
+20
2008-06-27
sched: fix sched_domain aggregation
Peter Zijlstra
1
-59
/
+54
2008-06-27
sched: fix wakeup granularity and buddy granularity
Peter Zijlstra
1
-0
/
+1
2008-06-27
sched: sched_clock_cpu() based cpu_clock()
Peter Zijlstra
1
-76
/
+0
2008-06-27
sched: revert revert of: fair-group: SMP-nice for group scheduling
Peter Zijlstra
1
-31
/
+399
2008-06-27
sched: revert the revert of: weight calculations
Peter Zijlstra
1
-6
/
+3
2008-06-25
Merge branch 'linus' into tracing/ftrace
Ingo Molnar
1
-8
/
+6
2008-06-25
Merge branch 'linus' into sched/new-API-sched_setscheduler
Ingo Molnar
1
-8
/
+6
2008-06-25
Merge branch 'linus' into sched/devel
Ingo Molnar
1
-8
/
+6
2008-06-25
Merge branch 'linus' into core/softirq
Ingo Molnar
1
-8
/
+6
2008-06-23
sched: add new API sched_setscheduler_nocheck: add a flag to control access c...
Rusty Russell
1
-12
/
+36
2008-06-23
Merge branch 'linus' into sched/devel
Ingo Molnar
1
-1
/
+6
2008-06-23
Merge branch 'linus' into tracing/ftrace
Ingo Molnar
1
-3
/
+31
2008-06-23
Merge branch 'linus' into sched/urgent
Ingo Molnar
1
-1
/
+6
2008-06-23
Merge branch 'linus' into core/softirq
Ingo Molnar
1
-3
/
+31
2008-06-20
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+6
2008-06-20
sched: refactor wait_for_completion_timeout()
Oleg Nesterov
1
-18
/
+6
2008-06-20
sched: fix wait_for_completion_timeout() spurious failure under heavy load
Roland Dreier
1
-0
/
+10
2008-06-20
sched: rt: fix the bandwidth contraint computations
Peter Zijlstra
1
-3
/
+8
2008-06-19
cpuset: limit the input of cpuset.sched_relax_domain_level
Li Zefan
1
-1
/
+6
2008-06-19
sched: CPU hotplug events must not destroy scheduler domains created by the c...
Max Krasnyansky
1
-0
/
+22
2008-06-19
Merge branch 'sched' into sched-devel
Ingo Molnar
1
-2
/
+1
2008-06-19
sched: rt-group: fix hierarchy
Peter Zijlstra
1
-1
/
+0
2008-06-19
sched: NULL pointer dereference while setting sched_rt_period_us
Dario Faggioli
1
-1
/
+1
2008-06-18
sched: rework of "prioritize non-migratable tasks over migratable ones"
Dmitry Adamushko
1
-4
/
+2
2008-06-17
sched: fix defined-but-unused warning
Rabin Vincent
1
-0
/
+2
2008-06-16
Merge branch 'linus' into core/softirq
Ingo Molnar
1
-414
/
+55
2008-06-16
Merge branch 'linus' into tracing/ftrace
Ingo Molnar
1
-414
/
+55
2008-06-16
Merge branch 'linus' into sched-devel
Ingo Molnar
1
-8
/
+14
2008-06-12
sched: 64-bit: fix arithmetics overflow
Lai Jiangshan
1
-2
/
+7
2008-06-12
sched: fair group: fix overflow(was: fix divide by zero)
Lai Jiangshan
1
-2
/
+5
2008-06-10
sched: sched_clock() lockdep fix
Ingo Molnar
1
-2
/
+2
2008-06-10
sched: kill off dead cfs_rq_set_shares()
Paul Mundt
1
-8
/
+0
2008-06-10
sched: prevent bound kthreads from changing cpus_allowed
David Rientjes
1
-0
/
+6
2008-06-10
sched: fix hotplug cpus on ia64
Peter Zijlstra
1
-4
/
+11
2008-06-10
sched: fix TASK_WAKEKILL vs SIGKILL race
Oleg Nesterov
1
-4
/
+2
2008-06-06
sched: move weighted_cpuload into #ifdef CONFIG_SMP section
Thomas Gleixner
1
-6
/
+6
2008-06-06
sched: Move cpu masks from kernel/sched.c into kernel/cpu.c
Max Krasnyansky
1
-18
/
+0
[prev]
[next]