kvm: x86/mmu: Don't clear write flooding count for direct roots
[platform/kernel/linux-starfive.git] / arch / x86 /
2020-10-23 Ben Gardonkvm: x86/mmu: Don't clear write flooding count for...
2020-10-23 Ben Gardonkvm: x86/mmu: Support MMIO in the TDP MMU
2020-10-23 Ben Gardonkvm: x86/mmu: Support write protection for nesting...
2020-10-23 Ben Gardonkvm: x86/mmu: Support disabling dirty logging for the...
2020-10-23 Ben Gardonkvm: x86/mmu: Support dirty logging for the TDP MMU
2020-10-23 Ben Gardonkvm: x86/mmu: Support changed pte notifier in tdp MMU
2020-10-23 Ben Gardonkvm: x86/mmu: Add access tracking for tdp_mmu
2020-10-23 Ben Gardonkvm: x86/mmu: Support invalidate range MMU notifier...
2020-10-23 Ben Gardonkvm: x86/mmu: Allocate struct kvm_mmu_pages for all...
2020-10-23 Ben Gardonkvm: x86/mmu: Add TDP MMU PF handler
2020-10-21 Ben Gardonkvm: x86/mmu: Remove disallowed_hugepage_adjust shadow_...
2020-10-21 Ben Gardonkvm: x86/mmu: Support zapping SPTEs in the TDP MMU
2020-10-21 Ben Gardonkvm: x86/mmu: Add functions to handle changed TDP SPTEs
2020-10-21 Ben Gardonkvm: x86/mmu: Allocate and free TDP MMU roots
2020-10-21 Ben Gardonkvm: x86/mmu: Init / Uninit the TDP MMU
2020-10-21 Ben Gardonkvm: x86/mmu: Introduce tdp_iter
2020-10-21 Paolo BonziniKVM: mmu: extract spte.h and spte.c
2020-10-21 Paolo BonziniKVM: mmu: Separate updating a PTE from kvm_set_pte_rmapp
2020-10-21 Ben Gardonkvm: x86/mmu: Separate making SPTEs from set_spte
2020-10-21 Ben Gardonkvm: mmu: Separate making non-leaf sptes from link_shad...
2020-10-21 Paolo BonziniMerge branch 'kvm-fixes' into 'next'
2020-10-21 Lai JiangshanKVM: x86: Let the guest own CR4.FSGSBASE
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: bump KVM_MAX_CPUID_ENTRIES
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 Vitaly Kuznetsovx86/kvm: Update the comment about asynchronous page...
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-03 Paolo BonziniMerge tag 'kvmarm-fixes-5.9-3' of git://git./linux...
2020-10-03 Paolo BonziniKVM: VMX: update PFEC_MASK/PFEC_MATCH together with...
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-30 Marc ZyngierMerge remote-tracking branch 'arm64/for-next/ghostbuste...
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
next