summaryrefslogtreecommitdiff
path: root/lib/vdso/getrandom.c
AgeCommit message (Expand)Author
2024-09-13random: vDSO: minimize and simplify header includesChristophe Leroy
2024-09-13random: vDSO: avoid call to out of line memset()Christophe Leroy
2024-09-13random: vDSO: don't use 64-bit atomics on 32-bit architecturesChristophe Leroy
2024-08-26random: vDSO: reject unknown getrandom() flagsYann Droneaud
2024-07-19random: introduce generic vDSO getrandom() implementationJason A. Donenfeld