[GIT PULL] x86/cleanups
From: Ingo Molnar
Date: Tue Jan 28 2020 - 12:34:59 EST
Linus,
Please pull the latest x86-cleanups-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-for-linus
# HEAD: 3c749b81ee99ef1a01d342ee5e4bc01e4332eb75 x86/CPU/AMD: Remove amd_get_topology_early()
Misc cleanups all around the map.
Thanks,
Ingo
------------------>
Anthony Steinhauser (1):
x86/nospec: Remove unused RSB_FILL_LOOPS
Benjamin Thiel (1):
x86/cpu: Add a missing prototype for arch_smt_update()
Borislav Petkov (1):
x86/CPU/AMD: Remove amd_get_topology_early()
Enrico Weigelt (1):
Documentation/x86/boot: Fix typo
Ingo Molnar (2):
x86/setup: Clean up the header portion of setup.c
x86/setup: Enhance the comments
Julia Lawall (1):
x86/crash: Use resource_size()
Krzysztof Kozlowski (1):
x86/Kconfig: Fix Kconfig indentation
Mateusz Nosek (1):
x86/tsc: Remove redundant assignment
Randy Dunlap (1):
x86/Kconfig: Correct spelling and punctuation
Sean Christopherson (1):
x86/boot: Fix a comment's incorrect file reference
Valdis Kletnieks (1):
x86/vdso: Provide missing include file
yu kuai (1):
x86/process: Remove set but not used variables prev and next
Documentation/x86/boot.rst | 2 +-
arch/x86/Kconfig | 74 ++++++++--------
arch/x86/entry/vdso/vdso32-setup.c | 1 +
arch/x86/include/asm/nospec-branch.h | 1 -
arch/x86/include/asm/realmode.h | 4 +-
arch/x86/kernel/cpu/amd.c | 10 +--
arch/x86/kernel/cpu/common.c | 1 +
arch/x86/kernel/crash.c | 2 +-
arch/x86/kernel/process.c | 4 -
arch/x86/kernel/setup.c | 163 ++++++++++-------------------------
arch/x86/kernel/tsc_sync.c | 1 -
arch/x86/xen/Kconfig | 8 +-
12 files changed, 96 insertions(+), 175 deletions(-)