index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched: update shares on wakeup
Peter Zijlstra
2008-06-27
4
-2
/
+42
*
sched: fix shares boost logic
Peter Zijlstra
2008-06-27
1
-0
/
+3
*
sched: disable source/target_load bias
Peter Zijlstra
2008-06-27
2
-2
/
+3
*
sched: optimize effective_load()
Peter Zijlstra
2008-06-27
1
-4
/
+4
*
sched: remove prio preference from balance decisions
Peter Zijlstra
2008-06-27
1
-9
/
+3
*
sched: fix task_h_load()
Peter Zijlstra
2008-06-27
1
-9
/
+40
*
sched: fix load scaling in group balancing
Peter Zijlstra
2008-06-27
1
-4
/
+6
*
sched: hierarchical load vs find_busiest_group
Peter Zijlstra
2008-06-27
1
-3
/
+23
*
sched: hierarchical load vs affine wakeups
Peter Zijlstra
2008-06-27
1
-2
/
+21
*
sched: persistent average load per task
Peter Zijlstra
2008-06-27
1
-13
/
+12
*
sched: fix sched_balance_self() smp group balancing
Peter Zijlstra
2008-06-27
1
-0
/
+3
*
sched: fix newidle smp group balancing
Peter Zijlstra
2008-06-27
1
-0
/
+13
*
sched: simplify the group load balancer
Peter Zijlstra
2008-06-27
2
-229
/
+72
*
sched: no need to aggregate task_weight
Peter Zijlstra
2008-06-27
2
-16
/
+2
*
sched: dont micro manage share losses
Peter Zijlstra
2008-06-27
1
-23
/
+3
*
sched: kill task_group balancing
Srivatsa Vaddagiri
2008-06-27
1
-13
/
+2
*
sched: update aggregate when holding the RQs
Peter Zijlstra
2008-06-27
1
-0
/
+20
*
sched: fix sched_domain aggregation
Peter Zijlstra
2008-06-27
3
-66
/
+60
*
sched: add full schedstats to /proc/sched_debug
Peter Zijlstra
2008-06-27
1
-2
/
+17
*
sched: fix wakeup granularity and buddy granularity
Peter Zijlstra
2008-06-27
2
-8
/
+8
*
sched: sched_clock_cpu() based cpu_clock()
Peter Zijlstra
2008-06-27
2
-76
/
+12
*
sched: revert revert of: fair-group: SMP-nice for group scheduling
Peter Zijlstra
2008-06-27
5
-75
/
+489
*
sched: fix calc_delta_asym, #2
Peter Zijlstra
2008-06-27
1
-3
/
+6
*
sched: fix calc_delta_asym()
Peter Zijlstra
2008-06-27
2
-1
/
+28
*
sched: revert the revert of: weight calculations
Peter Zijlstra
2008-06-27
3
-39
/
+76
*
sched: clean up some unused variables
Peter Zijlstra
2008-06-27
1
-2
/
+0
*
Merge branch 'linus' into sched/devel
Ingo Molnar
2008-06-25
48
-498
/
+644
|
\
|
*
Linux 2.6.26-rc8
v2.6.26-rc8
Linus Torvalds
2008-06-24
1
-1
/
+1
|
*
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
2008-06-24
3
-5
/
+2
|
|
\
|
|
*
[IA64] Eliminate NULL test after alloc_bootmem in iosapic_alloc_rte()
Julia Lawall
2008-06-24
1
-2
/
+0
|
|
*
[IA64] Handle count==0 in sn2_ptc_proc_write()
Cliff Wickman
2008-06-24
1
-1
/
+1
|
|
*
[IA64] Fix boot failure on ia64/sn2
Jes Sorensen
2008-06-24
1
-2
/
+1
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes
Linus Torvalds
2008-06-24
2
-15
/
+10
|
|
\
\
|
|
*
|
[GFS2] fix gfs2 block allocation (cleaned up)
Benjamin Marzinski
2008-06-24
1
-14
/
+9
|
|
*
|
[GFS2] BUG: unable to handle kernel paging request at ffff81002690e000
Bob Peterson
2008-06-24
1
-1
/
+1
|
|
|
/
|
*
|
Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2008-06-24
18
-266
/
+358
|
|
\
\
|
|
*
|
KVM: Remove now unused structs from kvm_para.h
Gerd Hoffmann
2008-06-24
1
-18
/
+0
|
|
*
|
x86: KVM guest: Use the paravirt clocksource structs and functions
Gerd Hoffmann
2008-06-24
2
-56
/
+34
|
|
*
|
KVM: Make kvm host use the paravirt clocksource structs
Gerd Hoffmann
2008-06-24
2
-14
/
+65
|
|
*
|
x86: Make xen use the paravirt clocksource structs and functions
Gerd Hoffmann
2008-06-24
3
-124
/
+16
|
|
*
|
x86: Add structs and functions for paravirt clocksource
Gerd Hoffmann
2008-06-24
5
-0
/
+201
|
|
*
|
KVM: VMX: Fix host msr corruption with preemption enabled
Avi Kivity
2008-06-24
1
-8
/
+11
|
|
*
|
KVM: ioapic: fix lost interrupt when changing a device's irq
Avi Kivity
2008-06-24
1
-20
/
+11
|
|
*
|
KVM: MMU: Fix oops on guest userspace access to guest pagetable
Avi Kivity
2008-06-24
1
-6
/
+0
|
|
*
|
KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend)
Marcelo Tosatti
2008-06-24
1
-5
/
+7
|
|
*
|
KVM: MMU: Fix rmap_write_protect() hugepage iteration bug
Marcelo Tosatti
2008-06-24
1
-0
/
+1
|
|
*
|
KVM: close timer injection race window in __vcpu_run
Marcelo Tosatti
2008-06-24
4
-3
/
+9
|
|
*
|
KVM: Fix race between timer migration and vcpu migration
Marcelo Tosatti
2008-06-24
1
-12
/
+3
|
|
|
/
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
Linus Torvalds
2008-06-24
1
-1
/
+0
|
|
\
\
|
|
*
|
Revert "[WATCHDOG] hpwdt: Add CFLAGS to get driver working"
Wim Van Sebroeck
2008-06-24
1
-1
/
+0
|
|
|
/
[next]