summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-027-17/+48
|\
| * x86/sev: Make the #VC exception stacks part of the default stacks storageBorislav Petkov2021-10-061-1/+7
| * Merge branch x86/cc into x86/coreBorislav Petkov2021-10-049-23/+29
| |\
| * | x86: Increase exception stack sizesPeter Zijlstra2021-09-211-1/+1
| * | x86/mm/64: Improve stack overflow warningsPeter Zijlstra2021-09-213-15/+38
| * | x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra2021-09-212-0/+2
* | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-014-3/+41
|\ \ \
| * | | x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=yMasami Hiramatsu2021-10-221-0/+6
| * | | x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)2021-10-201-2/+7
| * | | x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu2021-09-301-0/+23
| * | | x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf2021-09-301-0/+5
| * | | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-1/+0
* | | | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-011-0/+3
|\ \ \ \
| * | | | x86: add CPU field to struct thread_infoArd Biesheuvel2021-09-301-0/+3
* | | | | Merge tag 'x86_sgx_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-0/+2
|\ \ \ \ \
| * | | | | x86/sgx/virt: implement SGX_IOC_VEPC_REMOVE ioctlPaolo Bonzini2021-10-221-0/+2
* | | | | | Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-0/+6
|\ \ \ \ \ \
| * | | | | | x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperVTianyu Lan2021-10-251-0/+6
| |/ / / / /
* | | | | | Merge tag 'x86_cpu_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-013-5/+16
|\ \ \ \ \ \
| * | | | | | x86/CPU: Add support for Vortex CPUsMarcos Del Sol Vives2021-10-211-1/+2
| * | | | | | x86/asm: Avoid adding register pressure for the init case in static_cpu_has()H. Peter Anvin2021-09-131-4/+9
| * | | | | | x86/asm: Add _ASM_RIP() macro for x86-64 (%rip) suffixH. Peter Anvin (Intel)2021-09-131-0/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'x86_cleanups_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-014-4/+4
|\ \ \ \ \ \
| * | | | | | x86: Fix misspelled Kconfig symbolsLukas Bulwahn2021-10-054-4/+4
| |/ / / / /
* | | | | | Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-013-12/+10
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky2021-10-041-5/+0
| * | | | | x86/sev: Replace occurrences of sev_es_active() with cc_platform_has()Tom Lendacky2021-10-041-2/+0
| * | | | | x86/sev: Replace occurrences of sev_active() with cc_platform_has()Tom Lendacky2021-10-041-2/+0
| * | | | | x86/sme: Replace occurrences of sme_active() with cc_platform_has()Tom Lendacky2021-10-042-3/+1
| * | | | | x86/sev: Add an x86 version of cc_platform_has()Tom Lendacky2021-10-041-0/+1
| * | | | | x86/ioremap: Selectively build arch override encryption functionsTom Lendacky2021-10-041-0/+8
* | | | | | Merge tag 'ras_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-011-12/+0
|\ \ \ \ \ \
| * | | | | | x86/mce: Get rid of machine_check_vectorBorislav Petkov2021-09-231-10/+0
| * | | | | | x86/mce: Get rid of the mce_severity function pointerBorislav Petkov2021-09-231-2/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-0120-686/+462
|\ \ \ \ \ \
| * | | | | | x86/fpu/amx: Enable the AMX feature in 64-bit modeChang S. Bae2021-10-261-2/+3
| * | | | | | x86/fpu/amx: Define AMX state components and have it used for boot-time checksChang S. Bae2021-10-263-0/+35
| * | | | | | x86/fpu/xstate: Add fpstate_realloc()/free()Chang S. Bae2021-10-261-0/+7
| * | | | | | x86/fpu/xstate: Add XFD #NM handlerChang S. Bae2021-10-261-0/+2
| * | | | | | x86/fpu: Add XFD state to fpstateChang S. Bae2021-10-261-0/+3
| * | | | | | x86/msr-index: Add MSRs for XFDChang S. Bae2021-10-261-0/+2
| * | | | | | x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bitChang S. Bae2021-10-261-0/+1
| * | | | | | x86/fpu: Prepare fpu_clone() for dynamically enabled featuresThomas Gleixner2021-10-261-1/+1
| * | | | | | x86/fpu: Add basic helpers for dynamically enabled featuresThomas Gleixner2021-10-261-0/+21
| * | | | | | x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae2021-10-263-1/+9
| * | | | | | x86/fpu: Add fpu_state_config::legacy_featuresThomas Gleixner2021-10-261-0/+7
| * | | | | | x86/fpu: Add members to struct fpu to cache permission informationThomas Gleixner2021-10-261-0/+46
| * | | | | | x86/fpu: Remove old KVM FPU interfaceThomas Gleixner2021-10-231-2/+0
| * | | | | | x86/kvm: Convert FPU handling to a single swap bufferThomas Gleixner2021-10-232-7/+4
| * | | | | | x86/fpu: Provide infrastructure for KVM FPU cleanupThomas Gleixner2021-10-231-0/+13