summaryrefslogtreecommitdiffstats
path: root/arch/x86
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-1624-188/+212
| |\ \ \ \ \
| | * | | | | 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-112-0/+4
| | * | | | | 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-051-0/+27
| | * | | | | 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-1610-85/+62
| |\ \ \ \ \
| | * | | | | KVM: Introduce vcpu->wants_to_runDavid Matlack2024-06-181-2/+2
| | * | | | | 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: 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-112-8/+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: x86: Don't re-setup empty IRQ routing when KVM_CAP_SPLIT_IRQCHIPYi Wang2024-06-113-11/+0
| | |/ / / /
| * | | | | Merge tag 'kvm-x86-fixes-6.10-11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-1/+1
| |\ \ \ \ \
| | * | | | | KVM: Validate hva in kvm_gpc_activate_hva() to fix __kvm_gpc_refresh() WARNPei Li2024-06-281-1/+1
| * | | | | | Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-07-1214-52/+57
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'kvm-prefault' into HEADPaolo Bonzini2024-07-124-24/+102
| |\ \ \ \ \ \
| | * | | | | | KVM: x86: Implement kvm_arch_vcpu_pre_fault_memory()Paolo Bonzini2024-07-123-0/+77
| | * | | | | | KVM: x86/mmu: Make kvm_mmu_do_page_fault() return mapped levelPaolo Bonzini2024-07-122-3/+6
| | * | | | | | KVM: x86/mmu: Account pf_{fixed,emulate,spurious} in callers of "do page fault"Sean Christopherson2024-07-122-14/+18
| | * | | | | | KVM: x86/mmu: Bump pf_taken stat only in the "real" page fault handlerSean Christopherson2024-07-122-8/+2
| | | |_|_|/ / | | |/| | | |
| * | | | | | KVM: x86/tdp_mmu: Take a GFN in kvm_tdp_mmu_fast_pf_get_last_sptep()Rick Edgecombe2024-06-203-4/+3
| * | | | | | KVM: x86/tdp_mmu: Rename REMOVED_SPTE to FROZEN_SPTERick Edgecombe2024-06-204-28/+28
| |/ / / / /
| * | | | | Merge branch 'kvm-6.10-fixes' into HEADPaolo Bonzini2024-06-202-8/+4
| |\ \ \ \ \