[GIT PULL] x86/cleanups for v5.5

From: Ingo Molnar
Date: Mon Nov 25 2019 - 08:28:40 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: b41d62201b9772c7c750360ab668d2caa502e642 x86: Remove unused asm/rio.h

Misc cleanups, plus the removal of obsolete code such as Calgary IOMMU
support, which code hasn't seen any real testing in a long time and
there's no known users left.

Thanks,

Ingo

------------------>
Borislav Petkov (1):
x86/nmi: Remove stale EDAC include leftover

Cao jin (1):
x86: Fix typos in comments

Christoph Hellwig (3):
x86: Remove the calgary IOMMU driver
x86/pci: Remove pci_64.h
x86/pci: Remove #ifdef __KERNEL__ guard from <asm/pci.h>

Lianbo Jiang (1):
x86/kdump: Remove the unused crash_copy_backup_region()

Thomas Gleixner (1):
x86: Remove unused asm/rio.h

Yi Wang (1):
x86/apic, x86/uprobes: Correct parameter names in kernel-doc comments


MAINTAINERS | 10 -
arch/x86/Kconfig | 30 -
arch/x86/configs/x86_64_defconfig | 1 -
arch/x86/include/asm/calgary.h | 57 --
arch/x86/include/asm/crash.h | 1 -
arch/x86/include/asm/pci.h | 7 -
arch/x86/include/asm/pci_64.h | 28 -
arch/x86/include/asm/rio.h | 64 --
arch/x86/include/asm/tce.h | 35 -
arch/x86/kernel/Makefile | 1 -
arch/x86/kernel/apic/apic.c | 2 +-
arch/x86/kernel/pci-calgary_64.c | 1586 -------------------------------------
arch/x86/kernel/pci-dma.c | 6 -
arch/x86/kernel/setup.c | 6 +-
arch/x86/kernel/tce_64.c | 177 -----
arch/x86/kernel/traps.c | 5 -
arch/x86/kernel/uprobes.c | 2 +-
arch/x86/mm/numa.c | 2 +-
18 files changed, 6 insertions(+), 2014 deletions(-)
delete mode 100644 arch/x86/include/asm/calgary.h
delete mode 100644 arch/x86/include/asm/pci_64.h
delete mode 100644 arch/x86/include/asm/rio.h
delete mode 100644 arch/x86/include/asm/tce.h
delete mode 100644 arch/x86/kernel/pci-calgary_64.c
delete mode 100644 arch/x86/kernel/tce_64.c