aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/vdso/getrandom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-09-13random: vDSO: minimize and simplify header includesChristophe Leroy1-5/+8
2024-09-13random: vDSO: avoid call to out of line memset()Christophe Leroy1-5/+7
2024-09-13random: vDSO: don't use 64-bit atomics on 32-bit architecturesChristophe Leroy1-1/+1
2024-08-26random: vDSO: reject unknown getrandom() flagsYann Droneaud1-0/+4
2024-07-19random: introduce generic vDSO getrandom() implementationJason A. Donenfeld1-0/+251