]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge tag 'x86_misc_for_v7.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Apr 2026 22:15:08 +0000 (15:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Apr 2026 22:15:08 +0000 (15:15 -0700)
Pull misc x86 updates from Borislav Petkov:

 - Reference the tip tree maintainer handbook directly from the relevant
   MAINTAINERS file entries (covering timers, IRQ, locking, scheduling,
   perf, x86, and others) so that contributors and tooling can know
   where to look

 - Enable interrupt remapping in defconfig, which is an architectural
   requirement for x2APIC to function correctly on bare metal. Without
   it, x2APIC was effectively enabled but non-functional.

 - Ensure that drivers which register custom restart handlers (such as
   those needed for SoC-based x86 devices like Intel Lightning Mountain)
   are actually invoked during reboot, bringing x86 in line with how
   other architectures handle this.

 - Cleanups

* tag 'x86_misc_for_v7.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  MAINTAINERS: Add references to tip tree handbook
  x86/64/defconfig: Add CONFIG_IRQ_REMAP
  x86/reboot: Execute the kernel restart handler upon machine restart
  x86/mtrr: Use kstrtoul() in parse_mtrr_spare_reg()

1  2 
MAINTAINERS

diff --cc MAINTAINERS
index 20752c1e167270f549e10ac373cee9f4ee1e0c76,8d7de1415efea290551bf475f5af590efa514759..92eb723573aa49af5c6863a5d3b54e27cbee93b8
@@@ -23710,9 -23681,9 +23722,10 @@@ R:  Steven Rostedt <rostedt@goodmis.org
  R:    Ben Segall <bsegall@google.com> (CONFIG_CFS_BANDWIDTH)
  R:    Mel Gorman <mgorman@suse.de> (CONFIG_NUMA_BALANCING)
  R:    Valentin Schneider <vschneid@redhat.com> (TOPOLOGY)
 +R:    K Prateek Nayak <kprateek.nayak@amd.com>
  L:    linux-kernel@vger.kernel.org
  S:    Maintained
+ P:    Documentation/process/maintainer-tip.rst
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
  F:    include/linux/preempt.h
  F:    include/linux/sched.h