]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'core-entry-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jan 2024 02:37:13 +0000 (18:37 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jan 2024 02:37:13 +0000 (18:37 -0800)
commitcdc202281a5d5e2c4bbbbf78bbd68f035a49421a
treeb4b4134c0b9df4b387616a3513f285a7346b3e3d
parentab9517fa9aab71e312c7acc6fefefe080db3c972
parent221a164035fd8b554a44bd7c4bf8e7715a497561
Merge tag 'core-entry-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull generic syscall updates from Ingo Molnar:
 "Move various entry functions from kernel/entry/common.c to a header
  file, and always-inline them, to improve syscall entry performance
  on s390 by ~11%"

* tag 'core-entry-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  entry: Move syscall_enter_from_user_mode() to header file
  entry: Move enter_from_user_mode() to header file
  entry: Move exit to usermode functions to header file