]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/history - arch/x86/kvm/vmx.c
UBUNTU: SAUCE: Synchronize MDS mitigations with upstream
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / kvm / vmx.c
2019-06-24 Tyler HicksUBUNTU: SAUCE: Synchronize MDS mitigations with upstream
2019-05-06 Thomas Gleixnerx86/kvm/vmx: Add MDS protection when L1D Flush is not...
2019-04-24 Juerg HaefligerUBUNTU: SAUCE: [Fix] x86/speculation: Use ARCH_CAPABILI...
2019-04-24 Wanpeng LiKVM: X86: Allow userspace to define the microcode version
2019-04-24 Paolo BonziniKVM: VMX: fixes for vmentry_l1d_flush module parameter
2019-02-28 Peter ShierKVM: nVMX: unconditionally cancel preemption timer...
2019-01-14 Cfir CohenKVM: Fix UAF in nested posted interrupt processing
2018-10-01 Junaid Shahidkvm: apic: Flush TLB after APIC mode/address change...
2018-10-01 Paolo Bonzinikvm: x86: move MSR_IA32_TSC handling to x86.c
2018-10-01 KarimAllah AhmedX86/KVM: Properly update 'tsc_offset' to represent...
2018-10-01 Krish Sadhukhanx86: Add check for APIC access address for vmentry...
2018-10-01 hu huajunKVM: X86: fix incorrect reference of trace_kvm_pi_irte_...
2018-09-05 Paolo BonziniKVM: x86: pass kvm_vcpu to kvm_read_guest_virt and...
2018-08-27 Sean ChristophersonKVM: VMX: raise internal error for exception during...
2018-08-27 Chao GaoKVM: nVMX: Don't halt vcpu when L1 is injecting events...
2018-08-14 Felix Wilhelmkvm: nVMX: Enforce cpl=0 for VMX instructions
2018-08-08 Paolo BonziniKVM: VMX: Tell the nested hypervisor to skip L1D flush...
2018-08-08 Tom LendackyKVM: x86: Add a framework for supporting MSR-based...
2018-08-08 Paolo Bonzinix86/speculation: Use ARCH_CAPABILITIES to skip L1D...
2018-08-08 Nicolai Stangex86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_e...
2018-08-08 Nicolai Stangex86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_fl...
2018-08-08 Nicolai Stangex86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_fl...
2018-08-08 Nicolai Stangex86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l...
2018-08-08 Nicolai Stangex86/KVM/VMX: Don't set l1tf_flush_l1d to true from...
2018-08-08 Nicolai Stangex86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content
2018-08-08 Jiri Kosinax86/bugs, kvm: Introduce boot-time control of L1TF...
2018-08-08 Thomas Gleixnerx86/kvm: Allow runtime control of L1D flush
2018-08-08 Thomas Gleixnerx86/kvm: Serialize L1D flush parameter setter
2018-08-08 Thomas Gleixnerx86/kvm: Add static key for flush always
2018-08-08 Thomas Gleixnerx86/kvm: Move l1tf setup function
2018-08-08 Thomas Gleixnerx86/l1tf: Handle EPT disabled state proper
2018-08-08 Thomas Gleixnerx86/kvm: Drop L1TF MSR list approach
2018-08-08 Thomas Gleixnerx86/litf: Introduce vmx status variable
2018-08-08 Konrad Rzeszutek... x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if...
2018-08-08 Konrad Rzeszutek... x86/KVM/VMX: Extend add_atomic_switch_msr() to allow...
2018-08-08 Konrad Rzeszutek... x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host numbe...
2018-08-08 Konrad Rzeszutek... x86/KVM/VMX: Add find_msr() helper function
2018-08-08 Konrad Rzeszutek... x86/KVM/VMX: Split the VMX MSR LOAD structures to have...
2018-08-08 Paolo Bonzinix86/KVM/VMX: Add L1D flush logic
2018-08-08 Paolo Bonzinix86/KVM/VMX: Add L1D MSR based flush
2018-08-08 Paolo Bonzinix86/KVM/VMX: Add L1D flush algorithm
2018-08-08 Konrad Rzeszutek... x86/KVM/VMX: Add module argument for L1TF mitigation
2018-08-08 Konrad Rzeszutek... x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU...
2018-06-06 Vitaly Kuznetsovx86/kvm/vmx: do not use vm-exit instruction length...
2018-05-22 Tom LendackyKVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD
2018-05-22 Thomas Gleixnerx86/bugs, KVM: Extend speculation control for VIRT_SPEC...
2018-05-22 Borislav Petkovx86/speculation: Use synthetic bits for IBRS/IBPB/STIBP
2018-05-16 Konrad Rzeszutek... x86/bugs: Rename _RDS to _SSBD
2018-05-16 Thomas Gleixnerx86/speculation: Create spec-ctrl.h to avoid include...
2018-05-16 Konrad Rzeszutek... x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guest
2018-05-16 Konrad Rzeszutek... x86/bugs, KVM: Support the combination of guest and...
2018-03-28 Linus Torvaldskvm/x86: fix icebp instruction handling
2018-03-15 Paolo BonziniKVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run(...
2018-03-15 Paolo BonziniKVM/x86: Remove indirect MSR op calls from SPEC_CTRL
2018-02-23 KarimAllah AhmedKVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have...
2018-02-23 KarimAllah AhmedX86/nVMX: Properly set spec_ctrl and pred_cmd before...
2018-02-22 Liran AlonKVM: nVMX: Fix bug of injecting L2 exception into L1
2018-02-22 Liran AlonKVM: nVMX: Fix races when sending nested PI while dest...
2018-02-08 KarimAllah AhmedKVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
2018-02-08 KarimAllah AhmedKVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
2018-02-08 Ashok RajKVM/x86: Add IBPB support
2018-02-08 Dan Williamsx86/kvm: Update spectre-v1 mitigation
2018-02-08 Paolo BonziniKVM: VMX: make MSR bitmaps per-VCPU
2018-02-08 Paolo BonziniKVM: VMX: introduce alloc_loaded_vmcs
2018-02-08 Jim MattsonKVM: nVMX: Eliminate vmcs02 pool
2018-02-08 Peter ZijlstraKVM: VMX: Make indirect call speculation safe
2018-01-28 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2018-01-26 Dave AirlieMerge branch 'linux-4.15' of git://github.com/skeggsb...
2018-01-26 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2018-01-25 Linus TorvaldsMerge tag 'for-4.15-tag' of git://git.kernel.org/pub...
2018-01-24 Radim KrčmářMerge tag 'kvm-s390-master-4.15-3' of git://git.kernel...
2018-01-23 Linus TorvaldsMerge tag 'pci-v4.15-fixes-3' of git://git.kernel.org...
2018-01-21 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2018-01-20 Linus TorvaldsMerge tag 'mips_fixes_4.15_2' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2018-01-19 Linus TorvaldsMerge tag 'for-4.15/dm-fixes-2' of git://git.kernel...
2018-01-19 Linus TorvaldsMerge tag 'trace-v4.15-rc4-3' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2018-01-19 Linus TorvaldsMerge branch 'for-4.15-fixes' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge branch 'for-4.15-fixes' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge branch 'for-4.15-fixes' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git.kernel.org/pub...
2018-01-19 Linus TorvaldsMerge tag 'powerpc-4.15-8' of git://git.kernel.org...
2018-01-19 Dave AirlieMerge branch 'linux-4.15' of git://github.com/skeggsb...
2018-01-18 David S. MillerMerge tag 'wireless-drivers-for-davem-2018-01-17' of...
2018-01-18 Linus TorvaldsMerge branch 'fixes' of git://git.armlinux.org.uk/...
2018-01-18 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2018-01-18 Linus TorvaldsMerge tag 'mmc-v4.15-rc2-3' of git://git.kernel.org...
2018-01-18 David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2018-01-18 Dave AirlieMerge tag 'drm-misc-fixes-2018-01-17' of git://anongit...
2018-01-18 Dave AirlieMerge branch 'vmwgfx-fixes-4.15' of git://people.freede...
2018-01-17 David S. MillerMerge tag 'linux-can-fixes-for-4.15-20180116' of ssh...
2018-01-17 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2018-01-17 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2018-01-17 Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2018-01-17 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2018-01-17 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2018-01-17 Radim KrčmářMerge tag 'kvm-arm-fixes-for-v4.15-3-v2' of git://git...
2018-01-17 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2018-01-16 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
next