linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] x86/cleanups for v5.5
@ 2019-11-25 13:28 Ingo Molnar
  2019-11-26 19:30 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2019-11-25 13:28 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Borislav Petkov, Thomas Gleixner, Peter Zijlstra,
	Andrew Morton

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] x86/cleanups for v5.5
  2019-11-25 13:28 [GIT PULL] x86/cleanups for v5.5 Ingo Molnar
@ 2019-11-26 19:30 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-11-26 19:30 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, Borislav Petkov, Thomas Gleixner,
	Peter Zijlstra, Andrew Morton

The pull request you sent on Mon, 25 Nov 2019 14:28:34 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fd2615908dfd0586ea40692a99c44e34b7e869bc

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-26 19:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-25 13:28 [GIT PULL] x86/cleanups for v5.5 Ingo Molnar
2019-11-26 19:30 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).