[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z49Mm2FJD9Qptc5e@gmail.com>
Date: Tue, 21 Jan 2025 08:28:27 +0100
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, the arch/x86 maintainers <x86@...nel.org>
Subject: [GIT PULL] x86/cleanups for v6.14
Linus,
Please pull the latest x86/cleanups Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-2025-01-21
# HEAD: 0094014be0cd75273ef7f2934c17fb8cffd4db6e x86/ioapic: Remove a stray tab in the IO-APIC type string
Miscellaneous x86 cleanups and typo fixes, and also the removal
of the "disablelapic" boot parameter.
Thanks,
Ingo
------------------>
Alan Song (1):
x86/ioapic: Remove a stray tab in the IO-APIC type string
Baoquan He (2):
x86/ioremap: Simplify setup_data mapping variants
x86/ioremap: Remove unused size parameter in remapping functions
Borislav Petkov (AMD) (5):
x86/boot/compressed: Remove unused header includes from kaslr.c
Documentation: Merge x86-specific boot options doc into kernel-parameters.txt
x86/apic: Remove "disablelapic" cmdline option
Documentation/kernel-parameters: Fix a typo in kvm.enable_virt_at_load text
x86/cpufeatures: Remove "AMD" from the comments to the AMD-specific leaf
Raag Jadav (1):
x86/cpu: Fix typo in x86_match_cpu()'s doc
Documentation/admin-guide/kernel-parameters.rst | 3 -
Documentation/admin-guide/kernel-parameters.txt | 239 +++++++++++++++-
Documentation/arch/x86/x86_64/boot-options.rst | 312 ---------------------
.../arch/x86/x86_64/fake-numa-for-cpusets.rst | 2 +-
Documentation/arch/x86/x86_64/index.rst | 1 -
arch/x86/Kconfig.debug | 2 +-
arch/x86/boot/compressed/kaslr.c | 4 -
arch/x86/include/asm/cpufeatures.h | 12 +-
arch/x86/kernel/apic/apic.c | 9 +-
arch/x86/kernel/apic/io_apic.c | 2 +-
arch/x86/kernel/cpu/match.c | 2 +-
arch/x86/kernel/cpu/topology.c | 2 +-
arch/x86/kernel/pci-dma.c | 4 -
arch/x86/mm/ioremap.c | 117 +++-----
14 files changed, 277 insertions(+), 434 deletions(-)
delete mode 100644 Documentation/arch/x86/x86_64/boot-options.rst
Powered by blists - more mailing lists