* [GIT PULL] x86/splitlock changes for v6.13
@ 2024-11-18 18:02 Ingo Molnar
2024-11-19 23:33 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2024-11-18 18:02 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-kernel, Borislav Petkov, Thomas Gleixner, Peter Zijlstra,
Andrew Morton, Ravi Bangoria, Tom Lendacky
Linus,
Please pull the latest x86/splitlock Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-splitlock-2024-11-18
# HEAD: 408eb7417a92c5354c7be34f7425b305dfe30ad9 x86/bus_lock: Add support for AMD
x86/splitlock changes for v6.13:
- Move Split and Bus lock code to a dedicated file (Ravi Bangoria)
- Add split/bus lock support for AMD (Ravi Bangoria)
Thanks,
Ingo
------------------>
Ravi Bangoria (2):
x86/split_lock: Move Split and Bus lock code to a dedicated file
x86/bus_lock: Add support for AMD
Documentation/arch/x86/buslock.rst | 3 +-
arch/x86/Kconfig | 8 +
arch/x86/include/asm/cpu.h | 11 +-
arch/x86/kernel/cpu/Makefile | 2 +
arch/x86/kernel/cpu/bus_lock.c | 406 ++++++++++++++++++++++++++++++++++++
arch/x86/kernel/cpu/common.c | 2 +
arch/x86/kernel/cpu/intel.c | 407 -------------------------------------
include/linux/sched.h | 2 +-
kernel/fork.c | 2 +-
9 files changed, 431 insertions(+), 412 deletions(-)
create mode 100644 arch/x86/kernel/cpu/bus_lock.c
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [GIT PULL] x86/splitlock changes for v6.13
2024-11-18 18:02 [GIT PULL] x86/splitlock changes for v6.13 Ingo Molnar
@ 2024-11-19 23:33 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-11-19 23:33 UTC (permalink / raw)
To: Ingo Molnar
Cc: Linus Torvalds, linux-kernel, Borislav Petkov, Thomas Gleixner,
Peter Zijlstra, Andrew Morton, Ravi Bangoria, Tom Lendacky
The pull request you sent on Mon, 18 Nov 2024 19:02:30 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-splitlock-2024-11-18
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0892d742132e09e132a501d3f54428f8ffd4b2b5
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-11-19 23:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-18 18:02 [GIT PULL] x86/splitlock changes for v6.13 Ingo Molnar
2024-11-19 23:33 ` 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