KVM: nSVM: Use common GPA helper to check for illegal CR3
[linux-2.6-microblaze.git] / arch /
2021-02-04 Sean ChristophersonKVM: nSVM: Use common GPA helper to check for illegal CR3
2021-02-04 Sean ChristophersonKVM: VMX: Use GPA legality helpers to replace open...
2021-02-04 Sean ChristophersonKVM: x86: Add a helper to handle legal GPA with an...
2021-02-04 Sean ChristophersonKVM: x86: Add a helper to check for a legal GPA
2021-02-04 Sean ChristophersonKVM: nSVM: Don't strip host's C-bit from guest's CR3...
2021-02-04 Sean ChristophersonKVM: x86: Set so called 'reserved CR3 bits in LM mask...
2021-02-04 David WoodhouseKVM: x86: declare Xen HVM shared info capability and...
2021-02-04 David WoodhouseKVM: x86/xen: Add event channel interrupt vector upcall
2021-02-04 Joao MartinsKVM: x86/xen: register vcpu time info region
2021-02-04 Joao MartinsKVM: x86/xen: setup pvclock updates
2021-02-04 Joao MartinsKVM: x86/xen: register vcpu info
2021-02-04 David WoodhouseKVM: x86/xen: Add KVM_XEN_VCPU_SET_ATTR/KVM_XEN_VCPU_GE...
2021-02-04 Joao MartinsKVM: x86/xen: update wallclock region
2021-02-04 David Woodhousexen: add wc_sec_hi to struct shared_info
2021-02-04 Joao MartinsKVM: x86/xen: register shared_info page
2021-02-04 David WoodhouseKVM: x86/xen: add definitions of compat_shared_info...
2021-02-04 David WoodhouseKVM: x86/xen: latch long_mode when hypercall page is...
2021-02-04 Joao MartinsKVM: x86/xen: add KVM_XEN_HVM_SET_ATTR/KVM_XEN_HVM_GET_ATTR
2021-02-04 David WoodhouseKVM: x86/xen: Add kvm_xen_enabled static key
2021-02-04 David WoodhouseKVM: x86/xen: Move KVM_XEN_HVM_CONFIG handling to xen.c
2021-02-04 Joao MartinsKVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls
2021-02-04 Joao MartinsKVM: x86/xen: intercept xen hypercalls if enabled
2021-02-04 David WoodhouseKVM: x86/xen: Fix __user pointer handling for hypercall...
2021-02-04 Joao MartinsKVM: x86/xen: fix Xen hypercall page msr handling
2021-02-04 Ben GardonKVM: x86/mmu: Allow parallel page faults for the TDP MMU
2021-02-04 Ben GardonKVM: x86/mmu: Mark SPTEs in disconnected pages as removed
2021-02-04 Ben GardonKVM: x86/mmu: Flush TLBs after zap in TDP MMU PF handler
2021-02-04 Ben GardonKVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU map
2021-02-04 Ben GardonKVM: x86/mmu: Factor out functions to add/remove TDP...
2021-02-04 Ben GardonKVM: x86/mmu: Use an rwlock for the x86 MMU
2021-02-04 Ben GardonKVM: x86/mmu: Protect TDP MMU page table memory with RCU
2021-02-04 Ben GardonKVM: x86/mmu: Clear dirtied pages mask bit before early...
2021-02-04 Ben GardonKVM: x86/mmu: Skip no-op changes in TDP MMU functions
2021-02-04 Ben GardonKVM: x86/mmu: Yield in TDU MMU iter even if no SPTES...
2021-02-04 Ben GardonKVM: x86/mmu: Ensure forward progress when yielding...
2021-02-04 Ben GardonKVM: x86/mmu: Rename goal_gfn to next_last_level_gfn
2021-02-04 Ben GardonKVM: x86/mmu: Merge flush and non-flush tdp_mmu_iter_co...
2021-02-04 Ben GardonKVM: x86/mmu: Fix braces in kvm_recover_nx_lpages
2021-02-04 Ben GardonKVM: x86/mmu: Factor out handling of removed page tables
2021-02-04 Ben GardonKVM: x86/mmu: Don't redundantly clear TDP MMU pt memory
2021-02-04 Ben GardonKVM: x86/mmu: Add lockdep when setting a TDP MMU SPTE
2021-02-04 Ben GardonKVM: x86/mmu: Add comment on __tdp_mmu_set_spte
2021-02-04 Ben GardonKVM: x86/mmu: change TDP MMU yield function returns...
2021-02-04 Paolo BonziniKVM: x86: move kvm_inject_gp up from kvm_set_xcr to...
2021-02-04 Paolo BonziniKVM: cleanup DR6/DR7 reserved bits checks
2021-02-04 Paolo BonziniKVM: move EXIT_FASTPATH_REENTER_GUEST to common code
2021-02-04 Stephen ZhangKVM: x86/mmu: Add '__func__' in rmap_printk()
2021-02-04 Krish SadhukhanKVM: SVM: Replace hard-coded value with #define
2021-02-04 Michael RothKVM: SVM: use .prepare_guest_switch() to handle CPU...
2021-02-04 Michael RothKVM: SVM: remove uneeded fields from host_save_users_msrs
2021-02-04 Michael RothKVM: SVM: use vmsave/vmload for saving/restoring additi...
2021-02-04 Sean ChristophersonKVM: SVM: Use asm goto to handle unexpected #UD on...
2021-02-04 Sean ChristophersonKVM: VMX: Use the kernel's version of VMXOFF
2021-02-04 Sean ChristophersonKVM: VMX: Move Intel PT shenanigans out of VMXON/VMXOFF...
2021-02-04 Uros BizjakKVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw
2021-02-04 David P. Reedx86/virt: Mark flags and memory as clobbered by VMXOFF
2021-02-04 Sean Christophersonx86/reboot: Force all cpus to exit VMX root if VMX...
2021-02-04 Sean Christophersonx86/virt: Eat faults on VMXOFF in reboot flows
2021-02-04 Jason BaronKVM: x86: use static calls to reduce kvm_x86_ops overhead
2021-02-04 Jason BaronKVM: x86: introduce definitions to support static calls...
2021-02-04 Jason BaronKVM: X86: prepend vmx/svm prefix to additional kvm_x86_...
2021-02-04 Cun LiKVM: Stop using deprecated jump label APIs
2021-02-04 Wei HuangKVM: SVM: Fix #GP handling for doubly-nested virtualization
2021-02-04 Wei HuangKVM: SVM: Add support for SVM instruction address check...
2021-02-04 Bandan DasKVM: SVM: Add emulation support for #GP triggered by...
2021-02-04 Wei HuangKVM: x86: Factor out x86 instruction emulation with...
2021-02-04 Chenyi QiangKVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW
2021-02-04 Like XuKVM: vmx/pmu: Expose LBR_FMT in the MSR_IA32_PERF_CAPAB...
2021-02-04 Like XuKVM: vmx/pmu: Release guest LBR event via lazy release...
2021-02-04 Like XuKVM: vmx/pmu: Emulate legacy freezing LBRs on virtual PMI
2021-02-04 Like XuKVM: vmx/pmu: Reduce the overhead of LBR pass-through...
2021-02-04 Like XuKVM: vmx/pmu: Pass-through LBR msrs when the guest...
2021-02-04 Like XuKVM: vmx/pmu: Create a guest LBR event when vcpu sets...
2021-02-04 Like XuKVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest...
2021-02-04 Paolo BonziniKVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest...
2021-02-04 Paolo BonziniKVM: x86/pmu: preserve IA32_PERF_CAPABILITIES across...
2021-02-04 Like XuKVM: x86/vmx: Make vmx_set_intercept_for_msr() non...
2021-02-04 Like XuKVM: VMX: read/write MSR_IA32_DEBUGCTLMSR from GUEST_IA...
2021-02-04 Sean ChristophersonKVM: VMX: Use x2apic_mode to avoid RDMSR when querying...
2021-02-04 Sean Christophersonx86/apic: Export x2apic_mode for use by KVM in "warm...
2021-02-04 Chenyi QiangKVM: VMX: Enable bus lock VM exit
2021-02-04 Chenyi QiangKVM: X86: Reset the vcpu->run->flags at the beginning...
2021-02-04 Sean ChristophersonKVM: VMX: Convert vcpu_vmx.exit_reason to a union
2021-02-04 Brijesh SinghKVM/SVM: add support for SEV attestation command
2021-02-04 Sean ChristophersonKVM: x86/mmu: Remove the defunct update_pte() paging...
2021-02-04 Yang ZhongKVM: Expose AVX_VNNI instruction to guset
2021-02-04 Kyung Min ParkEnumerate AVX Vector Neural Network instructions
2021-02-04 YANG LIx86: kvm: style: Simplify bool comparison
2021-02-04 Sean ChristophersonKVM: x86: Zap the oldest MMU pages, not the newest
2021-02-04 Sean ChristophersonKVM: x86/mmu: Use boolean returns for (S)PTE accessors
2021-02-04 Sean ChristophersonKVM: x86: Take KVM's SRCU lock only if steal time updat...
2021-02-04 Sean ChristophersonKVM: x86: Remove obsolete disabling of page faults...
2021-02-04 Ben GardonKVM: x86/mmu: Fix TDP MMU zap collapsible SPTEs
2021-02-03 Paolo BonziniKVM: x86: cleanup CR3 reserved bits checks
2021-02-03 Sean ChristophersonKVM: SVM: Treat SVM as unsupported when running as...
2021-02-02 Sean ChristophersonKVM: x86: Update emulator context mode if SYSENTER...
2021-02-01 Vitaly KuznetsovKVM: x86: Supplement __cr4_reserved_bits() with X86_FEA...
2021-02-01 Zheng Zhan LiangKVM/x86: assign hva with the right value to vm_munmap...
2021-02-01 Paolo BonziniKVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even...
2021-01-28 Peter GondaFix unsynchronized access to sev members through svm_re...
next