summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-21x86/asm: Define the kernel TSS limit in a macroAndy Lutomirski2-9/+11
2017-02-20kvm: fix page struct leak in handle_vmonPaolo Bonzini1-2/+7
2017-02-20Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini4-5/+17
2017-02-18KVM: PPC: Book3S HV: Disable HPT resizing on POWER9 for nowPaul Mackerras2-1/+8
2017-02-17KVM: Return an error code only as a constant in kvm_get_dirty_log()Markus Elfring1-11/+5
2017-02-17KVM: Return an error code only as a constant in kvm_get_dirty_log_protect()Markus Elfring1-12/+5
2017-02-17KVM: Return directly after a failed copy_from_user() in kvm_vm_compat_ioctl()Markus Elfring1-4/+1
2017-02-17KVM: x86: remove code for lazy FPU handlingPaolo Bonzini6-149/+19
2017-02-17KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini7-5/+39
2017-02-17KVM: PPC: Book3S HV: Turn "KVM guest htab" message into a debug messageThomas Huth1-2/+2
2017-02-17KVM: PPC: Book3S PR: Ratelimit copy data failure error messagesVipin K Parashar2-2/+4
2017-02-16KVM: Support vCPU-based gfn->hva cacheCao, Lei4-58/+55
2017-02-16KVM: use separate generations for each address spacePaolo Bonzini1-8/+16
2017-02-16KVM: only retrieve memslots once when initializing cachePaolo Bonzini1-7/+14
2017-02-16KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controlsPaolo Bonzini1-22/+8
2017-02-16ptp_kvm: try to detect hypercall availabilityRadim Krčmář1-0/+7
2017-02-16KVM: PPC: Book3S HV: Prevent double-free on HPT resize commit pathDavid Gibson1-0/+3
2017-02-15KVM: svm: inititalize hash table structures directlyDavid Hildenbrand1-4/+2
2017-02-15kvm: nVMX: Refactor nested_vmx_run()Jim Mattson1-49/+62
2017-02-15kvm: nVMX: Split VMCS checks from nested_vmx_run()Jim Mattson1-91/+103
2017-02-15kvm: nVMX: Refactor nested_get_vmcs12_pages()Jim Mattson1-69/+69
2017-02-15kvm: nVMX: Refactor handle_vmptrld()Jim Mattson1-9/+13
2017-02-15kvm: nVMX: Refactor handle_vmon()Jim Mattson1-41/+52
2017-02-15kvm: nVMX: Prepare for checkpointing L2 stateJim Mattson1-29/+48
2017-02-15kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injectionPaolo Bonzini3-29/+34
2017-02-15KVM: x86: do not scan IRR twice on APICv vmentryPaolo Bonzini5-28/+28
2017-02-15KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callersPaolo Bonzini2-4/+7
2017-02-15KVM: x86: preparatory changes for APICv cleanupsPaolo Bonzini3-26/+35
2017-02-15kvm: nVMX: move nested events check to kvm_vcpu_runningPaolo Bonzini1-3/+3
2017-02-15KVM: vmx: clear pending interrupts on KVM_SET_LAPICPaolo Bonzini2-2/+10
2017-02-15kvm: vmx: Use the hardware provided GPA instead of page walkPaolo Bonzini1-0/+3
2017-02-15Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini9-87/+56
2017-02-09KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bitArnd Bergmann1-0/+4
2017-02-09Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini295-1399/+3818
2017-02-09KVM: PPC: Book 3S: Fix error return in kvm_vm_ioctl_create_spapr_tce()Wei Yongjun1-0/+1
2017-02-08PTP: add kvm PTP driverMarcelo Tosatti3-0/+213
2017-02-08kvmclock: export kvmclock clocksource and data pointersMarcelo Tosatti2-1/+10
2017-02-08KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim3-4/+37
2017-02-08KVM: arm64: Add the EL1 physical timer access handlerJintack Lim1-0/+34
2017-02-08KVM: arm/arm64: Set up a background timer for the physical timer emulationJintack Lim1-1/+24
2017-02-08KVM: arm/arm64: Set a background timer to the earliest timer expirationJintack Lim2-14/+42
2017-02-08KVM: arm/arm64: Update the physical timer interrupt levelJintack Lim1-0/+4
2017-02-08KVM: arm/arm64: Initialize the emulated EL1 physical timerJintack Lim4-5/+25
2017-02-08KVM: arm/arm64: Add the EL1 physical timer contextJintack Lim1-0/+2
2017-02-08KVM: arm/arm64: Decouple kvm timer functions from virtual timerJintack Lim3-31/+27
2017-02-08KVM: arm/arm64: Move cntvoff to each timer contextJintack Lim6-25/+32
2017-02-08KVM: arm/arm64: Abstract virtual timer context into separate structureJintack Lim3-50/+56
2017-02-08KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twiceShanker Donthineni1-0/+3
2017-02-08KVM: x86: fix compilationPaolo Bonzini1-1/+1
2017-02-08Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras8-87/+55