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,
	the arch/x86 maintainers <x86@kernel.org>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] x86/cleanups for v7.1
Date: Mon, 13 Apr 2026 11:01:09 +0200	[thread overview]
Message-ID: <adyw1R470vOiUT71@gmail.com> (raw)

Linus,

Please pull the latest x86/cleanups Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-2026-04-13

for you to fetch changes up to 9b8ad2b63067eb302aea429cb6f1f22947b353d7:

Miscellaneous x86 cleanups for v7.1:

 - Consolidate AMD and Hygon cases in parse_topology() (Wei Wang)
 - asm constraints cleanups in __iowrite32_copy() (Uros Bizjak)
 - Drop AMD Extended Interrupt LVT macros (Naveen N Rao)
 - Don't use REALLY_SLOW_IO for delays (Juergen Gross)
 - paravirt cleanups (Juergen Gross)
 - FPU code cleanups (Borislav Petkov)
 - split-lock handling code cleanups (Borislav Petkov, Ronan Pigott)

 Thanks,

	Ingo

------------------>
Borislav Petkov (1):
      x86/split_lock: Restructure the unwieldy switch-case in sld_state_show()

Borislav Petkov (AMD) (2):
      x86/fpu: Correct misspelled xfeaures_to_write local var
      x86/fpu: Correct the comment explaining what xfeatures_in_use() does

Juergen Gross (3):
      x86/irqflags: Preemptively move include paravirt.h directive where it belongs
      x86/paravirt: Replace io_delay() hook with a bool
      block/floppy: Don't use REALLY_SLOW_IO for delays

Naveen N Rao (AMD) (1):
      x86/apic: Drop AMD Extended Interrupt LVT macros

Ronan Pigott (1):
      x86/split_lock: Don't warn about unknown split_lock_detect parameter

Uros Bizjak (2):
      x86/asm: Use inout "+" asm onstraint modifiers in __iowrite32_copy()
      x86/local: Remove trailing semicolon from _ASM_XADD in local_add_return()

Wei Wang (1):
      x86/cpu/topology: Consolidate AMD and Hygon cases in parse_topology()


 arch/x86/events/amd/ibs.c             |  6 ++--
 arch/x86/include/asm/apicdef.h        |  7 -----
 arch/x86/include/asm/floppy.h         | 27 +++++++++++++----
 arch/x86/include/asm/fpu/xcr.h        |  2 +-
 arch/x86/include/asm/io.h             | 19 +++++-------
 arch/x86/include/asm/irqflags.h       |  6 ++--
 arch/x86/include/asm/local.h          |  2 +-
 arch/x86/include/asm/paravirt-base.h  |  6 ++++
 arch/x86/include/asm/paravirt.h       | 11 -------
 arch/x86/include/asm/paravirt_types.h |  2 --
 arch/x86/kernel/apic/apic.c           | 12 ++++----
 arch/x86/kernel/cpu/bus_lock.c        | 55 ++++++++++++++++++++---------------
 arch/x86/kernel/cpu/mce/amd.c         |  6 ++--
 arch/x86/kernel/cpu/topology_common.c |  8 ++---
 arch/x86/kernel/cpu/vmware.c          |  2 +-
 arch/x86/kernel/fpu/xstate.h          |  8 ++---
 arch/x86/kernel/kvm.c                 |  8 +----
 arch/x86/kernel/paravirt.c            |  3 +-
 arch/x86/xen/enlighten_pv.c           |  6 +---
 drivers/block/floppy.c                |  2 --
 20 files changed, 94 insertions(+), 104 deletions(-)

             reply	other threads:[~2026-04-13  9:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-13  9:01 Ingo Molnar [this message]
2026-04-14 21:06 ` [GIT PULL] x86/cleanups for v7.1 Linus Torvalds
2026-04-14 21:45 ` 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=adyw1R470vOiUT71@gmail.com \
    --to=mingo@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=x86@kernel.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.