aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/vgetrandom_linux.go
AgeCommit message (Expand)Author
2025-11-26runtime/secret: implement new secret packageDaniel Morsing
2025-05-29runtime: add vgetrandom lock rankMichael Pratt
2025-05-19runtime: rename ncpu to numCPUStartupMichael Pratt
2025-04-03runtime: cleanup M vgetrandom state before dropping PMichael Pratt
2025-03-04runtime: decorate anonymous memory mappingsLénaïc Huard
2024-10-02runtime: don't acquirem() in vgetrandom unless necessaryJason A. Donenfeld
2024-09-30runtime, internal/syscall/unix: mark getrandom vDSO as non-escapingMateusz Poliwczak
2024-09-30runtime: align vgetrandom states to cache lineJason A. Donenfeld
2024-09-28runtime: use vDSO for getrandom() on linuxJason A. Donenfeld