summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-22110-2968/+7277
|\
| * x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64Waiman Long2017-02-212-0/+33
| * x86/paravirt: Change vcp_is_preempted() arg type to longWaiman Long2017-02-214-4/+4
| * KVM: VMX: use correct vmcs_read/write for guest segment selector/baseChao Peng2017-02-211-2/+2
| * x86/kvm/vmx: Defer TR reload after VM exitAndy Lutomirski2017-02-214-14/+72
| * x86/asm/64: Drop __cacheline_aligned from struct x86_hw_tssAndy Lutomirski2017-02-211-1/+1
| * x86/kvm/vmx: Simplify segment_base()Andy Lutomirski2017-02-211-8/+7
| * x86/kvm/vmx: Get rid of segment_base() on 64-bit kernelsAndy Lutomirski2017-02-211-4/+7
| * x86/kvm/vmx: Don't fetch the TSS base from the GDTAndy Lutomirski2017-02-211-10/+4
| * x86/asm: Define the kernel TSS limit in a macroAndy Lutomirski2017-02-212-9/+11
| * kvm: fix page struct leak in handle_vmonPaolo Bonzini2017-02-201-2/+7
| * Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-204-5/+17
| |\
| | * KVM: PPC: Book3S HV: Disable HPT resizing on POWER9 for nowPaul Mackerras2017-02-182-1/+8
| | * KVM: PPC: Book3S HV: Turn "KVM guest htab" message into a debug messageThomas Huth2017-02-171-2/+2
| | * KVM: PPC: Book3S PR: Ratelimit copy data failure error messagesVipin K Parashar2017-02-172-2/+4
| | * KVM: PPC: Book3S HV: Prevent double-free on HPT resize commit pathDavid Gibson2017-02-161-0/+3
| * | KVM: Return an error code only as a constant in kvm_get_dirty_log()Markus Elfring2017-02-171-11/+5
| * | KVM: Return an error code only as a constant in kvm_get_dirty_log_protect()Markus Elfring2017-02-171-12/+5
| * | KVM: Return directly after a failed copy_from_user() in kvm_vm_compat_ioctl()Markus Elfring2017-02-171-4/+1
| * | KVM: x86: remove code for lazy FPU handlingPaolo Bonzini2017-02-176-149/+19
| * | KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini2017-02-177-5/+39
| * | KVM: Support vCPU-based gfn->hva cacheCao, Lei2017-02-164-58/+55
| * | KVM: use separate generations for each address spacePaolo Bonzini2017-02-161-8/+16
| * | KVM: only retrieve memslots once when initializing cachePaolo Bonzini2017-02-161-7/+14
| * | KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controlsPaolo Bonzini2017-02-161-22/+8
| * | ptp_kvm: try to detect hypercall availabilityRadim Krčmář2017-02-161-0/+7
| * | KVM: svm: inititalize hash table structures directlyDavid Hildenbrand2017-02-151-4/+2
| * | kvm: nVMX: Refactor nested_vmx_run()Jim Mattson2017-02-151-49/+62
| * | kvm: nVMX: Split VMCS checks from nested_vmx_run()Jim Mattson2017-02-151-91/+103
| * | kvm: nVMX: Refactor nested_get_vmcs12_pages()Jim Mattson2017-02-151-69/+69
| * | kvm: nVMX: Refactor handle_vmptrld()Jim Mattson2017-02-151-9/+13
| * | kvm: nVMX: Refactor handle_vmon()Jim Mattson2017-02-151-41/+52
| * | kvm: nVMX: Prepare for checkpointing L2 stateJim Mattson2017-02-151-29/+48
| * | kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injectionPaolo Bonzini2017-02-153-29/+34
| * | KVM: x86: do not scan IRR twice on APICv vmentryPaolo Bonzini2017-02-155-28/+28
| * | KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callersPaolo Bonzini2017-02-152-4/+7
| * | KVM: x86: preparatory changes for APICv cleanupsPaolo Bonzini2017-02-153-26/+35
| * | kvm: nVMX: move nested events check to kvm_vcpu_runningPaolo Bonzini2017-02-151-3/+3
| * | KVM: vmx: clear pending interrupts on KVM_SET_LAPICPaolo Bonzini2017-02-152-2/+10
| * | kvm: vmx: Use the hardware provided GPA instead of page walkPaolo Bonzini2017-02-151-0/+3
| |/
| * Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-159-87/+56
| |\
| | * KVM: PPC: Book 3S: Fix error return in kvm_vm_ioctl_create_spapr_tce()Wei Yongjun2017-02-091-0/+1
| | * Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-02-088-87/+55
| | |\
| * | | KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bitArnd Bergmann2017-02-091-0/+4
| * | | Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-09295-1399/+3818
| |\ \ \
| | * | | KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim2017-02-083-4/+37
| | * | | KVM: arm64: Add the EL1 physical timer access handlerJintack Lim2017-02-081-0/+34
| | * | | KVM: arm/arm64: Set up a background timer for the physical timer emulationJintack Lim2017-02-081-1/+24
| | * | | KVM: arm/arm64: Set a background timer to the earliest timer expirationJintack Lim2017-02-082-14/+42
| | * | | KVM: arm/arm64: Update the physical timer interrupt levelJintack Lim2017-02-081-0/+4