diff --git a/doc/go1.22.html b/doc/go1.22.html
index e5facbd892..07901c82ab 100644
--- a/doc/go1.22.html
+++ b/doc/go1.22.html
@@ -786,17 +786,19 @@ defer func() {
6 and 7.
- TODO: https://go.dev/cl/481315: runtime, cmd/go: enable memory sanitizer on linux/loong64
+ The loong64 port now supports passing function arguments and results using registers.
+ The linux/loong64 port now supports the memory sanitizer, new-style linker relocations, and the plugin build mode.
+
TODO: https://go.dev/cl/517935: cmd/dist,internal/platform: enable openbsd/ppc64 port
-- TODO: https://go.dev/cl/537615: debug/elf,cmd/link: add additional relocations for loong64; modified api/next/63725.txt -
TODO: https://go.dev/cl/469395: debug/elf,cmd/link: add additional MIPS64 relocation type; modified api/next/61974.txt