[GIT PULL] x86/cleanups for v5.9

From: Ingo Molnar
Date: Mon Aug 03 2020 - 13:27:47 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-2020-08-03

# HEAD: 90fc73928fec2f62bbee1476781754c7392a7b61 x86/ioperm: Initialize pointer bitmap with NULL rather than 0

Misc cleanups all around the place.

out-of-topic modifications in x86-cleanups-2020-08-03:
--------------------------------------------------------
drivers/hwmon/fam15h_power.c # 1068ed4547ad: x86/msr: Lift AMD family 0x1
include/linux/cpu.h # 2accfa69050c: cpu/speculation: Add prototy
init/do_mounts_initrd.c # eacb0c101a0b: initrd: Remove erroneous com

Thanks,

Ingo

------------------>
Arvind Sankar (1):
x86/mm: Drop unused MAX_PHYSADDR_BITS

Benjamin Thiel (2):
x86/mm: Fix -Wmissing-prototypes warnings for arch/x86/mm/init.c
x86/mm/32: Fix -Wmissing prototypes warnings for init.c

Borislav Petkov (4):
x86/msr: Lift AMD family 0x15 power-specific MSRs
x86/cpufeatures: Mark two free bits in word 3
x86/asm: Unify __ASSEMBLY__ blocks
x86/msr: Move the F15h MSRs where they belong

Colin Ian King (1):
x86/ioperm: Initialize pointer bitmap with NULL rather than 0

Guenter Roeck (1):
cpu/speculation: Add prototype for cpu_show_srbds()

Ingo Molnar (3):
x86/ioapic: Remove unused "IOAPIC_AUTO" define
x86/tsc: Remove unused "US_SCALE" and "NS_SCALE" leftover macros
x86/mm: Remove the unused mk_kernel_pgd() #define

Jason Andryuk (1):
x86/idt: Make idt_descr static

Randy Dunlap (3):
x86: bootparam.h: Delete duplicated word
x86: cmpxchg_32.h: Delete duplicated word
x86: uv: uv_hub.h: Delete duplicated word

Tom Rini (1):
initrd: Remove erroneous comment


arch/x86/events/amd/power.c | 4 ----
arch/x86/include/asm/asm.h | 6 ++----
arch/x86/include/asm/cmpxchg_32.h | 2 +-
arch/x86/include/asm/cpufeatures.h | 2 ++
arch/x86/include/asm/io_apic.h | 1 -
arch/x86/include/asm/mem_encrypt.h | 5 ++++-
arch/x86/include/asm/msr-index.h | 4 +++-
arch/x86/include/asm/pgtable.h | 9 +++------
arch/x86/include/asm/pgtable_64.h | 11 ++++-------
arch/x86/include/asm/sparsemem.h | 6 +-----
arch/x86/include/asm/tsc.h | 3 ---
arch/x86/include/asm/uv/uv_hub.h | 2 +-
arch/x86/include/uapi/asm/bootparam.h | 2 +-
arch/x86/kernel/idt.c | 2 +-
arch/x86/mm/init.c | 3 +--
arch/x86/mm/mem_encrypt.c | 2 +-
arch/x86/xen/enlighten_pv.c | 2 +-
drivers/hwmon/fam15h_power.c | 4 ----
include/linux/cpu.h | 1 +
init/do_mounts_initrd.c | 5 -----
20 files changed, 27 insertions(+), 49 deletions(-)