All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH v2 0/4] x86/boot: a few cleanups
@ 2025-02-14  9:06 Mike Rapoport
  2025-02-14  9:06 ` [RESEND PATCH v2 1/4] x86/boot: move setting of memblock parameters to e820__memblock_setup() Mike Rapoport
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Mike Rapoport @ 2025-02-14  9:06 UTC (permalink / raw)
  To: x86
  Cc: Andy Lutomirski, Borislav Petkov, Dave Hansen, H. Peter Anvin,
	Ingo Molnar, Mike Rapoport, Ning Sun, Peter Zijlstra,
	Thomas Gleixner, linux-kernel, tboot-devel

From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>

Hi,

These patches cleanup x86::setup_arch() and e820.c.
No functional changes intended.

This is a resend of v2 rebased on v6.14-rc2

v2: update comments as suggested by Ingo
v1: https://lore.kernel.org/all/20241203112525.591496-1-rppt@kernel.org

Mike Rapoport (Microsoft) (4):
  x86/boot: move setting of memblock parameters to e820__memblock_setup()
  x86/boot: split kernel resources setup into a helper function
  x86/boot: split parsing of boot_params into a helper function
  x86/e820: drop E820_TYPE_RESERVED_KERN and related code

 arch/x86/include/asm/e820/api.h   |   1 -
 arch/x86/include/asm/e820/types.h |   9 --
 arch/x86/kernel/e820.c            |  95 ++++++++-------------
 arch/x86/kernel/setup.c           | 134 ++++++++++++++----------------
 arch/x86/kernel/tboot.c           |   3 +-
 arch/x86/mm/init_64.c             |   8 --
 6 files changed, 97 insertions(+), 153 deletions(-)


base-commit: a64dcfb451e254085a7daee5fe51bf22959d52d3
-- 
2.47.2


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

end of thread, other threads:[~2025-02-21 15:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-14  9:06 [RESEND PATCH v2 0/4] x86/boot: a few cleanups Mike Rapoport
2025-02-14  9:06 ` [RESEND PATCH v2 1/4] x86/boot: move setting of memblock parameters to e820__memblock_setup() Mike Rapoport
2025-02-21 15:29   ` [tip: x86/boot] x86/boot: Move " tip-bot2 for Mike Rapoport (Microsoft)
2025-02-14  9:06 ` [RESEND PATCH v2 2/4] x86/boot: split kernel resources setup into a helper function Mike Rapoport
2025-02-21 15:29   ` [tip: x86/boot] x86/boot: Split kernel resources setup into the setup_kernel_resources() " tip-bot2 for Mike Rapoport (Microsoft)
2025-02-14  9:06 ` [RESEND PATCH v2 3/4] x86/boot: split parsing of boot_params into a " Mike Rapoport
2025-02-21 15:29   ` [tip: x86/boot] x86/boot: Split parsing of boot_params into the parse_boot_params() " tip-bot2 for Mike Rapoport (Microsoft)
2025-02-14  9:06 ` [RESEND PATCH v2 4/4] x86/e820: drop E820_TYPE_RESERVED_KERN and related code Mike Rapoport
2025-02-21 15:29   ` [tip: x86/boot] x86/e820: Drop obsolete " tip-bot2 for Mike Rapoport (Microsoft)

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.