summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/uapi/asm/kvm.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-0/+1
|\
| * KVM: x86: Add KVM_RUN_X86_GUEST_MODE kvm_run flagThomas Prescher2024-06-111-0/+1
* | KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH commandBrijesh Singh2024-05-121-0/+17
* | KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE commandBrijesh Singh2024-05-121-0/+19
* | KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START commandBrijesh Singh2024-05-121-0/+11
* | KVM: SEV: Add initial SEV-SNP supportBrijesh Singh2024-05-121-0/+1
|/
* KVM: SEV: Allow per-guest configuration of GHCB protocol versionMichael Roth2024-05-071-1/+3
* KVM: SEV: introduce KVM_SEV_INIT2 operationPaolo Bonzini2024-04-111-0/+9
* KVM: SEV: define VM types for SEV and SEV-ESPaolo Bonzini2024-04-111-0/+2
* KVM: SEV: publish supported VMSA featuresPaolo Bonzini2024-04-111-2/+7
* KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OPPaolo Bonzini2024-03-181-0/+23
* KVM: x86/xen: allow vcpu_info to be mapped by fixed HVAPaul Durrant2024-02-221-0/+3
* KVM: x86/xen: allow shared_info to be mapped by fixed HVAPaul Durrant2024-02-221-1/+5
* KVM: define __KVM_HAVE_GUEST_DEBUG unconditionallyPaolo Bonzini2024-02-081-1/+0
* kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini2024-02-081-1/+0
* KVM: x86: move x86-specific structs to uapi/asm/kvm.hPaolo Bonzini2024-02-081-0/+262
* kvm: x86: use a uapi-friendly macro for GENMASKPaolo Bonzini2024-02-081-3/+4
* kvm: x86: use a uapi-friendly macro for BITDionna Glaze2024-02-081-3/+4
* KVM: x86: Add support for "protected VMs" that can utilize private memorySean Christopherson2023-11-141-0/+3
* KVM: x86: Redefine 'longmode' as a flag for KVM_EXIT_HYPERCALLOliver Upton2023-04-051-0/+3
* Merge tag 'kvm-x86-pmu-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-02-151-0/+29
|\
| * KVM: x86/pmu: Introduce masked events to the pmu event filterAaron Lewis2023-01-241-0/+29
* | KVM: x86: Replace 0-length arrays with flexible arraysKees Cook2023-01-241-2/+3
|/
* KVM: Delete all references to removed KVM_SET_MEMORY_ALIAS ioctlJavier Martinez Canillas2022-12-021-8/+0
* KVM: x86: Add a VALID_MASK for the flags in kvm_msr_filter_rangeAaron Lewis2022-11-091-0/+2
* KVM: x86: Add a VALID_MASK for the flag in kvm_msr_filterAaron Lewis2022-11-091-0/+1
* KVM: x86: Disallow the use of KVM_MSR_FILTER_DEFAULT_ALLOW in the kernelAaron Lewis2022-11-091-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-041-2/+8
|\
| * KVM: x86: Tweak name of MONITOR/MWAIT #UD quirk to make it #UD specificSean Christopherson2022-07-131-1/+1
| * KVM: x86: Add a quirk for KVM's "MONITOR/MWAIT are NOPs!" behaviorSean Christopherson2022-06-201-0/+1
| * KVM: x86: PIT: Preserve state of speaker port data bitPaul Durrant2022-06-081-1/+2
| * KVM: x86: Extend KVM_{G,S}ET_VCPU_EVENTS to support pending triple faultChenyi Qiang2022-06-081-1/+5
* | treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-06-281-6/+6
|/
* KVM: x86: Allow userspace to opt out of hypercall patchingOliver Upton2022-04-021-5/+6
* KVM: x86: add system attribute to retrieve full set of supported xsave statesPaolo Bonzini2022-01-281-0/+3
* kvm: x86: Add support for getting/setting expanded xstate bufferGuang Zeng2022-01-141-1/+15
* KVM: x86: Expose TSC offset controls to userspaceOliver Upton2021-10-181-0/+4
* KVM: x86: implement KVM_GUESTDBG_BLOCKIRQMaxim Levitsky2021-08-201-0/+1
* KVM: x86: Introduce KVM_GET_SREGS2 / KVM_SET_SREGS2Maxim Levitsky2021-06-171-0/+13
* KVM: nVMX: Properly pad 'struct kvm_vmx_nested_state_hdr'Vitaly Kuznetsov2021-05-071-0/+2
* KVM: VMX: Enable bus lock VM exitChenyi Qiang2021-02-041-0/+1
* KVM: X86: Implement ring-based dirty memory trackingPeter Xu2020-11-151-0/+1
* KVM: x86: Introduce MSR filteringAlexander Graf2020-09-281-0/+18
* KVM: x86: Add infrastructure for MSR filteringAlexander Graf2020-09-281-0/+2
* KVM: nVMX: fixes for preemption timer migrationPaolo Bonzini2020-07-101-2/+3
* KVM: nVMX: Fix VMX preemption timer migrationPeter Shier2020-06-011-0/+3
* KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini2020-06-011-1/+16
* KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton2020-02-231-0/+1
* KVM: x86: Add fixed counters to PMU filterEric Hankland2019-07-201-3/+6
* Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-111-11/+22
|\