summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | KVM: x86/mmu: Unnest TDP MMU helpers that allocate SPs for eager splittingDavid Matlack2024-06-141-30/+18
| | * | | | KVM: x86/mmu: Hard code GFP flags for TDP MMU eager split allocationsDavid Matlack2024-06-141-6/+4
| | * | | | KVM: x86/mmu: Always drop mmu_lock to allocate TDP MMU SPs for eager splittingDavid Matlack2024-06-141-15/+1
| | * | | | KVM: x86/mmu: Rephrase comment about synthetic PFERR flags in #PF handlerSean Christopherson2024-06-141-1/+4
| | * | | | KVM: x86/mmu: Only allocate shadowed translation cache for sp->role.level <= ...Hou Wenlong2024-06-032-7/+7
| | * | | | KVM: x86: invalid_list not used anymore in mmu_shrink_scanLiang Chen2024-06-031-1/+0
| | |/ / /
| * | | | Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-1631-209/+503
| |\ \ \ \
| | * | | | KVM: selftests: Add test for configure of x86 APIC bus frequencyIsaku Yamahata2024-06-293-0/+203
| | * | | | KVM: selftests: Add guest udelay() utility for x86Reinette Chatre2024-06-282-0/+29
| | * | | | KVM: X86: Remove unnecessary GFP_KERNEL_ACCOUNT for temporary variablesPeng Hao2024-06-281-5/+4
| | * | | | KVM: x86: Add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-282-0/+2
| | * | | | KVM: x86: Add KVM_RUN_X86_GUEST_MODE kvm_run flagThomas Prescher2024-06-114-0/+22
| | * | | | KVM: x86: Improve documentation for KVM_CAP_X86_BUS_LOCK_EXITCarlos López2024-06-111-25/+27
| | * | | | KVM: x86: Bury guest_cpuid_is_amd_or_hygon() in cpuid.cSean Christopherson2024-06-102-10/+12
| | * | | | KVM: x86: Open code vendor_intel() in string_registers_quirk()Sean Christopherson2024-06-101-12/+8
| | * | | | KVM: x86: Allow SYSENTER in Compatibility Mode for all Intel compat vCPUsSean Christopherson2024-06-101-4/+6
| | * | | | KVM: SVM: Emulate SYSENTER RIP/RSP behavior for all Intel compat vCPUsSean Christopherson2024-06-102-15/+7
| | * | | | KVM: x86: Use "is Intel compatible" helper to emulate SYSCALL in !64-bitSean Christopherson2024-06-103-36/+16
| | * | | | KVM: x86: Inhibit code #DBs in MOV-SS shadow for all Intel compat vCPUsSean Christopherson2024-06-101-8/+6
| | * | | | KVM: x86: Apply Intel's TSC_AUX reserved-bit behavior to Intel compat vCPUsSean Christopherson2024-06-101-4/+4
| | * | | | KVM: x86/pmu: Squash period for checkpointed events based on host HLE/RTMSean Christopherson2024-06-101-1/+1
| | * | | | KVM: VMX: Remove unused declaration of vmx_request_immediate_exit()Binbin Wu2024-06-101-1/+0
| | * | | | KVM: x86: Drop unused check_apicv_inhibit_reasons() callback definitionHou Wenlong2024-06-102-2/+0
| | * | | | KVM: x86: Keep consistent naming for APICv/AVIC inhibit reasonsAlejandro Jimenez2024-06-054-5/+5
| | * | | | KVM: x86: Print names of apicv inhibit reasons in tracesAlejandro Jimenez2024-06-053-2/+30
| | * | | | KVM: x86: Add a capability to configure bus frequency for APIC timerIsaku Yamahata2024-06-053-0/+45
| | * | | | KVM: x86: Make nanoseconds per APIC bus cycle a VM variableIsaku Yamahata2024-06-055-4/+9
| | * | | | KVM: x86: hyper-v: Calculate APIC bus frequency for Hyper-VIsaku Yamahata2024-06-052-2/+1
| | * | | | KVM: x86: Move shadow_phys_bits into "kvm_host", as "maxphyaddr"Sean Christopherson2024-06-036-39/+37
| | * | | | KVM: x86/mmu: Snapshot shadow_phys_bits when kvm.ko is loadedSean Christopherson2024-06-032-4/+4
| | * | | | KVM: SVM: Use KVM's snapshot of the host's XCR0 for SEV-ES host stateSean Christopherson2024-06-031-1/+1
| | * | | | KVM: x86: Add a struct to consolidate host values, e.g. EFER, XCR0, etc...Sean Christopherson2024-06-036-40/+35
| | |/ / /
| * | | | Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-1631-146/+196
| |\ \ \ \
| | * | | | KVM: Add missing MODULE_DESCRIPTION()Jeff Johnson2024-06-281-4/+2
| | * | | | KVM: Mark a vCPU as preempted/ready iff it's scheduled out while runningDavid Matlack2024-06-181-1/+1
| | * | | | KVM: Ensure new code that references immediate_exit gets extra scrutinyDavid Matlack2024-06-182-2/+15
| | * | | | KVM: Introduce vcpu->wants_to_runDavid Matlack2024-06-189-8/+12
| | * | | | KVM: selftests: Test vCPU boot IDs above 2^32 and MAX_VCPU_IDMathias Krause2024-06-181-0/+16
| | * | | | KVM: selftests: Test max vCPU IDs corner casesMathias Krause2024-06-181-2/+20
| | * | | | KVM: x86: Prevent excluding the BSP on setting max_vcpu_idsSean Christopherson2024-06-181-1/+3
| | * | | | KVM: x86: Limit check IDs for KVM_SET_BOOT_CPU_IDMathias Krause2024-06-181-0/+3
| | * | | | KVM: Reject overly excessive IDs in KVM_CREATE_VCPUMathias Krause2024-06-181-1/+10
| | * | | | KVM: Fix a goof where kvm_create_vm() returns 0 instead of -ENOMEMDan Carpenter2024-06-141-2/+3
| | * | | | KVM: x86: Drop now-superflous setting of l1tf_flush_l1d in vcpu_run()Sean Christopherson2024-06-112-4/+4
| | * | | | KVM: x86: Unconditionally set l1tf_flush_l1d during vCPU loadSean Christopherson2024-06-111-6/+5
| | * | | | KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson2024-06-1110-17/+3
| | * | | | KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()Sean Christopherson2024-06-117-27/+16
| | * | | | KVM: VMX: Move PLE grow/shrink helpers above vmx_vcpu_load()Sean Christopherson2024-06-111-32/+32
| | * | | | KVM: Add a flag to track if a loaded vCPU is scheduled outSean Christopherson2024-06-112-0/+5
| | * | | | KVM: s390: Don't re-setup dummy routing when KVM_CREATE_IRQCHIPYi Wang2024-06-111-7/+2