summaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-024-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-211-2/+7
| * x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu2021-10-011-0/+23
| * x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf2021-10-011-0/+5
| * kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-10-011-1/+0
* | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-021-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
| * | | | | | x86/fpu: Prepare for sanitizing KVM FPU codeThomas Gleixner2021-10-231-1/+43
| * | | | | | x86/fpu/xstate: Move remaining xfeature helpers to coreThomas Gleixner2021-10-221-13/+0
| * | | | | | x86/fpu: Rework restore_regs_from_fpstate()Thomas Gleixner2021-10-221-20/+7
| * | | | | | x86/fpu: Mop up xfeatures_mask_uabi()Thomas Gleixner2021-10-221-9/+0
| * | | | | | x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner2021-10-211-6/+4
| * | | | | | x86/fpu: Provide struct fpu_configThomas Gleixner2021-10-211-0/+42