KVM: VMX: Intercept guest reserved CR4 bits to inject #GP fault
[linux-2.6-microblaze.git] / arch / x86 / kvm /
2020-10-21 Sean ChristophersonKVM: VMX: Intercept guest reserved CR4 bits to inject...
2020-10-21 Sean ChristophersonKVM: x86: Move call to update_exception_bitmap() into...
2020-10-21 Sean ChristophersonKVM: x86: Invoke vendor's vcpu_after_set_cpuid() after...
2020-10-21 Lai JiangshanKVM: x86: Intercept LA57 to inject #GP fault when it...
2020-10-21 Suravee SuthikulpanitKVM: SVM: Initialize prev_ga_tag before use
2020-10-21 Maxim LevitskyKVM: nSVM: implement on demand allocation of the nested...
2020-10-21 Maxim LevitskyKVM: x86: allow kvm_x86_ops.set_efer to return an error...
2020-10-21 Maxim LevitskyKVM: x86: report negative values from wrmsr emulation...
2020-10-21 Maxim LevitskyKVM: x86: xen_hvm_config: cleanup return values
2020-10-21 Joe Percheskvm x86/mmu: Make struct kernel_param_ops definitions...
2020-10-21 Vitaly KuznetsovKVM: x86: allocate vcpu->arch.cpuid_entries dynamically
2020-10-21 Vitaly KuznetsovKVM: x86: disconnect kvm_check_cpuid() from vcpu->arch...
2020-10-21 Oliver Uptonkvm: x86: only provide PV features if enabled in guest...
2020-10-21 Oliver Uptonkvm: x86: set wall_clock in kvm_write_wall_clock()
2020-10-21 Oliver Uptonkvm: x86: encapsulate wrmsr(MSR_KVM_SYSTEM_TIME) emulat...
2020-10-21 Matteo Crocex86/kvm: hide KVM options from menuconfig when KVM...
2020-10-21 Paolo BonziniKVM: VMX: Forbid userspace MSR filters for x2APIC
2020-10-21 Sean ChristophersonKVM: VMX: Ignore userspace MSR filters for x2APIC
2020-10-20 Paolo BonziniMerge tag 'kvmarm-5.10' of git://git./linux/kernel...
2020-10-19 Peter XuKVM: VMX: Fix x2APIC MSR intercept handling on !APICV...
2020-10-02 Marc ZyngierMerge branches 'kvm-arm64/pt-new' and 'kvm-arm64/pmu...
2020-09-30 Marc ZyngierMerge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master...
2020-09-29 Marc ZyngierMerge branch 'kvm-arm64/pmu-5.9' into kvmarm-master...
2020-09-29 kernel test robotKVM: VMX: vmx_uret_msrs_list[] can be static
2020-09-28 Paolo BonziniKVM: x86: do not attempt TSC synchronization on guest...
2020-09-28 Paolo BonziniKVM: nSVM: delay MSR permission processing to first...
2020-09-28 Paolo BonziniKVM: x86: rename KVM_REQ_GET_VMCS12_PAGES
2020-09-28 Alexander GrafKVM: x86: Introduce MSR filtering
2020-09-28 Alexander GrafKVM: x86: VMX: Prevent MSR passthrough when MSR access...
2020-09-28 Alexander GrafKVM: x86: SVM: Prevent MSR passthrough when MSR access...
2020-09-28 Aaron LewisKVM: x86: Prepare MSR bitmaps for userspace tracked...
2020-09-28 Alexander GrafKVM: x86: Add infrastructure for MSR filtering
2020-09-28 Alexander GrafKVM: x86: Allow deflecting unknown MSR accesses to...
2020-09-28 Alexander GrafKVM: x86: Return -ENOENT on unimplemented MSRs
2020-09-28 Sean ChristophersonKVM: VMX: Rename vmx_uret_msr's "index" to "slot"
2020-09-28 Sean ChristophersonKVM: VMX: Rename "vmx_msr_index" to "vmx_uret_msrs_list"
2020-09-28 Sean ChristophersonKVM: VMX: Rename "vmx_set_guest_msr" to "vmx_set_guest_...
2020-09-28 Sean ChristophersonKVM: VMX: Rename "find_msr_entry" to "vmx_find_uret_msr"
2020-09-28 Sean ChristophersonKVM: VMX: Add vmx_setup_uret_msr() to handle lookup...
2020-09-28 Sean ChristophersonKVM: VMX: Move uret MSR lookup into update_transition_e...
2020-09-28 Sean ChristophersonKVM: VMX: Check guest support for RDTSCP before process...
2020-09-28 Sean ChristophersonKVM: VMX: Rename "__find_msr_index" to "__vmx_find_uret...
2020-09-28 Sean ChristophersonKVM: VMX: Rename vcpu_vmx's "guest_msrs_ready" to ...
2020-09-28 Sean ChristophersonKVM: VMX: Rename vcpu_vmx's "save_nmsrs" to "nr_active_...
2020-09-28 Sean ChristophersonKVM: VMX: Rename vcpu_vmx's "nmsrs" to "nr_uret_msrs"
2020-09-28 Sean ChristophersonKVM: VMX: Rename the "shared_msr_entry" struct to ...
2020-09-28 Sean ChristophersonKVM: VMX: Rename "vmx_find_msr_index" to "vmx_find_load...
2020-09-28 Sean ChristophersonKVM: VMX: Prepend "MAX_" to MSR array size defines
2020-09-28 Sean ChristophersonKVM: x86: Rename "shared_msrs" to "user_return_msrs"
2020-09-28 Sean ChristophersonKVM: x86/mmu: Move individual kvm_mmu initialization...
2020-09-28 Sean ChristophersonKVM: nVMX: Read EXIT_QUAL and INTR_INFO only when neede...
2020-09-28 Sean ChristophersonKVM: x86: Use common definition for kvm_nested_vmexit...
2020-09-28 Sean ChristophersonKVM: x86: Add macro wrapper for defining kvm_exit trace...
2020-09-28 Sean ChristophersonKVM: x86: Add intr/vectoring info and error code to...
2020-09-28 Sean ChristophersonKVM: VMX: Add a helper to test for a valid error code...
2020-09-28 Sean ChristophersonKVM: x86: Read guest RIP from within the kvm_nested_vme...
2020-09-28 Sean ChristophersonKVM: x86: Add RIP to the kvm_entry, i.e. VM-Enter,...
2020-09-28 Sean ChristophersonKVM: nVMX: WARN on attempt to switch the currently...
2020-09-28 Sean ChristophersonKVM: nVMX: Drop redundant VMCS switch and free_nested...
2020-09-28 Sean ChristophersonKVM: nVMX: Ensure vmcs01 is the loaded VMCS when freein...
2020-09-28 Sean ChristophersonKVM: nVMX: Move free_nested() below vmx_switch_vmcs()
2020-09-28 Sean ChristophersonKVM: nVMX: Explicitly check for valid guest state for...
2020-09-28 Sean ChristophersonKVM: nVMX: Reload vmcs01 if getting vmcs12's pages...
2020-09-28 Sean ChristophersonKVM: nVMX: Reset the segment cache when stuffing guest...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Track write/user faults using bools
2020-09-28 Sean ChristophersonKVM: x86/mmu: Hoist ITLB multi-hit workaround check...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Rename 'hlevel' to 'level' in FNAME(fetch)
2020-09-28 Sean ChristophersonKVM: x86/mmu: Account NX huge page disallowed iff huge...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Capture requested page level before NX...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Move "huge page disallowed" calculation...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Refactor the zap loop for recovering...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Commit zap of remaining invalid pages...
2020-09-28 Sean ChristophersonKVM: VMX: Rename ops.h to vmx_ops.h
2020-09-28 Xiaoyao LiKVM: VMX: Extract posted interrupt support to separate...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Bail early from final #PF handling on...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Return unique RET_PF_* values if the...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Invert RET_PF_* check when falling throug...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Return -EIO if page fault returns RET_PF_...
2020-09-28 Ben GardonKVM: x86/MMU: Recursively zap nested TDP SPs when zappi...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Move flush logic from mmu_page_zap_pte...
2020-09-28 Vitaly KuznetsovKVM: x86: hyper-v: disallow configuring SynIC timers...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Stash 'kvm' in a local variable in kvm_mm...
2020-09-28 Sean ChristophersonKVM: VMX: Add a helper and macros to reduce boilerplate...
2020-09-28 Sean ChristophersonKVM: VMX: Rename RDTSCP secondary exec control name...
2020-09-28 Sean ChristophersonKVM: VMX: Unconditionally clear CPUID.INVPCID if !CPUID...
2020-09-28 Sean ChristophersonKVM: VMX: Rename vmx_*_supported() helpers to cpu_has_v...
2020-09-28 Sean ChristophersonKVM: VMX: Use "illegal GPA" helper for PT/RTIT output...
2020-09-28 Sean ChristophersonKVM: x86: Move illegal GPA helper out of the MMU code
2020-09-28 Sean ChristophersonKVM: VMX: Replace MSR_IA32_RTIT_OUTPUT_BASE_MASK with...
2020-09-28 Sean ChristophersonKVM: x86: Unexport cpuid_query_maxphyaddr()
2020-09-28 Sean ChristophersonKVM: VMX: Use precomputed MAXPHYADDR for RTIT base...
2020-09-28 Tom LendackyKVM: VMX: Do not perform emulation for INVD intercept
2020-09-28 Paolo BonziniKVM: SEV: shorten comments around sev_clflush_pages
2020-09-28 Cfir CohenKVM: SVM: Mark SEV launch secret pages as dirty.
2020-09-28 Sean ChristophersonKVM: nVMX: Add VM-Enter failed tracepoints for super...
2020-09-28 Krish SadhukhanKVM: nSVM: CR3 MBZ bits are only 63:52
2020-09-28 Robert HooKVM: x86: emulating RDPID failure shall return #UD...
2020-09-28 Sean ChristophersonKVM: nVMX: Morph notification vector IRQ on nested...
2020-09-28 Haiwei LiKVM: SVM: Add tracepoint for cr_interception
2020-09-28 Wanpeng LiKVM: SVM: Analyze is_guest_mode() in svm_vcpu_run()
next