All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] x86/boot updates for v6.15
@ 2025-03-22 11:42 Ingo Molnar
  2025-03-25  6:08 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2025-03-22 11:42 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, the arch/x86 maintainers, David Woodhouse,
	Ard Biesheuvel, Peter Zijlstra, H. Peter Anvin

Linus,

Please pull the latest x86/boot Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-boot-2025-03-22

   # HEAD: b25eb5f5e419b81f124d5ba2abaaacf1948fb97e x86/kexec: Add relocate_kernel() debugging support: Load a GDT

Updates to the x86 boot code for the v6.15 cycle:

  - Memblock setup and other early boot code cleanups (Mike Rapoport)
  - Export e820_table_kexec[] to sysfs (Dave Young)
  - Baby steps of adding relocate_kernel() debugging support (David Woodhouse)
  - Replace open-coded parity calculation with parity8() (Kuan-Wei Chiu)
  - Move the LA57 trampoline to separate source file (Ard Biesheuvel)
  - Misc micro-optimizations (Uros Bizjak)
  - Drop obsolete E820_TYPE_RESERVED_KERN and related code (Mike Rapoport)

 Thanks,

	Ingo

------------------>
Ard Biesheuvel (1):
      x86/boot: Move the LA57 trampoline to separate source file

Dave Young (1):
      x86/kexec: Export e820_table_kexec[] to sysfs

David Woodhouse (1):
      x86/kexec: Add relocate_kernel() debugging support: Load a GDT

Kuan-Wei Chiu (1):
      x86/bootflag: Replace open-coded parity calculation with parity8()

Mike Rapoport (Microsoft) (4):
      x86/boot: Move setting of memblock parameters to e820__memblock_setup()
      x86/boot: Split kernel resources setup into the setup_kernel_resources() helper function
      x86/boot: Split parsing of boot_params into the parse_boot_params() helper function
      x86/e820: Drop obsolete E820_TYPE_RESERVED_KERN and related code

Uros Bizjak (3):
      x86/boot: Change some static bootflag functions to bool
      x86/bootflag: Micro-optimize sbf_write()
      x86/boot: Do not test if AC and ID eflags are changeable on x86_64

Zhou Ding (1):
      x86/boot: Add missing has_cpuflag() prototype


 arch/x86/boot/compressed/Makefile     |   1 +
 arch/x86/boot/compressed/head_64.S    | 103 --------------------------
 arch/x86/boot/compressed/la57toggle.S | 112 ++++++++++++++++++++++++++++
 arch/x86/boot/cpuflags.c              |  26 +++----
 arch/x86/boot/cpuflags.h              |   7 +-
 arch/x86/include/asm/e820/api.h       |   1 -
 arch/x86/include/asm/e820/types.h     |   9 ---
 arch/x86/kernel/bootflag.c            |  29 ++------
 arch/x86/kernel/e820.c                | 115 +++++++++++------------------
 arch/x86/kernel/relocate_kernel_64.S  |  23 ++++++
 arch/x86/kernel/setup.c               | 134 ++++++++++++++++------------------
 arch/x86/kernel/tboot.c               |   3 +-
 arch/x86/mm/init_64.c                 |   8 --
 arch/x86/virt/svm/sev.c               |   1 -
 14 files changed, 266 insertions(+), 306 deletions(-)
 create mode 100644 arch/x86/boot/compressed/la57toggle.S

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

* Re: [GIT PULL] x86/boot updates for v6.15
  2025-03-22 11:42 [GIT PULL] x86/boot updates for v6.15 Ingo Molnar
@ 2025-03-25  6:08 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-03-25  6:08 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, the arch/x86 maintainers,
	David Woodhouse, Ard Biesheuvel, Peter Zijlstra, H. Peter Anvin

The pull request you sent on Sat, 22 Mar 2025 12:42:04 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-boot-2025-03-22

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

Thank you!

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

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

end of thread, other threads:[~2025-03-25  6:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-22 11:42 [GIT PULL] x86/boot updates for v6.15 Ingo Molnar
2025-03-25  6:08 ` pr-tracker-bot

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.