summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* kvm: simplify update_memslots invocationPaolo Bonzini2014-11-171-14/+6
* kvm: commonize allocation of the new memory slotsPaolo Bonzini2014-11-171-17/+11
* kvm: memslots: track id_to_index changes during the insertion sortPaolo Bonzini2014-11-141-19/+19
* kvm: memslots: replace heap sort with an insertion sort passIgor Mammedov2014-11-141-28/+28
* kvm: x86: increase user memory slots to 509Igor Mammedov2014-11-141-1/+1
* kvm: svm: move WARN_ON in svm_adjust_tsc_offsetChris J Arges2014-11-132-4/+6
* x86, kvm, vmx: Don't set LOAD_IA32_EFER when host and guest matchAndy Lutomirski2014-11-121-1/+3
* x86, kvm, vmx: Always use LOAD_IA32_EFER if availableAndy Lutomirski2014-11-121-2/+8
* KVM: x86: fix warning on 32-bit compilationPaolo Bonzini2014-11-101-0/+2
* kvm: x86: add trace event for pvclock updatesDavid Matlack2014-11-082-0/+39
* kvm: x86: Fix kvm clock versioning.Owen Hofmann2014-11-081-5/+5
* KVM: x86: MOVNTI emulation min opsize is not respectedNadav Amit2014-11-081-7/+7
* KVM: x86: update masterclock values on TSC writesMarcelo Tosatti2014-11-081-9/+10
* KVM: x86: Return UNHANDLABLE on unsupported SYSENTERNadav Amit2014-11-081-4/+2
* KVM: x86: Warn on APIC base relocationNadav Amit2014-11-081-0/+4
* KVM: x86: Emulator mis-decodes VEX instructions on real-modeNadav Amit2014-11-081-2/+1
* KVM: x86: Remove redundant and incorrect cpl check on task-switchNadav Amit2014-11-071-6/+2
* KVM: x86: Inject #GP when loading system segments with non-canonical baseNadav Amit2014-11-071-0/+6
* KVM: x86: Combine the lgdt and lidt emulation logicNadav Amit2014-11-071-16/+11
* KVM: x86: Do not update EFLAGS on faulting emulationNadav Amit2014-11-071-1/+3
* KVM: x86: MOV to CR3 can set bit 63Nadav Amit2014-11-073-1/+4
* KVM: x86: Emulate push sreg as done in CoreNadav Amit2014-11-071-0/+4
* KVM: x86: Wrong flags on CMPS and SCAS emulationNadav Amit2014-11-071-2/+13
* KVM: x86: SYSCALL cannot clear eflags[1]Nadav Amit2014-11-071-0/+1
* KVM: x86: Emulation of MOV-sreg to memory uses incorrect sizeNadav Amit2014-11-071-0/+2
* KVM: x86: Breakpoints do not consider CS.baseNadav Amit2014-11-073-16/+18
* KVM: x86: Clear DR6[0:3] on #DB during handle_drNadav Amit2014-11-071-0/+1
* KVM: x86: Emulator should set DR6 upon GD like real CPUNadav Amit2014-11-071-1/+8
* KVM: x86: No error-code on real-mode exceptionsNadav Amit2014-11-071-0/+2
* KVM: x86: decode_modrm does not regard modrm correctlyNadav Amit2014-11-071-4/+1
* KVM: x86: reset RVI upon system resetWei Wang2014-11-072-8/+15
* kvm: x86: vmx: avoid returning bool to distinguish success from errorPaolo Bonzini2014-11-071-21/+32
* kvm: x86: vmx: move some vmx setting from vmx_init() to hardware_setup()Tiejun Chen2014-11-071-134/+133
* kvm: x86: vmx: move down hardware_setup() and hardware_unsetup()Tiejun Chen2014-11-071-70/+70
* Merge tag 'kvm-s390-next-20141107' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2014-11-073-49/+53
|\
| * KVM: fix vm device attribute documentationDominik Dingel2014-11-071-5/+5
| * KVM: s390: fix handling of lctl[g]/stctl[g]Heiko Carstens2014-11-071-36/+32
| * KVM: s390: flush CPU on load controlChristian Borntraeger2014-11-071-2/+2
| * KVM: s390: Fix ipte lockingChristian Borntraeger2014-11-071-6/+14
* | kvm: kvmclock: use get_cpu() and put_cpu()Tiejun Chen2014-11-031-11/+8
* | KVM: x86: optimize some accesses to LVTT and SPIVRadim Krčmář2014-11-032-10/+6
* | KVM: x86: detect LVTT changes under APICvRadim Krčmář2014-11-032-4/+9
* | KVM: x86: detect SPIV changes under APICvRadim Krčmář2014-11-032-4/+7
* | KVM: trivial fix comment regarding __kvm_set_memory_regionDominik Dingel2014-11-031-1/+1
* | KVM: x86: Enable Intel AVX-512 for guestChao Peng2014-11-034-2/+11
* | kvm: drop unsupported capabilities, fix documentationMichael S. Tsirkin2014-11-032-15/+33
* | KVM: x86: fix deadline tsc interrupt injectionRadim Krčmář2014-11-031-6/+4
* | KVM: x86: add apic_timer_expired()Radim Krčmář2014-11-031-16/+21
* | Documentation: virtual: kvm: correct one bit description in APF caseTiejun Chen2014-11-031-1/+1
* | KVM: vmx: Unavailable DR4/5 is checked before CPLNadav Amit2014-11-034-39/+35
OpenPOWER on IntegriCloud