summaryrefslogtreecommitdiff
path: root/arch/x86/include/uapi
AgeCommit message (Expand)AuthorFilesLines
2025-12-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2025-12-03Merge tag 'x86_cpu_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2025-12-03Merge tag 'x86_sgx_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+8
2025-11-26Merge tag 'kvm-x86-svm-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2025-11-18x86/cpufeatures: Enumerate the LASS feature bitsSohil Mehta1-0/+2
2025-11-15x86/sgx: Document structs and enums with '@', not '%'Sean Christopherson1-1/+1
2025-11-15x86/sgx: Add kernel-doc descriptions for params passed to vDSO user handlerSean Christopherson1-0/+6
2025-11-15x86/sgx: Add a missing colon in kernel-doc markup for "struct sgx_enclave_run"Sean Christopherson1-1/+1
2025-11-14KVM: SEV: Publish supported SEV-SNP policy bitsTom Lendacky1-0/+1
2025-10-20KVM: VMX: Inject #UD if guest tries to execute SEAMCALL or TDCALLSean Christopherson1-0/+1
2025-10-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+39
2025-09-23KVM: x86: Define AMD's #HV, #VC, and #SX exception vectorsSean Christopherson1-0/+4
2025-09-23KVM: x86: Define Control Protection Exception (#CP) vectorSean Christopherson1-0/+1
2025-09-23KVM: x86: Enable guest SSP read/write interface with new uAPIsYang Weijiang1-0/+3
2025-09-23KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs supportYang Weijiang1-0/+26
2025-08-31x86/apic: Initialize Secure AVIC APIC backing pageNeeraj Upadhyay1-0/+4
2025-08-19KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on IntelXin Li1-1/+5
2025-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+7
2025-06-24x86/traps: Initialize DR6 by writing its architectural reset valueXin Li (Intel)1-1/+20
2025-06-20KVM: TDX: Report supported optional TDVMCALLs in TDX capabilitiesPaolo Bonzini1-1/+7
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+3
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+12
2025-05-27Merge tag 'kvm-x86-svm-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+2
2025-05-16KVM: SVM: Add architectural definitions/assets for Bus Lock ThresholdNikunj A Dadhania1-0/+2
2025-05-13x86/kexec: add support for passing kexec handover (KHO) dataAlexander Graf1-1/+12
2025-05-02KVM: selftests: Add library support for interacting with SNPPratik R. Sampat1-0/+1
2025-04-07Merge branch 'kvm-tdx-initial' into HEADPaolo Bonzini2-1/+75
2025-03-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+5
2025-03-19Merge tag 'kvm-x86-xen-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+3
2025-03-19x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headersThomas Huth8-19/+19
2025-03-14KVM: x86: Introduce Intel specific quirk KVM_X86_QUIRK_IGNORE_GUEST_PATYan Zhao1-0/+1
2025-03-14KVM: TDX: Handle EXIT_REASON_OTHER_SMIIsaku Yamahata1-0/+1
2025-03-14KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)Isaku Yamahata1-1/+3
2025-03-14KVM: TDX: Finalize VM initializationIsaku Yamahata1-0/+1
2025-03-14KVM: TDX: Add an ioctl to create initial guest memoryIsaku Yamahata1-0/+9
2025-03-14KVM: x86: Introduce KVM_TDX_GET_CPUIDXiaoyao Li1-0/+1
2025-03-14KVM: TDX: Do TDX specific vcpu initializationIsaku Yamahata1-0/+1
2025-03-14KVM: TDX: add ioctl to initialize VM with TDX specific parametersIsaku Yamahata1-0/+24
2025-03-14KVM: TDX: Get system-wide info about TDX module on initializationIsaku Yamahata1-0/+11
2025-03-14KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctlIsaku Yamahata1-0/+23
2025-02-26KVM: SVM: Add Idle HLT intercept supportManali Shukla1-0/+2
2025-02-24KVM: x86/xen: Restrict hypercall MSR to unofficial synthetic rangeSean Christopherson1-0/+3
2025-01-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2024-12-23KVM: x86: Add a VM type define for TDXRick Edgecombe1-0/+1
2024-12-02platform/x86/amd/hsmp: Add support for HSMP protocol version 7 messagesSuma Hegde1-2/+62
2024-11-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2024-11-21Merge tag 'platform-drivers-x86-v6.13-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+2
2024-11-19Merge tag 'ras_core_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2024-11-12platform/x86/amd/hsmp: mark hsmp_msg_desc_table[] as maybe_unusedArnd Bergmann1-1/+2
2024-11-01KVM: x86: Quirk initialization of feature MSRs to KVM's max configurationSean Christopherson1-0/+1