summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2024-03-05KVM: x86/xen: improve accuracy of Xen timersDavid Woodhouse1-0/+1
2024-02-27KVM: x86/pmu: Explicitly check NMI from guest to reducee false positivesLike Xu1-6/+0
2023-11-29KVM: x86: Virtualize LAM for supervisor pointerRobert Hoo1-0/+2
2023-10-06KVM: x86: Refine calculation of guest wall clock to use a single TSC readDavid Woodhouse1-0/+1
2023-08-03KVM: x86: Snapshot host's MSR_IA32_ARCH_CAPABILITIESSean Christopherson1-0/+1
2023-06-01KVM: x86: Make kvm_mtrr_valid() static now that there are no external usersSean Christopherson1-1/+0
2023-04-26Merge tag 'kvm-x86-selftests-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+29
2023-04-26Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+13
2023-04-11KVM: x86: Filter out XTILE_CFG if XTILE_DATA isn't permittedSean Christopherson1-1/+17
2023-04-11KVM: x86: Add a helper to handle filtering of unpermitted XCR0 featuresAaron Lewis1-0/+13
2023-04-07KVM: x86: Add macros to track first...last VMX feature MSRsSean Christopherson1-0/+8
2023-04-07KVM: x86: Add a helper to query whether or not a vCPU has ever runSean Christopherson1-0/+5
2023-03-23KVM: x86: Change return type of is_long_mode() to boolBinbin Wu1-3/+3
2023-03-22KVM: x86: Use boolean return value for is_{pae,pse,paging}()Binbin Wu1-6/+6
2023-03-22KVM: x86: Add helpers to query individual CR0/CR4 bitsBinbin Wu1-2/+2
2023-02-15Merge tag 'kvm-x86-vmx-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-3/+3
2023-01-27KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrsSean Christopherson1-0/+12
2023-01-24KVM: VMX: Handle NMI VM-Exits in noinstr regionSean Christopherson1-3/+3
2022-11-09KVM: x86: Track supported PERF_CAPABILITIES in kvm_capsSean Christopherson1-0/+1
2022-09-26KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowedSean Christopherson1-5/+0
2022-09-26KVM: x86: Treat pending TRIPLE_FAULT requests as pending exceptionsSean Christopherson1-1/+2
2022-09-26KVM: x86: Morph pending exceptions to pending VM-Exits at queue timeSean Christopherson1-0/+7
2022-09-26KVM: x86: Make kvm_queued_exception a properly named, visible structSean Christopherson1-1/+2
2022-07-28KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bitsSean Christopherson1-1/+1
2022-06-08KVM: VMX: Enable Notify VM exitTao Xu1-0/+7
2022-06-08KVM: x86: Introduce "struct kvm_caps" to track misc caps/settingsSean Christopherson1-3/+23
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2022-03-22Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+1
2022-02-10KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOGDavid Matlack1-0/+2
2022-02-05Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-4/+13
2022-02-02x86: Share definition of __is_canonical_address()Adrian Hunter1-6/+1
2022-02-01kvm/x86: rework guest entry logicMark Rutland1-45/+0
2022-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2022-01-17KVM: x86: Making the module parameter of vPMU more commonLike Xu1-0/+1
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2022-01-13Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+13
2022-01-07KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirtyDavid Woodhouse1-1/+0
2021-11-26KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested vmentry/vmexitSean Christopherson1-6/+1
2021-11-18KVM: x86: Assume a 64-bit hypercall for guests with protected stateTom Lendacky1-0/+12
2021-11-17KVM: x86: More precisely identify NMI from guest when handling PMISean Christopherson1-3/+10
2021-11-17KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variableSean Christopherson1-4/+6
2021-10-22kvm: x86: Remove stale declaration of kvm_no_apic_vcpuJim Mattson1-2/+0
2021-08-13KVM: x86: Move declaration of kvm_spurious_fault() to x86.hUros Bizjak1-0/+2
2021-06-25KVM: x86/mmu: Use MMU role_regs to get LA57, and drop vCPU LA57 helperSean Christopherson1-10/+0
2021-05-05KVM: x86: Consolidate guest enter/exit logic to common helpersSean Christopherson1-0/+45
2021-04-26KVM: x86: Rename GPR accessors to make mode-aware variants the defaultsSean Christopherson1-4/+4
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini1-1/+0
2021-03-30KVM: x86: remove unused declaration of kvm_write_tsc()Dongli Zhang1-1/+0
2021-03-15KVM: x86: Handle triple fault in L2 without killing L1Sean Christopherson1-0/+2