From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
Thomas Gleixner <tglx@linutronix.de>,
Peter Zijlstra <peterz@infradead.org>,
Andy Lutomirski <luto@kernel.org>
Subject: [GIT PULL] Generic syscall entry code changes for v6.8
Date: Mon, 8 Jan 2024 10:51:06 +0100 [thread overview]
Message-ID: <ZZvFimN17XOmnb1c@gmail.com> (raw)
Linus,
Please pull the latest core/entry git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-entry-2024-01-08
# HEAD: 221a164035fd8b554a44bd7c4bf8e7715a497561 entry: Move syscall_enter_from_user_mode() to header file
Move various entry functions from kernel/entry/common.c to <linux/entry-common.h>,
and always-inline them, to improve syscall entry performance on s390 by ~11%.
Thanks,
Ingo
------------------>
Sven Schnelle (3):
entry: Move exit to usermode functions to header file
entry: Move enter_from_user_mode() to header file
entry: Move syscall_enter_from_user_mode() to header file
include/linux/entry-common.h | 95 +++++++++++++++++++++++++++++++++++--
kernel/entry/common.c | 108 +++++--------------------------------------
2 files changed, 103 insertions(+), 100 deletions(-)
next reply other threads:[~2024-01-08 9:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-08 9:51 Ingo Molnar [this message]
2024-01-09 4:04 ` [GIT PULL] Generic syscall entry code changes for v6.8 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=ZZvFimN17XOmnb1c@gmail.com \
--to=mingo@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luto@kernel.org \
--cc=peterz@infradead.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.