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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-04
sched: terminate newidle balancing once at least one task has moved over
Gregory Haskins
1
-0
/
+4
2008-06-30
sched: fix warning
Vegard Nossum
1
-1
/
+3
2008-06-30
sched: build fix
Ingo Molnar
1
-5
/
+7
2008-06-29
sched: sched_clock_cpu() based cpu_clock(), lockdep fix
Ingo Molnar
1
-2
/
+2
2008-06-27
sched: export cpu_clock
Ingo Molnar
1
-0
/
+1
2008-06-27
sched: make sched_{rt,fair}.c ifdefs more readable
Dhaval Giani
2
-8
/
+8
2008-06-27
sched: bias effective_load() error towards failing wake_affine().
Peter Zijlstra
2
-0
/
+29
2008-06-27
sched: incremental effective_load()
Peter Zijlstra
2
-3
/
+21
2008-06-27
sched: correct wakeup weight calculations
Peter Zijlstra
2
-22
/
+30
2008-06-27
sched: fix mult overflow
Srivatsa Vaddagiri
1
-4
/
+4
2008-06-27
sched: update shares on wakeup
Peter Zijlstra
3
-2
/
+39
2008-06-27
sched: fix shares boost logic
Peter Zijlstra
1
-0
/
+3
2008-06-27
sched: disable source/target_load bias
Peter Zijlstra
2
-2
/
+3
2008-06-27
sched: optimize effective_load()
Peter Zijlstra
1
-4
/
+4
2008-06-27
sched: remove prio preference from balance decisions
Peter Zijlstra
1
-9
/
+3
2008-06-27
sched: fix task_h_load()
Peter Zijlstra
1
-9
/
+40
2008-06-27
sched: fix load scaling in group balancing
Peter Zijlstra
1
-4
/
+6
2008-06-27
sched: hierarchical load vs find_busiest_group
Peter Zijlstra
1
-3
/
+23
2008-06-27
sched: hierarchical load vs affine wakeups
Peter Zijlstra
1
-2
/
+21
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
2
-229
/
+72
2008-06-27
sched: no need to aggregate task_weight
Peter Zijlstra
2
-16
/
+2
2008-06-27
sched: dont micro manage share losses
Peter Zijlstra
1
-23
/
+3
2008-06-27
sched: kill task_group balancing
Srivatsa Vaddagiri
1
-13
/
+2
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
2
-65
/
+60
2008-06-27
sched: add full schedstats to /proc/sched_debug
Peter Zijlstra
1
-2
/
+17
2008-06-27
sched: fix wakeup granularity and buddy granularity
Peter Zijlstra
2
-8
/
+8
2008-06-27
sched: sched_clock_cpu() based cpu_clock()
Peter Zijlstra
2
-76
/
+12
2008-06-27
sched: revert revert of: fair-group: SMP-nice for group scheduling
Peter Zijlstra
4
-75
/
+488
2008-06-27
sched: fix calc_delta_asym, #2
Peter Zijlstra
1
-3
/
+6
2008-06-27
sched: fix calc_delta_asym()
Peter Zijlstra
2
-1
/
+28
2008-06-27
sched: revert the revert of: weight calculations
Peter Zijlstra
3
-39
/
+76
2008-06-27
sched: clean up some unused variables
Peter Zijlstra
1
-2
/
+0
2008-06-25
Merge branch 'linus' into sched/devel
Ingo Molnar
3
-29
/
+81
2008-06-24
kgdb: sparse fix
Jason Wessel
1
-1
/
+2
2008-06-23
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-20
/
+73
2008-06-23
futexes: fix fault handling in futex_lock_pi
Thomas Gleixner
1
-20
/
+73
2008-06-23
Merge branch 'linus' into sched/devel
Ingo Molnar
5
-10
/
+24
2008-06-23
Merge branch 'linus' into sched/urgent
Ingo Molnar
4
-10
/
+18
2008-06-20
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-10
/
+18
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: dont stop the period timer when there are tasks wanting to run
Peter Zijlstra
1
-1
/
+2
2008-06-20
sched: rt: dont stop the period timer when there are tasks wanting to run
Peter Zijlstra
1
-1
/
+2
2008-06-20
sched: rt: fix the bandwidth contraint computations
Peter Zijlstra
1
-3
/
+8
2008-06-20
sched: rt: move some code around
Peter Zijlstra
1
-62
/
+57
2008-06-20
sched: rt: fix SMP bandwidth balancing for throttled groups
Peter Zijlstra
1
-12
/
+29
[next]