summaryrefslogtreecommitdiffstats
path: root/Documentation/arch
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-11-19 23:34:02 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2024-11-19 23:34:02 +0100
commit0892d742132e09e132a501d3f54428f8ffd4b2b5 (patch)
tree19b1bbaee2e77728dfd9a19f69db2a9d8141094f /Documentation/arch
parentMerge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne... (diff)
parentx86/bus_lock: Add support for AMD (diff)
downloadlinux-0892d742132e09e132a501d3f54428f8ffd4b2b5.tar.xz
linux-0892d742132e09e132a501d3f54428f8ffd4b2b5.zip
Merge tag 'x86-splitlock-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 splitlock updates from Ingo Molnar: - Move Split and Bus lock code to a dedicated file (Ravi Bangoria) - Add split/bus lock support for AMD (Ravi Bangoria) * tag 'x86-splitlock-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/bus_lock: Add support for AMD x86/split_lock: Move Split and Bus lock code to a dedicated file
Diffstat (limited to 'Documentation/arch')
-rw-r--r--Documentation/arch/x86/buslock.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/arch/x86/buslock.rst b/Documentation/arch/x86/buslock.rst
index 4c5a4822eeb7..31f1bfdff16f 100644
--- a/Documentation/arch/x86/buslock.rst
+++ b/Documentation/arch/x86/buslock.rst
@@ -26,7 +26,8 @@ Detection
=========
Intel processors may support either or both of the following hardware
-mechanisms to detect split locks and bus locks.
+mechanisms to detect split locks and bus locks. Some AMD processors also
+support bus lock detect.
#AC exception for split lock detection
--------------------------------------