Age | Commit message (Expand) | Author | Files | Lines |
2019-05-28 | KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID | Thomas Huth | 1 | -0/+3 |
2019-05-24 | KVM: x86: fix return value for reserved EFER | Paolo Bonzini | 1 | -1/+1 |
2019-05-24 | KVM: x86/pmu: do not mask the value that is written to fixed PMUs | Paolo Bonzini | 1 | -5/+8 |
2019-05-24 | KVM: x86/pmu: mask the result of rdpmc according to the width of the counters | Paolo Bonzini | 4 | -13/+15 |
2019-05-24 | x86/kvm/pmu: Set AMD's virt PMU version to 1 | Borislav Petkov | 1 | -1/+1 |
2019-05-24 | KVM: x86: do not spam dmesg with VMCS/VMCB dumps | Paolo Bonzini | 2 | -8/+27 |
2019-05-24 | kvm: Check irqchip mode before assign irqfd | Peter Xu | 2 | -0/+8 |
2019-05-24 | kvm: svm/avic: fix off-by-one in checking host APIC ID | Suthikulpanit, Suravee | 1 | -1/+5 |
2019-05-24 | KVM: LAPIC: Expose per-vCPU timer_advance_ns to userspace | Wanpeng Li | 1 | -0/+18 |
2019-05-24 | KVM: LAPIC: Fix lapic_timer_advance_ns parameter overflow | Wanpeng Li | 1 | -1/+1 |
2019-05-24 | kvm: vmx: Fix -Wmissing-prototypes warnings | Yi Wang | 1 | -0/+1 |
2019-05-24 | KVM: nVMX: Fix using __this_cpu_read() in preemptible context | Wanpeng Li | 1 | -2/+2 |
2019-05-24 | kvm: x86: Include CPUID leaf 0x8000001e in kvm's supported CPUID | Jim Mattson | 1 | -0/+1 |
2019-05-24 | kvm: x86: Include multiple indices with CPUID leaf 0x8000001d | Jim Mattson | 1 | -4/+3 |
2019-05-24 | KVM: nVMX: Clear nested_run_pending if setting nested state fails | Sean Christopherson | 1 | -12/+17 |
2019-05-24 | KVM: nVMX: really fix the size checks on KVM_SET_NESTED_STATE | Paolo Bonzini | 1 | -1/+1 |
2019-05-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 15 | -450/+533 |
2019-05-16 | Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU" | Sean Christopherson | 1 | -25/+0 |
2019-05-16 | kvm: x86: Fix L1TF mitigation for shadow MMU | Kai Huang | 1 | -5/+13 |
2019-05-15 | KVM: nVMX: Disable intercept for FS/GS base MSRs in vmcs02 when possible | Sean Christopherson | 1 | -22/+25 |
2019-05-15 | Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -11/+20 |
2019-05-14 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -2/+2 |
2019-05-14 | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny | 2 | -2/+2 |
2019-05-14 | Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -3/+7 |
2019-05-10 | cpufreq: Call transition notifier only once for each policy | Viresh Kumar | 1 | -11/+20 |
2019-05-08 | kvm: nVMX: Set nested_run_pending in vmx_set_nested_state after checks complete | Aaron Lewis | 1 | -4/+6 |
2019-05-08 | KVM: nVMX: KVM_SET_NESTED_STATE - Tear down old EVMCS state before setting ne... | Aaron Lewis | 1 | -3/+3 |
2019-05-07 | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 1 | -1/+0 |
2019-05-07 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -19/+31 |
2019-05-01 | KVM: nVMX: Fix size checks in vmx_set_nested_state | Jim Mattson | 1 | -2/+2 |
2019-04-30 | KVM: x86: use direct accessors for RIP and RSP | Paolo Bonzini | 4 | -12/+22 |
2019-04-30 | KVM: VMX: Use accessors for GPRs outside of dedicated caching logic | Sean Christopherson | 2 | -10/+8 |
2019-04-30 | KVM: x86: Omit caching logic for always-available GPRs | Sean Christopherson | 6 | -80/+105 |
2019-04-30 | kvm, x86: Properly check whether a pfn is an MMIO or not | KarimAllah Ahmed | 1 | -1/+4 |
2019-04-30 | KVM/nVMX: Use page_address_valid in a few more locations | KarimAllah Ahmed | 1 | -3/+3 |
2019-04-30 | KVM/nVMX: Use kvm_vcpu_map for accessing the enlightened VMCS | KarimAllah Ahmed | 2 | -10/+6 |
2019-04-30 | KVM/nVMX: Use kvm_vcpu_map for accessing the shadow VMCS | KarimAllah Ahmed | 1 | -13/+12 |
2019-04-30 | KVM/nSVM: Use the new mapping API for mapping guest memory | KarimAllah Ahmed | 1 | -49/+45 |
2019-04-30 | KVM/X86: Use kvm_vcpu_map in emulator_cmpxchg_emulated | KarimAllah Ahmed | 1 | -8/+6 |
2019-04-30 | KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor table | KarimAllah Ahmed | 2 | -32/+13 |
2019-04-30 | KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC page | KarimAllah Ahmed | 3 | -24/+13 |
2019-04-30 | KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmap | KarimAllah Ahmed | 2 | -6/+8 |
2019-04-30 | X86/nVMX: handle_vmptrld: Use kvm_vcpu_map when copying VMCS12 from guest memory | KarimAllah Ahmed | 1 | -8/+7 |
2019-04-30 | X86/KVM: Handle PFNs outside of kernel reach when touching GPTEs | Filippo Sironi | 1 | -9/+29 |
2019-04-30 | X86/nVMX: Update the PML table without mapping and unmapping the page | KarimAllah Ahmed | 1 | -9/+5 |
2019-04-30 | X86/nVMX: handle_vmon: Read 4 bytes from guest memory | KarimAllah Ahmed | 1 | -11/+3 |
2019-04-30 | x86/kvm: Implement HWCR support | Borislav Petkov | 1 | -5/+29 |
2019-04-30 | KVM: VMX: Include architectural defs header in capabilities.h | Sean Christopherson | 1 | -0/+2 |
2019-04-30 | KVM: vmx: clean up some debug output | Dan Carpenter | 1 | -2/+2 |
2019-04-30 | KVM: VMX: Skip delta_tsc shift-and-divide if the dividend is zero | Sean Christopherson | 1 | -3/+2 |