summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-212-1/+4
|\
| * KVM: VMX: Enable bus lock VM exitChenyi Qiang2021-02-042-1/+4
* | x86/vm86/32: Remove VM86_SCREEN_BITMAP supportAndy Lutomirski2021-01-211-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-203-0/+31
|\
| * KVM: SVM: Add support for CR8 write traps for an SEV-ES guestTom Lendacky2020-12-151-0/+1
| * KVM: SVM: Add support for CR4 write traps for an SEV-ES guestTom Lendacky2020-12-151-0/+1
| * KVM: SVM: Add support for CR0 write traps for an SEV-ES guestTom Lendacky2020-12-151-0/+17
| * KVM: SVM: Add support for EFER write traps for an SEV-ES guestTom Lendacky2020-12-151-0/+2
| * KVM: SVM: Add initial support for a VMGEXIT VMEXITTom Lendacky2020-12-151-0/+7
| * KVM: X86: Implement ring-based dirty memory trackingPeter Xu2020-11-151-0/+1
| * KVM: x86: emulate wait-for-SIPI and SIPI-VMExitYadong Qi2020-11-151-0/+2
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-12-141-24/+0
|\ \
| * | arch: move SA_* definitions to generic headersPeter Collingbourne2020-11-231-24/+0
| |/
* | x86/sgx: Fix a typo in kernel-doc markupMauro Carvalho Chehab2020-12-021-1/+1
* | x86/vdso: Implement a vDSO for Intel SGX enclave callSean Christopherson2020-11-181-0/+91
* | x86/sgx: Add SGX_IOC_ENCLAVE_PROVISIONJarkko Sakkinen2020-11-181-0/+11
* | x86/sgx: Add SGX_IOC_ENCLAVE_INITJarkko Sakkinen2020-11-181-0/+11
* | x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGESJarkko Sakkinen2020-11-181-0/+30
* | x86/sgx: Add SGX_IOC_ENCLAVE_CREATEJarkko Sakkinen2020-11-181-0/+25
|/
* x86/kvm: Reserve KVM_FEATURE_MSI_EXT_DEST_IDDavid Woodhouse2020-10-281-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-232-0/+22
|\
| * KVM: x86: Introduce MSR filteringAlexander Graf2020-09-281-0/+18
| * KVM: x86: Add infrastructure for MSR filteringAlexander Graf2020-09-281-0/+2
| * KVM: SVM: Enable INVPCID feature on AMDBabu Moger2020-09-281-0/+2
* | x86/sev-es: Handle NMI StateJoerg Roedel2020-09-091-0/+1
* | x86/sev-es: Support CPU offline/onlineJoerg Roedel2020-09-091-0/+1
* | x86/realmode: Setup AP jump tableTom Lendacky2020-09-091-0/+3
* | x86/sev-es: Handle MMIO eventsTom Lendacky2020-09-091-0/+5
* | x86/boot/compressed/64: Setup a GHCB-based VC Exception handlerJoerg Roedel2020-09-071-0/+1
|/
* Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-041-0/+3
|\
| * x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2Andi Kleen2020-06-181-0/+3
* | Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar2020-07-261-2/+3
|\ \
| * | KVM: nVMX: fixes for preemption timer migrationPaolo Bonzini2020-07-101-2/+3
| |/
* / x86: bootparam.h: Delete duplicated wordRandy Dunlap2020-07-261-1/+1
|/
* Merge branch 'x86/entry' into ras/coreThomas Gleixner2020-06-114-5/+46
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-033-3/+37
| |\
| | * KVM: nVMX: Fix VMX preemption timer migrationPeter Shier2020-06-011-0/+3
| | * KVM: x86: announce KVM_FEATURE_ASYNC_PF_INTVitaly Kuznetsov2020-06-011-0/+1
| | * KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov2020-06-011-0/+1
| | * KVM: x86: interrupt based APF 'page ready' event deliveryVitaly Kuznetsov2020-06-011-1/+11
| | * KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov2020-06-011-2/+3
| | * KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini2020-06-011-1/+16
| | * KVM: x86: Print symbolic names of VMX VM-Exit flags in tracesSean Christopherson2020-05-151-0/+3
| * | x86/syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long"Andy Lutomirski2020-05-261-2/+9
| |/
* | x86/mce: Drop bogus comment about mce.kflagsTony Luck2020-04-171-1/+1
* | x86/mce: Add a struct mce.kflags fieldTony Luck2020-04-141-0/+1
|/
* KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton2020-02-231-0/+1
* KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOWXiaoyao Li2020-01-081-2/+2
* arch: sembuf.h: make uapi asm/sembuf.h self-containedMasahiro Yamada2019-12-041-0/+2
* arch: msgbuf.h: make uapi asm/msgbuf.h self-containedMasahiro Yamada2019-12-041-0/+3