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