All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Thomas Gleixner <tglx@linutronix.de>,
	Borislav Petkov <bp@alien8.de>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] x86/platform changes for v5.9
Date: Mon, 3 Aug 2020 21:13:52 +0200	[thread overview]
Message-ID: <20200803191352.GA1352094@gmail.com> (raw)

Linus,

Please pull the latest x86/platform git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-platform-2020-08-03

   # HEAD: 3bcf25a40b018e632d70bb866d75746748953fbc x86/efi: Remove unused EFI_UV1_MEMMAP code

The biggest change is the removal of SGI UV1 support, which allowed the
removal of the legacy EFI old_mmap code as well.

This removes quite a bunch of old code & quirks.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
 Thanks,

	Ingo

------------------>
steve.wahl@hpe.com (13):
      x86/platform/uv: Remove support for UV1 platform from uv_time
      x86/platform/uv: Remove support for UV1 platform from uv_tlb
      x86/platform/uv: Remove support for UV1 platform from x2apic_uv_x
      x86/platform/uv: Remove support for UV1 platform from uv_mmrs
      x86/platform/uv: Remove support for UV1 platform from uv_bau
      x86/platform/uv: Remove support for uv1 platform from uv_hub
      x86/platform/uv: Remove support for UV1 platform from uv
      x86/platform/uv: Remove vestigial mention of UV1 platform from bios header
      x86/platform/uv: Remove efi=old_map command line option
      x86/efi: Delete SGI UV1 detection.
      x86/efi: Remove references to no-longer-used efi_have_uv1_memmap()
      x86/platform/uv: Remove uv bios and efi code related to EFI_UV1_MEMMAP
      x86/efi: Remove unused EFI_UV1_MEMMAP code


 arch/x86/include/asm/efi.h         |  20 +-
 arch/x86/include/asm/uv/bios.h     |   2 +-
 arch/x86/include/asm/uv/uv.h       |   2 +-
 arch/x86/include/asm/uv/uv_bau.h   | 118 +-----
 arch/x86/include/asm/uv/uv_hub.h   |  34 +-
 arch/x86/include/asm/uv/uv_mmrs.h  | 712 -------------------------------------
 arch/x86/kernel/apic/x2apic_uv_x.c | 122 ++-----
 arch/x86/kernel/kexec-bzimage64.c  |   9 -
 arch/x86/platform/efi/efi.c        |  16 +-
 arch/x86/platform/efi/efi_64.c     |  38 +-
 arch/x86/platform/efi/quirks.c     |  31 --
 arch/x86/platform/uv/bios_uv.c     | 173 +--------
 arch/x86/platform/uv/tlb_uv.c      | 243 ++-----------
 arch/x86/platform/uv/uv_time.c     |  16 +-
 14 files changed, 86 insertions(+), 1450 deletions(-)

             reply	other threads:[~2020-08-03 19:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-03 19:13 Ingo Molnar [this message]
2020-08-04  0:50 ` [GIT PULL] x86/platform changes for v5.9 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=20200803191352.GA1352094@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.