public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] x86/cleanups for v6.8
@ 2024-01-08 11:20 Ingo Molnar
  2024-01-09  2:11 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2024-01-08 11:20 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, the arch/x86 maintainers

Linus,

Please pull the latest x86/cleanups git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-2024-01-08

   # HEAD: 54aa699e8094efb7d7675fefbc03dfce24f98456 arch/x86: Fix typos

x86/cleanups changes for v6.8:

 - A micro-optimization got misplaced as a cleanup:
    - Micro-optimize the asm code in secondary_startup_64_no_verify()

 - Change global variables to local
 - Add missing kernel-doc function parameter descriptions
 - Remove unused parameter from a macro
 - Remove obsolete Kconfig entry
 - Fix comments
 - Fix typos, mostly scripted, manually reviewed

 Thanks,

	Ingo

------------------>
Bjorn Helgaas (1):
      arch/x86: Fix typos

Borislav Petkov (AMD) (1):
      x86/mtrr: Document missing function parameters in kernel-doc

Lukas Bulwahn (1):
      x86/Kconfig: Remove obsolete config X86_32_SMP

Nikolay Borisov (1):
      x86/docs: Remove reference to syscall trampoline in PTI

Uros Bizjak (1):
      x86/head_64: Use TESTB instead of TESTL in secondary_startup_64_no_verify()

Yuntao Wang (2):
      x86/setup: Make relocated_ramdisk a local variable of relocate_initrd()
      x86/io: Remove the unused 'bw' parameter from the BUILDIO() macro


 Documentation/arch/x86/pti.rst               | 10 ++++------
 arch/x86/Kconfig                             |  4 ----
 arch/x86/boot/compressed/Makefile            |  2 +-
 arch/x86/boot/compressed/mem.c               |  2 +-
 arch/x86/coco/tdx/tdx.c                      |  2 +-
 arch/x86/crypto/aesni-intel_asm.S            |  2 +-
 arch/x86/crypto/aesni-intel_avx-x86_64.S     |  2 +-
 arch/x86/crypto/crc32c-pcl-intel-asm_64.S    |  2 +-
 arch/x86/crypto/sha512-avx-asm.S             |  2 +-
 arch/x86/crypto/sha512-ssse3-asm.S           |  2 +-
 arch/x86/events/amd/brs.c                    |  2 +-
 arch/x86/events/amd/core.c                   |  2 +-
 arch/x86/events/intel/core.c                 |  2 +-
 arch/x86/hyperv/hv_apic.c                    |  2 +-
 arch/x86/hyperv/irqdomain.c                  |  2 +-
 arch/x86/hyperv/ivm.c                        |  2 +-
 arch/x86/include/asm/amd_nb.h                |  2 +-
 arch/x86/include/asm/extable_fixup_types.h   |  2 +-
 arch/x86/include/asm/fpu/types.h             |  2 +-
 arch/x86/include/asm/io.h                    |  8 ++++----
 arch/x86/include/asm/iosf_mbi.h              |  2 +-
 arch/x86/include/asm/kvm_host.h              |  2 +-
 arch/x86/include/asm/nospec-branch.h         |  4 ++--
 arch/x86/include/asm/pgtable_64.h            |  2 +-
 arch/x86/include/asm/setup.h                 |  2 --
 arch/x86/include/asm/uv/uv_hub.h             |  2 +-
 arch/x86/include/asm/vdso/gettimeofday.h     |  2 +-
 arch/x86/include/asm/xen/interface_64.h      |  2 +-
 arch/x86/include/uapi/asm/amd_hsmp.h         |  2 +-
 arch/x86/kernel/alternative.c                |  2 +-
 arch/x86/kernel/amd_gart_64.c                |  2 +-
 arch/x86/kernel/apic/Makefile                |  2 +-
 arch/x86/kernel/apic/apic.c                  |  2 +-
 arch/x86/kernel/apic/vector.c                |  4 ++--
 arch/x86/kernel/cpu/mtrr/generic.c           | 14 ++++++++++----
 arch/x86/kernel/cpu/sgx/ioctl.c              |  2 +-
 arch/x86/kernel/fpu/core.c                   |  2 +-
 arch/x86/kernel/head_64.S                    |  6 +++---
 arch/x86/kernel/hpet.c                       |  4 ++--
 arch/x86/kernel/kvm.c                        |  2 +-
 arch/x86/kernel/kvmclock.c                   |  2 +-
 arch/x86/kernel/ldt.c                        |  6 +++---
 arch/x86/kernel/process.c                    |  2 +-
 arch/x86/kernel/setup.c                      |  4 +---
 arch/x86/kernel/sev-shared.c                 |  2 +-
 arch/x86/kvm/cpuid.c                         |  2 +-
 arch/x86/kvm/mmu/mmu.c                       |  4 ++--
 arch/x86/kvm/mmu/tdp_iter.c                  |  2 +-
 arch/x86/kvm/svm/svm.c                       |  2 +-
 arch/x86/kvm/vmx/nested.c                    |  2 +-
 arch/x86/kvm/vmx/vmx.c                       |  2 +-
 arch/x86/kvm/x86.c                           |  6 +++---
 arch/x86/lib/delay.c                         |  2 +-
 arch/x86/mm/init_64.c                        |  6 +++---
 arch/x86/mm/pat/memtype.c                    |  2 +-
 arch/x86/mm/pat/set_memory.c                 |  4 ++--
 arch/x86/mm/pti.c                            |  2 +-
 arch/x86/mm/tlb.c                            |  2 +-
 arch/x86/net/bpf_jit_comp.c                  |  2 +-
 arch/x86/net/bpf_jit_comp32.c                |  2 +-
 arch/x86/platform/intel-quark/imr_selftest.c |  2 +-
 arch/x86/platform/pvh/head.S                 |  2 +-
 arch/x86/platform/uv/uv_nmi.c                |  2 +-
 arch/x86/platform/uv/uv_time.c               |  2 +-
 arch/x86/realmode/init.c                     |  2 +-
 arch/x86/xen/mmu_pv.c                        |  2 +-
 66 files changed, 92 insertions(+), 96 deletions(-)

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

* Re: [GIT PULL] x86/cleanups for v6.8
  2024-01-08 11:20 [GIT PULL] x86/cleanups for v6.8 Ingo Molnar
@ 2024-01-09  2:11 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-01-09  2:11 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Linus Torvalds, linux-kernel, the arch/x86 maintainers

The pull request you sent on Mon, 8 Jan 2024 12:20:43 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-2024-01-08

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

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:[~2024-01-09  2:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-08 11:20 [GIT PULL] x86/cleanups for v6.8 Ingo Molnar
2024-01-09  2:11 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox