summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/uapi/asm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-013-8/+8
|\
| * y2038: ipc: fix x32 ABI breakageArnd Bergmann2019-11-251-2/+2
| * y2038: ipc: remove __kernel_time_t reference from headersArnd Bergmann2019-11-153-8/+8
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-9/+16
|\ \
| * | x86/jailhouse: Only enable platform UARTs if availableRalf Ramsauer2019-10-101-0/+3
| * | x86/jailhouse: Improve setup data version comparisonRalf Ramsauer2019-10-101-9/+13
| |/
* | x86/boot: Introduce setup_indirectDaniel Kiper2019-11-121-3/+13
* | x86/boot: Introduce kernel_info.setup_type_maxDaniel Kiper2019-11-121-0/+3
* | x86/boot: Introduce kernel_infoDaniel Kiper2019-11-121-0/+1
|/
* kvm: svm: Intercept RDPRUJim Mattson2019-09-241-0/+1
* KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG vmexitTao Xu2019-09-241-1/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-181-0/+2
|\
| * KVM: VMX: Introduce exit reason for receiving INIT signal on guest-modeLiran Alon2019-09-111-0/+2
* | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-09-161-1/+1
|\ \