public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] x86/cleanups for v7.1
@ 2026-04-13  9:01 Ingo Molnar
  2026-04-14 21:06 ` Linus Torvalds
  2026-04-14 21:45 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Ingo Molnar @ 2026-04-13  9:01 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, the arch/x86 maintainers, Peter Zijlstra,
	Andrew Morton

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(-)

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

* Re: [GIT PULL] x86/cleanups for v7.1
  2026-04-13  9:01 [GIT PULL] x86/cleanups for v7.1 Ingo Molnar
@ 2026-04-14 21:06 ` Linus Torvalds
  2026-04-14 21:45 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2026-04-14 21:06 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: linux-kernel, the arch/x86 maintainers, Peter Zijlstra,
	Andrew Morton

On Mon, 13 Apr 2026 at 02:01, Ingo Molnar <mingo@kernel.org> wrote:
>
>  - Don't use REALLY_SLOW_IO for delays (Juergen Gross)

Lol. That goes way back.

Pulled.

              Linus

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

* Re: [GIT PULL] x86/cleanups for v7.1
  2026-04-13  9:01 [GIT PULL] x86/cleanups for v7.1 Ingo Molnar
  2026-04-14 21:06 ` Linus Torvalds
@ 2026-04-14 21:45 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2026-04-14 21:45 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, the arch/x86 maintainers,
	Peter Zijlstra, Andrew Morton

The pull request you sent on Mon, 13 Apr 2026 11:01:09 +0200:

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

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

Thank you!

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

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

end of thread, other threads:[~2026-04-14 21:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-13  9:01 [GIT PULL] x86/cleanups for v7.1 Ingo Molnar
2026-04-14 21:06 ` Linus Torvalds
2026-04-14 21:45 ` 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