| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'WIP.x86/fpu' into x86/fpu, because it's ready | Ingo Molnar | 2017-09-26 | 1 | -1/+1 |
|\ |
|
| * | x86/fpu: Rename fpu__activate_curr() to fpu__initialize() | Ingo Molnar | 2017-09-26 | 1 | -1/+1 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-09-24 | 2 | -4/+2 |
|\ \
| |/
|/| |
|
| * | x86/asm: Fix inline asm call constraints for Clang | Josh Poimboeuf | 2017-09-23 | 2 | -4/+2 |
* | | KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt | Haozhong Zhang | 2017-09-19 | 1 | -12/+21 |
* | | KVM: VMX: do not change SN bit in vmx_update_pi_irte() | Haozhong Zhang | 2017-09-19 | 1 | -5/+1 |
* | | KVM: x86: Fix the NULL pointer parameter in check_cr_write() | Yu Zhang | 2017-09-19 | 1 | -3/+5 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-09-16 | 5 | -90/+166 |
|\ |
|
| * | kvm: nVMX: Handle deferred early VMLAUNCH/VMRESUME failure properly | Jim Mattson | 2017-09-15 | 1 | -59/+75 |
| * | kvm: vmx: Handle VMLAUNCH/VMRESUME failure properly | Jim Mattson | 2017-09-15 | 1 | -6/+8 |
| * | kvm: nVMX: Remove nested_vmx_succeed after successful VM-entry | Jim Mattson | 2017-09-15 | 1 | -7/+9 |
| * | kvm,lapic: Justify use of swait_active() | Davidlohr Bueso | 2017-09-15 | 1 | -0/+4 |
| * | KVM: VMX: Do not BUG() on out-of-bounds guest IRQ | Jan H. Schönherr | 2017-09-15 | 1 | -2/+7 |
| * | kvm: nVMX: Don't allow L2 to access the hardware CR8 | Jim Mattson | 2017-09-15 | 1 | -0/+5 |
| * | KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce... | Wanpeng Li | 2017-09-14 | 1 | -9/+28 |
| * | KVM: X86: Don't block vCPU if there is pending exception | Wanpeng Li | 2017-09-14 | 1 | -0/+3 |
| * | KVM: SVM: Add irqchip_split() checks before enabling AVIC | Suravee Suthikulpanit | 2017-09-14 | 1 | -5/+4 |
| * | KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv() | Suravee Suthikulpanit | 2017-09-13 | 3 | -3/+3 |
| * | KVM: SVM: Refactor AVIC vcpu initialization into avic_init_vcpu() | Suravee Suthikulpanit | 2017-09-13 | 1 | -8/+20 |
| * | KVM: x86: fix clang build | Radim Krčmář | 2017-09-13 | 1 | -1/+0 |
| * | KVM: x86: Fix immediate_exit handling for uninitialized AP | Jan H. Schönherr | 2017-09-13 | 1 | -0/+4 |
| * | KVM: x86: Fix handling of pending signal on uninitialized AP | Jan H. Schönherr | 2017-09-13 | 1 | -0/+5 |
| * | KVM: SVM: Add a missing 'break' statement | Jan H. Schönherr | 2017-09-13 | 1 | -0/+1 |
* | | x86/paravirt: Remove no longer used paravirt functions | Juergen Gross | 2017-09-13 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-09-09 | 17 | -589/+1027 |
|\ |
|
| * | Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Radim Krčmář | 2017-09-08 | 6 | -35/+25 |
| |\ |
|
| * | | kvm: nVMX: Validate the virtual-APIC address on nested VM-entry | Jim Mattson | 2017-08-25 | 1 | -0/+15 |
| * | | KVM: nVMX: Fix trying to cancel vmlauch/vmresume | Wanpeng Li | 2017-08-24 | 1 | -14/+17 |
| * | | KVM: X86: Fix loss of exception which has not yet been injected | Wanpeng Li | 2017-08-24 | 4 | -31/+69 |
| * | | KVM: VMX: use kvm_event_needs_reinjection | Wanpeng Li | 2017-08-24 | 1 | -3/+1 |
| * | | KVM: MMU: speedup update_permission_bitmask | Paolo Bonzini | 2017-08-24 | 1 | -51/+70 |
| * | | KVM: MMU: Expose the LA57 feature to VM. | Yu Zhang | 2017-08-24 | 6 | -20/+63 |
| * | | KVM: MMU: Add 5 level EPT & Shadow page table support. | Yu Zhang | 2017-08-24 | 7 | -24/+60 |
| * | | KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL. | Yu Zhang | 2017-08-24 | 4 | -22/+22 |
| * | | KVM: MMU: check guest CR3 reserved bits based on its physical address width. | Yu Zhang | 2017-08-24 | 3 | -6/+19 |
| * | | KVM: x86: Add return value to kvm_cpuid(). | Yu Zhang | 2017-08-24 | 6 | -19/+32 |
| * | | kvm: vmx: Raise #UD on unsupported XSAVES/XRSTORS | Paolo Bonzini | 2017-08-24 | 1 | -4/+22 |
| * | | kvm: vmx: Raise #UD on unsupported RDSEED | Jim Mattson | 2017-08-24 | 1 | -1/+23 |
| * | | kvm: vmx: Raise #UD on unsupported RDRAND | Jim Mattson | 2017-08-24 | 1 | -1/+30 |
| * | | KVM: VMX: cache secondary exec controls | Paolo Bonzini | 2017-08-24 | 1 | -46/+54 |
| * | | KVM: SVM: Enable Virtual GIF feature | Janakarajan Natarajan | 2017-08-23 | 1 | -6/+50 |
| * | | KVM: VMX: always require WB memory type for EPT | David Hildenbrand | 2017-08-18 | 1 | -2/+7 |
| * | | KVM: VMX: cleanup EPTP definitions | David Hildenbrand | 2017-08-18 | 1 | -14/+11 |
| * | | KVM: SVM: delete avic_vm_id_bitmap (2 megabyte static array) | Denys Vlasenko | 2017-08-18 | 1 | -40/+21 |
| * | | KVM: x86: fix use of L1 MMIO areas in nested guests | Paolo Bonzini | 2017-08-18 | 4 | -5/+20 |
| * | | KVM: x86: Avoid guest page table walk when gpa_available is set | Brijesh Singh | 2017-08-18 | 4 | -21/+15 |
| * | | KVM: x86: simplify ept_misconfig | Paolo Bonzini | 2017-08-18 | 3 | -28/+21 |
| * | | kvm: x86: Disallow illegal IA32_APIC_BASE MSR values | Jim Mattson | 2017-08-11 | 1 | -6/+8 |
| * | | KVM: MMU: Bail out immediately if there is no available mmu page | Wanpeng Li | 2017-08-11 | 2 | -10/+29 |
| * | | KVM: MMU: Fix softlockup due to mmu_lock is held too long | Wanpeng Li | 2017-08-11 | 1 | -3/+1 |