From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Borislav Petkov <bp@alien8.de>,
Thomas Gleixner <tglx@linutronix.de>,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] x86/cleanups for v5.5
Date: Mon, 25 Nov 2019 14:28:34 +0100 [thread overview]
Message-ID: <20191125132834.GA42801@gmail.com> (raw)
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
next reply other threads:[~2019-11-25 13:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-25 13:28 Ingo Molnar [this message]
2019-11-26 19:30 ` [GIT PULL] x86/cleanups for v5.5 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191125132834.GA42801@gmail.com \
--to=mingo@kernel.org \
--cc=a.p.zijlstra@chello.nl \
--cc=akpm@linux-foundation.org \
--cc=bp@alien8.de \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.