[GIT PULL] x86/cleanups for v5.14

From: Ingo Molnar
Date: Mon Jun 28 2021 - 03:29:37 EST


Linus,

Please pull the latest x86/cleanups git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-2021-06-28

# HEAD: 1d3156396cf6ea0873145092f4e040374ff1d862 x86/sgx: Correct kernel-doc's arg name in sgx_encl_release()

Misc cleanups & removal of obsolete code.

Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
Thanks,

Ingo

------------------>
Borislav Petkov (3):
x86/asm: Simplify __smp_mb() definition
x86/alternative: Align insn bytes vertically
x86/setup: Document that Windows reserves the first MiB

ChenXiaoSong (1):
x86/sgx: Correct kernel-doc's arg name in sgx_encl_release()

Hubert Jasudowicz (1):
doc: Remove references to IBM Calgary

Ingo Molnar (1):
x86: Fix leftover comment typos

Mike Rapoport (2):
x86/setup: Remove CONFIG_X86_RESERVE_LOW and reservelow= options
x86/crash: Remove crash_reserve_low_1M()

Pavel Skripkin (1):
x86/alternatives: Make the x86nops[] symbol static


Documentation/admin-guide/kernel-parameters.txt | 5 ---
Documentation/x86/x86_64/boot-options.rst | 31 +----------------
arch/x86/Kconfig | 29 ----------------
arch/x86/hyperv/hv_init.c | 2 +-
arch/x86/include/asm/barrier.h | 7 ++--
arch/x86/include/asm/crash.h | 6 ----
arch/x86/include/asm/sgx.h | 2 +-
arch/x86/include/asm/stackprotector.h | 2 +-
arch/x86/kernel/alternative.c | 6 ++--
arch/x86/kernel/cpu/sgx/encl.c | 2 +-
arch/x86/kernel/crash.c | 13 -------
arch/x86/kernel/kprobes/core.c | 2 +-
arch/x86/kernel/setup.c | 45 ++++++-------------------
arch/x86/kvm/mmu/mmu.c | 2 +-
arch/x86/kvm/mmu/tdp_mmu.c | 2 +-
15 files changed, 24 insertions(+), 132 deletions(-)