summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-03-16KVM: x86: Handle RDTSCP CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle PKU CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle UMIP emulation CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle INVPCID CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle MPX CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Refactor cpuid_mask() to auto-retrieve the registerSean Christopherson
2020-03-16KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutatorsSean Christopherson
2020-03-16KVM: x86: Introduce cpuid_entry_{get,has}() accessorsSean Christopherson
2020-03-16KVM: x86: Replace bare "unsigned" with "unsigned int" in cpuid helpersSean Christopherson
2020-03-16KVM: x86: Use u32 for holding CPUID register value in helpersSean Christopherson
2020-03-16KVM: x86: Drop explicit @func param from ->set_supported_cpuid()Sean Christopherson
2020-03-16KVM: x86: Clear output regs for CPUID 0x14 if PT isn't exposed to guestSean Christopherson
2020-03-16KVM: x86: Make kvm_mpx_supported() an inline functionSean Christopherson
2020-03-16KVM: x86: Use supported_xcr0 to detect MPX supportSean Christopherson
2020-03-16KVM: x86: Calculate the supported xcr0 mask at load timeSean Christopherson
2020-03-16KVM: VMX: Add helpers to query Intel PT modeSean Christopherson
2020-03-16KVM: x86: Use common loop iterator when handling CPUID 0xD.NSean Christopherson
2020-03-16KVM: x86: Drop redundant array size checkSean Christopherson
2020-03-16KVM: x86: Encapsulate CPUID entries and metadata in structSean Christopherson
2020-03-16KVM: x86: Refactor CPUID 0x4 and 0x8000001d handlingSean Christopherson
2020-03-16KVM: x86: Hoist loop counter and terminator to top of __do_cpuid_func()Sean Christopherson
2020-03-16KVM: x86: Consolidate CPUID array max num entries checkingSean Christopherson
2020-03-16KVM: x86: Drop redundant boot cpu checks on SSBD feature bitsSean Christopherson
2020-03-16KVM: x86: Drop the explicit @index from do_cpuid_7_mask()Sean Christopherson
2020-03-16KVM: x86: Clean up CPUID 0x7 sub-leaf loopSean Christopherson
2020-03-16KVM: x86: Refactor CPUID 0xD.N sub-leaf entry creationSean Christopherson
2020-03-16KVM: x86: Warn on zero-size save state for valid CPUID 0xD.N sub-leafSean Christopherson
2020-03-16KVM: x86: Check for CPUID 0xD.N support before validating array sizeSean Christopherson
2020-03-16KVM: x86: Move CPUID 0xD.1 handling out of the index>0 loopSean Christopherson
2020-03-16KVM: x86: Check userspace CPUID array size after validating sub-leafSean Christopherson
2020-03-16KVM: x86: Clean up error handling in kvm_dev_ioctl_get_cpuid()Sean Christopherson
2020-03-16KVM: x86: Simplify handling of Centaur CPUID leafsSean Christopherson
2020-03-16KVM: x86: Refactor loop around do_cpuid_func() to separate helperSean Christopherson
2020-03-16KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entriesSean Christopherson
2020-03-16KVM: x86: Shrink the usercopy region of the emulation contextSean Christopherson
2020-03-16KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson
2020-03-16KVM: x86: Dynamically allocate per-vCPU emulation contextSean Christopherson
2020-03-16KVM: x86: Move emulation-only helpers to emulate.cSean Christopherson
2020-03-16KVM: x86: Explicitly pass an exception struct to check_interceptSean Christopherson
2020-03-16KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variantSean Christopherson
2020-03-16KVM: x86: Fix warning due to implicit truncation on 32-bit KVMSean Christopherson
2020-03-16KVM: nVMX: Drop unnecessary check on ept caps for execute-onlySean Christopherson
2020-03-16KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()Sean Christopherson
2020-03-16KVM: nVMX: Rename EPTP validity helper and associated variablesSean Christopherson
2020-03-16KVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_get_eptp()Sean Christopherson
2020-03-16KVM: nVMX: Allow L1 to use 5-level page walks for nested EPTSean Christopherson
2020-03-16KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hackSean Christopherson
2020-03-16KVM: x86/mmu: Don't drop level/direct from MMU role calculationSean Christopherson
2020-03-16KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson
2020-03-16KVM: X86: trigger kvmclock sync request just once on VM creationWanpeng Li