public inbox for linux-kernel@vger.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, "H. Peter Anvin" <hpa@zytor.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Borislav Petkov <bp@alien8.de>,
	Peter Zijlstra <peterz@infradead.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Josh Poimboeuf <jpoimboe@redhat.com>,
	Uros Bizjak <ubizjak@gmail.com>, Brian Gerst <brgerst@gmail.com>,
	Andy Lutomirski <luto@kernel.org>
Subject: [GIT PULL] x86/asm changes for v6.7
Date: Sat, 28 Oct 2023 14:59:45 +0200	[thread overview]
Message-ID: <ZT0FwZYk4Dm/Lqix@gmail.com> (raw)

Linus,

Please pull the latest x86/asm git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-asm-2023-10-28

   # HEAD: 8ae292c66dcb160b3e1e16b66c3076d5a2c63873 x86/lib: Address kernel-doc warnings

x86 assembly code improvements for v6.7 are:

- Micro-optimize the x86 bitops code
- Define target-specific {raw,this}_cpu_try_cmpxchg{64,128}() to improve code generation
- Define and use raw_cpu_try_cmpxchg() preempt_count_set()
- Do not clobber %rsi in percpu_{try_,}cmpxchg{64,128}_op
- Remove the unused __sw_hweight64() implementation on x86-32
- Misc fixes and cleanups

 Thanks,

	Ingo

------------------>
Ingo Molnar (1):
      x86/bitops: Remove unused __sw_hweight64() assembly implementation on x86-32

Nick Desaulniers (1):
      x86/asm/bitops: Use __builtin_clz{l|ll} to evaluate constant expressions

Uros Bizjak (4):
      x86/percpu: Define {raw,this}_cpu_try_cmpxchg{64,128}
      x86/percpu: Define raw_cpu_try_cmpxchg and this_cpu_try_cmpxchg()
      x86/percpu: Use raw_cpu_try_cmpxchg() in preempt_count_set()
      x86/percpu: Do not clobber %rsi in percpu_{try_,}cmpxchg{64,128}_op

Xin Li (Intel) (2):
      x86/entry: Remove unused argument %rsi passed to exc_nmi()
      x86/entry: Fix typos in comments

Zhu Wang (1):
      x86/lib: Address kernel-doc warnings


 arch/x86/entry/entry_64.S       |  10 ++--
 arch/x86/include/asm/bitops.h   |   9 ++++
 arch/x86/include/asm/percpu.h   | 110 +++++++++++++++++++++++++++++++++++++---
 arch/x86/include/asm/preempt.h  |   4 +-
 arch/x86/lib/csum-wrappers_64.c |   5 --
 arch/x86/lib/hweight.S          |  20 +++-----
 6 files changed, 125 insertions(+), 33 deletions(-)

             reply	other threads:[~2023-10-28 12:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-28 12:59 Ingo Molnar [this message]
2023-10-31  2:12 ` [GIT PULL] x86/asm changes for v6.7 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=ZT0FwZYk4Dm/Lqix@gmail.com \
    --to=mingo@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=bp@alien8.de \
    --cc=brgerst@gmail.com \
    --cc=hpa@zytor.com \
    --cc=jpoimboe@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@kernel.org \
    --cc=peterz@infradead.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    --cc=ubizjak@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox