summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/uapi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\ \
| * | x86/syscalls: Make __X32_SYSCALL_BIT be unsigned longAndy Lutomirski2019-07-221-1/+1
* | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-09-1610-16/+0
|\ \ \ | |_|/ |/| |
| * | x86/build: Remove unneeded uapi asm-generic wrappersMasahiro Yamada2019-07-2310-16/+0
| |/
* / treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada2019-07-254-4/+4
|/
* KVM: x86: Add fixed counters to PMU filterEric Hankland2019-07-201-3/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-123-5/+18
|\
| * Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-112-11/+23
| |\
| * | KVM: x86: PMU Event FilterEric Hankland2019-07-111-0/+10
| * | KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPTSean Christopherson2019-07-051-1/+0
| * | KVM: X86: Yield to IPI target if necessaryWanpeng Li2019-07-021-0/+1
| * | kvm: x86: add host poll control msrsMarcelo Tosatti2019-06-181-0/+2
| * | KVM: X86: Emulate MSR_IA32_MISC_ENABLE MWAIT bitWanpeng Li2019-06-041-4/+5
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-091-0/+2
|\ \ \
| * | | x86/boot: Add xloadflags bits to check for 5-level paging supportBaoquan He2019-06-281-0/+2
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-291-0/+3
|\ \ \ \ | |_|_|/ |/| | |