aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2021-04-08 18:15:32 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2021-04-08 18:15:32 +0000
commitea92863193b03e7cd2e5cddb3330f40365389a3a (patch)
tree30730578e16e73c209e92913b142c5f43cc366f7
parentfe42947944f0328192ad23a2cc7298efe191db66 (diff)
downloaddoc-ea92863193b03e7cd2e5cddb3330f40365389a3a.tar.gz
doc-ea92863193b03e7cd2e5cddb3330f40365389a3a.zip
relnotes: add smr
Reviewed by: emaste. mhorne
-rw-r--r--website/content/en/releases/13.0R/relnotes.adoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc
index 2ee410642d..dc78d3a905 100644
--- a/website/content/en/releases/13.0R/relnotes.adoc
+++ b/website/content/en/releases/13.0R/relnotes.adoc
@@ -268,6 +268,12 @@ The GENERIC kernel for aarch64 now includes man:armv8crypto[4] to support
accelerated software cryptography for man:geli[8] by default.
gitref:074a91f746bd[repository=src]
+Added Safe Memory Reclamation (SMR) to the kernel, a light weight variant of
+epoch reclamation closely coupled to man:uma[9].
+This has been applied in parts of the VM subsystem and VFS layer to improve
+scalability on high core count systems.
+gitref:d4665eaa6638[repository=src]
+
[[drivers]]
== Devices and Drivers