aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-21KVM: x86/mmu: Micro-optimize nEPT's bad memptype/XWR checksSean Christopherson2-14/+31
2020-01-21KVM: x86/mmu: Reorder the reserved bit check in prefetch_invalid_gpte()Sean Christopherson1-3/+3
2020-01-21KVM: SVM: Override default MMIO mask if memory encryption is enabledTom Lendacky1-0/+43
2020-01-21KVM: vmx: delete meaningless nested_vmx_prepare_msr_bitmap() declarationMiaohe Lin1-3/+0
2020-01-21KVM: x86: Refactor and rename bit() to feature_bit() macroSean Christopherson5-28/+30
2020-01-21KVM: x86: Expand build-time assertion on reverse CPUID usageSean Christopherson2-6/+30
2020-01-21KVM: x86: Add CPUID_7_1_EAX to the reverse CPUID tableSean Christopherson1-0/+1
2020-01-21KVM: x86: Move bit() helper to cpuid.hSean Christopherson2-5/+5
2020-01-21KVM: x86: Add dedicated emulator helpers for querying CPUID featuresSean Christopherson3-18/+25
2020-01-21KVM: x86: Add macro to ensure reserved cr4 bits checks stay in syncSean Christopherson1-40/+25
2020-01-21KVM: x86: Drop special XSAVE handling from guest_cpuid_has()Sean Christopherson3-4/+2
2020-01-21KVM: x86: Ensure all logical CPUs have consistent reserved cr4 bitsSean Christopherson1-0/+7
2020-01-21KVM: x86: Don't let userspace set host-reserved cr4 bitsSean Christopherson1-1/+34
2020-01-21KVM: VMX: Add helper to consolidate up PT/RTIT WRMSR fault logicSean Christopherson1-24/+31
2020-01-21KVM: VMX: Add non-canonical check on writes to RTIT address MSRsSean Christopherson1-0/+2
2020-01-21KVM: Fix some writing mistakesMiaohe Lin3-3/+3
2020-01-21KVM: hyperv: Fix some typos in vcpu unimpl infoMiaohe Lin1-2/+2
2020-01-21KVM: Fix some grammar mistakesMiaohe Lin3-3/+3
2020-01-21KVM: Fix some comment typos and missing parenthesesMiaohe Lin4-4/+4
2020-01-21KVM: Fix some out-dated function names in commentMiaohe Lin2-3/+3
2020-01-21KVM: Fix some wrong function names in commentMiaohe Lin2-2/+2
2020-01-21KVM: x86: check kvm_pit outside kvm_vm_ioctl_reinject()Miaohe Lin1-3/+3
2020-01-21KVM: LAPIC: micro-optimize fixed mode ipi deliveryWanpeng Li1-3/+3
2020-01-21KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpathWanpeng Li5-11/+78
2020-01-08KVM: x86/mmu: WARN if root_hpa is invalid when handling a page faultSean Christopherson1-3/+1
2020-01-08KVM: x86/mmu: WARN on an invalid root_hpaSean Christopherson2-2/+2
2020-01-08KVM: x86/mmu: Move root_hpa validity checks to top of page fault handlerSean Christopherson1-10/+4
2020-01-08KVM: x86/mmu: Move calls to thp_adjust() down a levelSean Christopherson2-24/+18
2020-01-08KVM: x86/mmu: Move transparent_hugepage_adjust() above __direct_map()Sean Christopherson1-38/+38
2020-01-08KVM: x86/mmu: Consolidate tdp_page_fault() and nonpaging_page_fault()Sean Christopherson1-71/+27
2020-01-08KVM: x86/mmu: Rename lpage_disallowed to account_disallowed_nx_lpageSean Christopherson1-2/+2
2020-01-08KVM: x86/mmu: Persist gfn_lpage_is_disallowed() to max_levelSean Christopherson1-10/+18
2020-01-08KVM: x86/mmu: Incorporate guest's page level into max level for shadow MMUSean Christopherson1-12/+8
2020-01-08KVM: x86/mmu: Refactor handling of forced 4k pages in page faultsSean Christopherson2-32/+29
2020-01-08KVM: x86/mmu: Refactor the per-slot level calculation in mapping_level()Sean Christopherson1-5/+5
2020-01-08KVM: x86/mmu: Refactor handling of cache consistency with TDPSean Christopherson1-16/+14
2020-01-08KVM: x86/mmu: Move nonpaging_page_fault() below try_async_pf()Sean Christopherson1-53/+49
2020-01-08KVM: x86/mmu: Fold nonpaging_map() into nonpaging_page_fault()Sean Christopherson1-57/+49
2020-01-08KVM: x86/mmu: Move definition of make_mmu_pages_available() upSean Christopherson1-21/+20
2020-01-08KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson8-78/+94
2020-01-08KVM: x86: Add a WARN on TIF_NEED_FPU_LOAD in kvm_load_guest_fpu()Sean Christopherson1-0/+7
2020-01-08KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platformSean Christopherson1-0/+4
2020-01-08KVM: lib: use jump label to handle resource release in irq_bypass_register_producer()Miaohe Lin1-9/+10
2020-01-08KVM: lib: use jump label to handle resource release in irq_bypass_register_consumer()Miaohe Lin1-9/+10
2020-01-08KVM: Remove duplicated declaration of kvm_vcpu_kickZenghui Yu1-1/+0
2020-01-08kvm: nVMX: Aesthetic cleanup of handle_vmread and handle_vmwriteJim Mattson1-36/+34
2020-01-08kvm: nVMX: VMWRITE checks unsupported field before read-only fieldJim Mattson1-5/+6
2020-01-08kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS fieldJim Mattson1-34/+25
2020-01-08KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTINGXiaoyao Li5-10/+10
2020-01-08KVM: VMX: Rename NMI_PENDING to NMI_WINDOWXiaoyao Li4-10/+10