Show patches with: Submitter = Sean Christopherson       |   1696 patches
« 1 2 ... 6 7 816 17 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,05/13] KVM: x86: Refactor emulated exception injection to take the emul context KVM: x86: Allow userspace to disable the emulator - 1 - --- 2020-02-18 Sean Christopherson New
[v2,04/13] KVM: x86: Refactor R/W page helper to take the emulation context KVM: x86: Allow userspace to disable the emulator - 1 - --- 2020-02-18 Sean Christopherson New
[v2,03/13] KVM: x86: Move emulation-only helpers to emulate.c KVM: x86: Allow userspace to disable the emulator - 1 - --- 2020-02-18 Sean Christopherson New
[v2,02/13] KVM: x86: Explicitly pass an exception struct to check_intercept KVM: x86: Allow userspace to disable the emulator - - - --- 2020-02-18 Sean Christopherson New
[v2,01/13] KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variant KVM: x86: Allow userspace to disable the emulator - 1 - --- 2020-02-18 Sean Christopherson New
[v2,3/3] KVM: x86: Move #PF retry tracking variables into emulation context KVM: x86: Minor emulator cleanup - - - --- 2020-02-18 Sean Christopherson New
[v2,2/3] KVM: x86: Move gpa_val and gpa_available into the emulator context KVM: x86: Minor emulator cleanup - - - --- 2020-02-18 Sean Christopherson New
[v2,1/3] KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page fault KVM: x86: Minor emulator cleanup - - - --- 2020-02-18 Sean Christopherson New
[v6,22/22] KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushes KVM: Dynamically size memslot arrays - - - --- 2020-02-18 Sean Christopherson New
[v6,21/22] KVM: x86/mmu: Use ranged-based TLB flush for dirty log memslot flush KVM: Dynamically size memslot arrays - - - --- 2020-02-18 Sean Christopherson New
[v6,20/22] KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.c KVM: Dynamically size memslot arrays - - - --- 2020-02-18 Sean Christopherson New
[v6,19/22] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION KVM: Dynamically size memslot arrays - 1 - --- 2020-02-18 Sean Christopherson New
[v6,18/22] KVM: Dynamically size memslot array based on number of used slots KVM: Dynamically size memslot arrays - 1 2 --- 2020-02-18 Sean Christopherson New
[v6,17/22] KVM: Terminate memslot walks via used_slots KVM: Dynamically size memslot arrays - - 2 --- 2020-02-18 Sean Christopherson New
[v6,16/22] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log() KVM: Dynamically size memslot arrays - - - --- 2020-02-18 Sean Christopherson New
[v6,15/22] KVM: Provide common implementation for generic dirty log functions KVM: Dynamically size memslot arrays - - - --- 2020-02-18 Sean Christopherson New
[v6,14/22] KVM: Clean up local variable usage in __kvm_set_memory_region() KVM: Dynamically size memslot arrays - - - --- 2020-02-18 Sean Christopherson New
[v6,13/22] KVM: Simplify kvm_free_memslot() and all its descendents KVM: Dynamically size memslot arrays - 1 1 --- 2020-02-18 Sean Christopherson New
[v6,12/22] KVM: Move memslot deletion to helper function KVM: Dynamically size memslot arrays 1 1 1 --- 2020-02-18 Sean Christopherson New
[v6,11/22] KVM: x86: Free arrays for old memslot when moving memslot's base gfn KVM: Dynamically size memslot arrays - 1 - --- 2020-02-18 Sean Christopherson New
[v6,10/22] KVM: Drop "const" attribute from old memslot in commit_memory_region() KVM: Dynamically size memslot arrays - 1 - --- 2020-02-18 Sean Christopherson New
[v6,09/22] KVM: Move setting of memslot into helper routine KVM: Dynamically size memslot arrays - 2 1 --- 2020-02-18 Sean Christopherson New
[v6,08/22] KVM: Refactor error handling for setting memory region KVM: Dynamically size memslot arrays - 3 - --- 2020-02-18 Sean Christopherson New
[v6,07/22] KVM: Explicitly free allocated-but-unused dirty bitmap KVM: Dynamically size memslot arrays - 1 - --- 2020-02-18 Sean Christopherson New
[v6,06/22] KVM: Drop kvm_arch_create_memslot() KVM: Dynamically size memslot arrays 1 1 - --- 2020-02-18 Sean Christopherson New
[v6,05/22] KVM: x86: Allocate memslot resources during prepare_memory_region() KVM: Dynamically size memslot arrays - 1 - --- 2020-02-18 Sean Christopherson New
[v6,04/22] KVM: PPC: Move memslot memory allocation into prepare_memory_region() KVM: Dynamically size memslot arrays 1 1 - --- 2020-02-18 Sean Christopherson New
[v6,03/22] KVM: Don't free new memslot if allocation of said memslot fails KVM: Dynamically size memslot arrays 1 1 - --- 2020-02-18 Sean Christopherson New
[v6,02/22] KVM: Reinstall old memslots if arch preparation fails KVM: Dynamically size memslot arrays - 2 - --- 2020-02-18 Sean Christopherson New
[v6,01/22] KVM: x86: Allocate new rmap and large page tracking when moving memslot KVM: Dynamically size memslot arrays - 1 - --- 2020-02-18 Sean Christopherson New
[kvm-unit-tests,4/4] nVMX: Extend EPT cap MSR test to allow 5-level EPT nVMX: 5-level nested EPT support - - - --- 2020-02-07 Sean Christopherson New
[kvm-unit-tests,3/4] nVMX: Mark bit 39 of MSR_IA32_VMX_EPT_VPID_CAP as reserved nVMX: 5-level nested EPT support - - - --- 2020-02-07 Sean Christopherson New
[kvm-unit-tests,2/4] nVMX: Refactor the EPT/VPID MSR cap check to make it readable nVMX: 5-level nested EPT support - - - --- 2020-02-07 Sean Christopherson New
[kvm-unit-tests,1/4] nVMX: Extend EPTP test to allow 5-level EPT nVMX: 5-level nested EPT support - - - --- 2020-02-07 Sean Christopherson New
[v2,7/7] KVM: nVMX: Drop unnecessary check on ept caps for execute-only KVM: x86/mmu: nVMX: 5-level paging fixes and enabling - - - --- 2020-02-07 Sean Christopherson New
[v2,6/7] KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_cr3_or_eptp() KVM: x86/mmu: nVMX: 5-level paging fixes and enabling - - - --- 2020-02-07 Sean Christopherson New
[v2,5/7] KVM: nVMX: Rename EPTP validity helper and associated variables KVM: x86/mmu: nVMX: 5-level paging fixes and enabling - - - --- 2020-02-07 Sean Christopherson New
[v2,4/7] KVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_get_eptp() KVM: x86/mmu: nVMX: 5-level paging fixes and enabling - - - --- 2020-02-07 Sean Christopherson New
[v2,3/7] KVM: nVMX: Allow L1 to use 5-level page walks for nested EPT KVM: x86/mmu: nVMX: 5-level paging fixes and enabling - - - --- 2020-02-07 Sean Christopherson New
[v2,2/7] KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging KVM: x86/mmu: nVMX: 5-level paging fixes and enabling - - - --- 2020-02-07 Sean Christopherson New
[v2,1/7] KVM: nVMX: Use correct root level for nested EPT shadow page tables KVM: x86/mmu: nVMX: 5-level paging fixes and enabling - - - --- 2020-02-07 Sean Christopherson New
KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDP KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDP - 1 - --- 2020-02-06 Sean Christopherson New
[7/7] KVM: nVMX: Drop unnecessary check on ept caps for execute-only KVM: x86/mmu: nVMX: 5-level paging fixes and enabling - - - --- 2020-02-06 Sean Christopherson New
[6/7] KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_cr3_or_eptp() KVM: x86/mmu: nVMX: 5-level paging fixes and enabling - - - --- 2020-02-06 Sean Christopherson New
[5/7] KVM: nVMX: Rename EPTP validity helper and associated variables KVM: x86/mmu: nVMX: 5-level paging fixes and enabling - - - --- 2020-02-06 Sean Christopherson New
[4/7] KVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_get_eptp() KVM: x86/mmu: nVMX: 5-level paging fixes and enabling - - - --- 2020-02-06 Sean Christopherson New
[3/7] KVM: nVMX: Allow L1 to use 5-level page walks for nested EPT KVM: x86/mmu: nVMX: 5-level paging fixes and enabling - - - --- 2020-02-06 Sean Christopherson New
[2/7] KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging KVM: x86/mmu: nVMX: 5-level paging fixes and enabling - - - --- 2020-02-06 Sean Christopherson New
[1/7] KVM: nVMX: Use correct root level for nested EPT shadow page tables KVM: x86/mmu: nVMX: 5-level paging fixes and enabling - - - --- 2020-02-06 Sean Christopherson New
[kvm-unit-tests] x86: Use "-cpu host" for PCID tests [kvm-unit-tests] x86: Use "-cpu host" for PCID tests - 1 - --- 2020-02-04 Sean Christopherson New
[kvm-unit-tests] x86: Fix the name for the SMEP CPUID bit [kvm-unit-tests] x86: Fix the name for the SMEP CPUID bit - 2 - --- 2020-02-04 Sean Christopherson New
KVM: nVMX: Remove stale comment from nested_vmx_load_cr3() KVM: nVMX: Remove stale comment from nested_vmx_load_cr3() - 2 - --- 2020-02-04 Sean Christopherson New
[2/2] KVM: MIPS: Fold comparecount_func() into comparecount_wakeup() KVM: MIPS: Bug fix and cleanup - - - --- 2020-02-03 Sean Christopherson New
[1/2] KVM: MIPS: Fix a build error due to referencing not-yet-defined function KVM: MIPS: Bug fix and cleanup - - - --- 2020-02-03 Sean Christopherson New
[61/61] KVM: x86: Move VMX's host_efer to common x86 code KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[60/61] KVM: Drop largepages_enabled and its accessor/mutator KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[59/61] KVM: x86: Don't propagate MMU lpage support to memslot.disallow_lpage KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[58/61] KVM: x86/mmu: Configure max page level during hardware setup KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[57/61] KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common function KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[56/61] KVM: SVM: Refactor logging of NPT enabled/disabled KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[55/61] KVM: VMX: Directly query Intel PT mode when refreshing PMUs KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[54/61] KVM: x86: Check for Intel PT MSR virtualization using KVM cpu caps KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[53/61] KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP support KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[52/61] KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt support KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[51/61] KVM: x86: Use kvm_cpu_caps to detect Intel PT support KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[50/61] KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_caps KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[49/61] KVM: x86: Override host CPUID results with kvm_cpu_caps KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[48/61] KVM: x86: Do host CPUID at load time to mask KVM cpu caps KVM: x86: Introduce KVM cpu caps - - - --- 2020-02-01 Sean Christopherson New
[47/61] KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUs KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[46/61] KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafs KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[45/61] KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func() KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[44/61] KVM: x86: Use KVM cpu caps to track UMIP emulation KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[43/61] KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[42/61] KVM: x86: Add a helper to check kernel support when setting cpu cap KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[41/61] KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap update KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[40/61] KVM: VMX: Convert feature updates from CPUID to KVM cpu caps KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[39/61] KVM: SVM: Convert feature updates from CPUID to KVM cpu caps KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[38/61] KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[37/61] KVM: x86: Refactor handling of XSAVES CPUID adjustment KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[36/61] KVM: x86: Handle GBPAGE CPUID adjustment for EPT in VMX code KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[35/61] KVM: x86: Handle Intel PT CPUID adjustment in VMX code KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[34/61] KVM: x86: Handle RDTSCP CPUID adjustment in VMX code KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[33/61] KVM: x86: Handle PKU CPUID adjustment in VMX code KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[32/61] KVM: x86: Handle UMIP emulation CPUID adjustment in VMX code KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[31/61] KVM: x86: Handle INVPCID CPUID adjustment in VMX code KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[30/61] KVM: x86: Handle MPX CPUID adjustment in VMX code KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[29/61] KVM: x86: Add Kconfig-controlled auditing of reverse CPUID lookups KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[28/61] KVM: x86: Refactor cpuid_mask() to auto-retrieve the register KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[27/61] KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutators KVM: x86: Introduce KVM cpu caps - - - --- 2020-02-01 Sean Christopherson New
[26/61] KVM: x86: Introduce cpuid_entry_{get,has}() accessors KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[25/61] KVM: x86: Use u32 for holding CPUID register value in helpers KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[24/61] KVM: x86: Drop explicit @func param from ->set_supported_cpuid() KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[23/61] KVM: x86: Clear output regs for CPUID 0x14 if PT isn't exposed to guest KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[22/61] KVM: x86: Make kvm_mpx_supported() an inline function KVM: x86: Introduce KVM cpu caps - 2 - --- 2020-02-01 Sean Christopherson New
[21/61] KVM: x86: Use supported_xcr0 to detect MPX support KVM: x86: Introduce KVM cpu caps - 2 - --- 2020-02-01 Sean Christopherson New
[20/61] KVM: x86: Calculate the supported xcr0 mask at load time KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[19/61] KVM: VMX: Add helpers to query Intel PT mode KVM: x86: Introduce KVM cpu caps - - - --- 2020-02-01 Sean Christopherson New
[18/61] KVM: x86: Use common loop iterator when handling CPUID 0xD.N KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[17/61] KVM: x86: Drop redundant array size check KVM: x86: Introduce KVM cpu caps - - - --- 2020-02-01 Sean Christopherson New
[16/61] KVM: x86: Encapsulate CPUID entries and metadata in struct KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
« 1 2 ... 6 7 816 17 »