summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/uapi
AgeCommit message (Expand)AuthorLines
2022-04-06x86/sev: Check SEV-SNP features supportBrijesh Singh-0/+2
2022-04-02KVM: x86: Allow userspace to opt out of hypercall patchingOliver Upton-5/+6
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+2
2022-03-25Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+203
2022-03-15x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra-0/+2
2022-03-02platform/x86: Add AMD system management interfaceSuma Hegde-0/+203
2022-02-17shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada-1/+5
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada-1/+1
2022-01-28KVM: x86: add system attribute to retrieve full set of supported xsave statesPaolo Bonzini-0/+3
2022-01-14kvm: x86: Add support for getting/setting expanded xstate bufferGuang Zeng-1/+15
2022-01-07x86/fpu: Extend fpu_xstate_prctl() with guest permissionsThomas Gleixner-12/+14
2021-11-11Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini-0/+1
2021-11-11KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURESPaul Durrant-0/+1
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+4
2021-11-01Merge tag 'x86_sgx_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+2
2021-10-26x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae-0/+4
2021-10-22x86/sgx/virt: implement SGX_IOC_VEPC_REMOVE ioctlPaolo Bonzini-0/+2
2021-10-18KVM: x86: Expose TSC offset controls to userspaceOliver Upton-0/+4
2021-08-20KVM: x86: implement KVM_GUESTDBG_BLOCKIRQMaxim Levitsky-0/+1
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+29
2021-06-17KVM: X86: Introduce KVM_HC_MAP_GPA_RANGE hypercallAshish Kalra-0/+13
2021-06-17KVM: x86: Introduce KVM_GET_SREGS2 / KVM_SET_SREGS2Maxim Levitsky-0/+13
2021-06-17KVM: SVM: Software reserved fieldsVineeth Pillai-0/+3
2021-05-21x86/elf: Use _BITUL() macro in UAPI headersJoe Richey-2/+4
2021-05-19x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZChang S. Bae-2/+2
2021-05-07KVM: nVMX: Properly pad 'struct kvm_vmx_nested_state_hdr'Vitaly Kuznetsov-0/+2
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+1
2021-04-26Merge tag 'x86-splitlock-2021-04-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+1
2021-04-20KVM: VMX: Add basic handling of VM-Exit from SGX enclaveSean Christopherson-0/+1
2021-03-28x86/traps: Handle #DB for bus lockFenghua Yu-0/+1
2021-03-18x86: Fix various typos in commentsIngo Molnar-6/+6
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+4
2021-02-04KVM: VMX: Enable bus lock VM exitChenyi Qiang-1/+4
2021-01-21x86/vm86/32: Remove VM86_SCREEN_BITMAP supportAndy Lutomirski-2/+2
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+31
2020-12-15KVM: SVM: Add support for CR8 write traps for an SEV-ES guestTom Lendacky-0/+1
2020-12-15KVM: SVM: Add support for CR4 write traps for an SEV-ES guestTom Lendacky-0/+1
2020-12-15KVM: SVM: Add support for CR0 write traps for an SEV-ES guestTom Lendacky-0/+17
2020-12-15KVM: SVM: Add support for EFER write traps for an SEV-ES guestTom Lendacky-0/+2
2020-12-15KVM: SVM: Add initial support for a VMGEXIT VMEXITTom Lendacky-0/+7
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-24/+0
2020-12-02x86/sgx: Fix a typo in kernel-doc markupMauro Carvalho Chehab-1/+1
2020-11-23arch: move SA_* definitions to generic headersPeter Collingbourne-24/+0
2020-11-18x86/vdso: Implement a vDSO for Intel SGX enclave callSean Christopherson-0/+91
2020-11-18x86/sgx: Add SGX_IOC_ENCLAVE_PROVISIONJarkko Sakkinen-0/+11
2020-11-18x86/sgx: Add SGX_IOC_ENCLAVE_INITJarkko Sakkinen-0/+11
2020-11-18x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGESJarkko Sakkinen-0/+30
2020-11-18x86/sgx: Add SGX_IOC_ENCLAVE_CREATEJarkko Sakkinen-0/+25
2020-11-15KVM: X86: Implement ring-based dirty memory trackingPeter Xu-0/+1