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, Borislav Petkov <bp@alien8.de>,
	Thomas Gleixner <tglx@linutronix.de>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] x86/boot changes for v5.5
Date: Mon, 25 Nov 2019 14:23:46 +0100	[thread overview]
Message-ID: <20191125132346.GA82640@gmail.com> (raw)

Linus,

Please pull the latest x86-boot-for-linus git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-boot-for-linus

   # HEAD: b3c72fc9a78e74161f9d05ef7191706060628f8c x86/boot: Introduce setup_indirect

The main changes were:

 - Extend the boot protocol to allow future extensions without hitting the 
   setup_header size limit.

 - Add quirk to devicetree systems to disable the RTC unless it's listed 
   as a supported device.

 - Fix ld.lld linker pedantry.
 
 Thanks,

	Ingo

------------------>
Daniel Kiper (3):
      x86/boot: Introduce kernel_info
      x86/boot: Introduce kernel_info.setup_type_max
      x86/boot: Introduce setup_indirect

Nick Desaulniers (1):
      x86/realmode: Explicitly set entry point via ENTRY in linker script

Rahul Tanwar (1):
      x86/init: Allow DT configured systems to disable RTC at boot time


 Documentation/x86/boot.rst             | 174 +++++++++++++++++++++++++++++++++
 arch/x86/boot/Makefile                 |   2 +-
 arch/x86/boot/compressed/Makefile      |   4 +-
 arch/x86/boot/compressed/kaslr.c       |  12 +++
 arch/x86/boot/compressed/kernel_info.S |  22 +++++
 arch/x86/boot/header.S                 |   3 +-
 arch/x86/boot/tools/build.c            |   5 +
 arch/x86/include/uapi/asm/bootparam.h  |  16 ++-
 arch/x86/kernel/e820.c                 |  11 +++
 arch/x86/kernel/kdebugfs.c             |  21 +++-
 arch/x86/kernel/ksysfs.c               |  31 ++++--
 arch/x86/kernel/setup.c                |   6 ++
 arch/x86/kernel/x86_init.c             |  24 ++++-
 arch/x86/mm/ioremap.c                  |  11 +++
 arch/x86/realmode/rm/realmode.lds.S    |   1 +
 15 files changed, 326 insertions(+), 17 deletions(-)
 create mode 100644 arch/x86/boot/compressed/kernel_info.S

             reply	other threads:[~2019-11-25 13:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-25 13:23 Ingo Molnar [this message]
2019-11-26 19:30 ` [GIT PULL] x86/boot changes for v5.5 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=20191125132346.GA82640@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.