index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
KVM: VMX: Fix interrupt exit condition during emulation
Avi Kivity
2012-07-09
1
-2
/
+1
|
*
|
|
KVM: x86 emulator: emulate SGDT/SIDT
Avi Kivity
2012-07-09
1
-2
/
+31
|
*
|
|
KVM: Fix SS default ESP/EBP based addressing
Avi Kivity
2012-07-09
1
-3
/
+14
|
*
|
|
KVM: x86 emulator: initialize memop
Avi Kivity
2012-07-09
1
-1
/
+1
|
*
|
|
KVM: x86 emulator: emulate LEAVE
Avi Kivity
2012-07-09
1
-1
/
+24
|
*
|
|
KVM: VMX: Limit iterations with emulator_invalid_guest_state
Avi Kivity
2012-07-09
1
-1
/
+2
|
*
|
|
KVM: VMX: Relax check on unusable segment
Avi Kivity
2012-07-09
1
-3
/
+1
|
*
|
|
KVM: x86 emulator: fix LIDT/LGDT in long mode
Avi Kivity
2012-07-09
1
-0
/
+4
|
*
|
|
KVM: x86 emulator: allow loading null SS in long mode
Avi Kivity
2012-07-09
1
-4
/
+8
|
*
|
|
KVM: x86 emulator: emulate cpuid
Avi Kivity
2012-07-09
1
-1
/
+15
|
*
|
|
KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semantics
Avi Kivity
2012-07-09
3
-47
/
+30
|
*
|
|
KVM: Split cpuid register access from computation
Avi Kivity
2012-07-09
2
-18
/
+23
|
*
|
|
KVM: VMX: Return correct CPL during transition to protected mode
Avi Kivity
2012-07-09
1
-2
/
+13
|
*
|
|
KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulation
Avi Kivity
2012-07-09
1
-0
/
+2
|
|
/
/
|
*
|
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: 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
|
*
|
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
2
-0
/
+2
|
*
|
KVM: s390: Perform early event mask processing during boot
Heinz Graalfs
2012-06-14
2
-3
/
+11
|
*
|
KVM: s390: Set CPU in stopped state on initial cpu reset
Christian Borntraeger
2012-06-14
1
-0
/
+1
|
*
|
KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bit
Xudong Hao
2012-06-14
1
-1
/
+1
|
*
|
KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()
Takuya Yoshikawa
2012-06-12
1
-9
/
+5
|
*
|
Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into next
Avi Kivity
2012-06-06
18
-90
/
+267
|
|
\
\
|
|
*
|
KVM: PPC: Not optimizing MSR_CE and MSR_ME with paravirt.
Bharat Bhushan
2012-05-30
1
-1
/
+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
8
-54
/
+161
|
|
*
|
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
3
-31
/
+31
|
*
|
|
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
1
-2
/
+2
[prev]
[next]