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
*
KVM: PPC: Critical interrupt emulation support
Bharat Bhushan
2012-07-11
1
-0
/
+25
*
KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests
Mihai Caraman
2012-07-11
1
-1
/
+2
*
KVM: PPC64: booke: Set interrupt computation mode for 64-bit host
Mihai Caraman
2012-07-11
1
-1
/
+4
*
KVM: PPC: bookehv: Add ESR flag to Data Storage Interrupt
Mihai Caraman
2012-07-11
1
-1
/
+1
*
KVM: PPC: bookehv64: Add support for std/ld emulation.
Varun Sethi
2012-07-11
1
-0
/
+16
*
booke: Added crit/mc exception handler for e500v2
Bharat Bhushan
2012-07-11
1
-28
/
+27
*
booke/bookehv: Add host crit-watchdog exception support
Bharat Bhushan
2012-07-11
2
-0
/
+23
*
KVM: handle last_boosted_vcpu = 0 case
Rik van Riel
2012-07-06
1
-1
/
+1
*
KVM: s390: Fix sigp sense handling.
Cornelia Huck
2012-07-03
2
-5
/
+10
*
KVM: s390: use sigp condition code defines
Heiko Carstens
2012-07-03
1
-29
/
+29
*
KVM: s390: fix sigp set prefix status stored cases
Heiko Carstens
2012-07-03
1
-2
/
+5
*
KVM: s390: fix sigp sense running condition code handling
Heiko Carstens
2012-07-03
1
-2
/
+2
*
s390/smp/kvm: unifiy sigp definitions
Heiko Carstens
2012-07-03
3
-85
/
+64
*
s390/smp: remove redundant check
Heiko Carstens
2012-07-03
1
-2
/
+2
*
KVM: Guard mmu_notifier specific code with CONFIG_MMU_NOTIFIER
Marc Zyngier
2012-07-03
1
-2
/
+2
*
KVM: VMX: code clean for vmx_init()
Guo Chao
2012-07-03
1
-9
/
+7
*
apic: fix kvm build on UP without IOAPIC
Michael S. Tsirkin
2012-07-03
1
-0
/
+5
*
KVM: host side for eoi optimization
Michael S. Tsirkin
2012-06-25
6
-4
/
+193
*
KVM: rearrange injection cancelling code
Michael S. Tsirkin
2012-06-25
1
-4
/
+6
*
KVM: only sync when attention bits set
Michael S. Tsirkin
2012-06-25
1
-1
/
+2
*
KVM: eoi msi documentation
Michael S. Tsirkin
2012-06-25
1
-0
/
+33
*
x86, bitops: note on __test_and_clear_bit atomicity
Michael S. Tsirkin
2012-06-25
1
-0
/
+7
*
KVM guest: guest side for eoi avoidance
Michael S. Tsirkin
2012-06-25
2
-3
/
+61
*
KVM: optimize ISR lookups
Michael S. Tsirkin
2012-06-25
2
-2
/
+55
*
KVM: document lapic regs field
Michael S. Tsirkin
2012-06-25
1
-0
/
+5
*
KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc()
Takuya Yoshikawa
2012-06-19
1
-1
/
+1
*
KVM: Introduce __KVM_HAVE_IRQ_LINE
Christoffer Dall
2012-06-18
3
-1
/
+5
*
KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related code
Marc Zyngier
2012-06-18
2
-2
/
+2
*
KVM: trace events: update list of exit reasons
Cornelia Huck
2012-06-13
1
-1
/
+2
*
KVM: s390: Perform early event mask processing during boot
Heinz Graalfs
2012-06-13
6
-14
/
+61
*
KVM: s390: Set CPU in stopped state on initial cpu reset
Christian Borntraeger
2012-06-13
1
-0
/
+1
*
KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bit
Xudong Hao
2012-06-13
1
-1
/
+1
*
KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()
Takuya Yoshikawa
2012-06-11
1
-9
/
+5
*
Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into next
Avi Kivity
2012-06-06
21
-92
/
+306
|
\
|
*
KVM: PPC: Not optimizing MSR_CE and MSR_ME with paravirt.
Bharat Bhushan
2012-05-30
2
-3
/
+1
|
*
KVM: PPC: booke: Added DECAR support
Bharat Bhushan
2012-05-30
4
-0
/
+13
|
*
KVM: PPC: Book3S HV: Make the guest hash table size configurable
Paul Mackerras
2012-05-30
10
-54
/
+200
|
*
KVM: PPC: Factor out guest epapr initialization
Liu Yu-B13201
2012-05-30
7
-35
/
+92
*
|
KVM: disable uninitialized var warning
Michael S. Tsirkin
2012-06-06
1
-1
/
+1
*
|
KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers
Christoffer Dall
2012-06-06
4
-37
/
+43
*
|
KVM: s390: Change maintainer
Christian Borntraeger
2012-06-06
1
-1
/
+1
*
|
KVM: VMX: Fix KVM_SET_SREGS with big real mode segments
Orit Wasserman
2012-06-05
1
-12
/
+58
*
|
KVM: MMU: do not iterate over all VMs in mmu_shrink()
Gleb Natapov
2012-06-05
1
-10
/
+17
*
|
KVM: ia64: Mark ia64 KVM as BROKEN
Avi Kivity
2012-06-05
1
-0
/
+1
*
|
KVM: VMX: Use EPT Access bit in response to memory notifiers
Xudong Hao
2012-06-05
2
-8
/
+12
*
|
KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit in EPTP
Xudong Hao
2012-06-05
1
-0
/
+2
*
|
KVM: VMX: Add parameter to control A/D bits support, default is on
Xudong Hao
2012-06-05
1
-0
/
+12
*
|
KVM: VMX: Add EPT A/D bits definitions
Xudong Hao
2012-06-05
1
-0
/
+4
*
|
KVM: Avoid wasting pages for small lpage_info arrays
Takuya Yoshikawa
2012-06-05
3
-4
/
+7
*
|
KVM: Separate out dirty_bitmap allocation code as kvm_kvzalloc()
Takuya Yoshikawa
2012-06-05
1
-10
/
+22
[next]