summaryrefslogtreecommitdiffstats
path: root/lib/vdso/getrandom.c
Commit message (Expand)AuthorAgeFilesLines
* random: vDSO: minimize and simplify header includesChristophe Leroy2024-09-131-5/+8
* random: vDSO: avoid call to out of line memset()Christophe Leroy2024-09-131-5/+7
* random: vDSO: don't use 64-bit atomics on 32-bit architecturesChristophe Leroy2024-09-131-1/+1
* random: vDSO: reject unknown getrandom() flagsYann Droneaud2024-08-261-0/+4
* random: introduce generic vDSO getrandom() implementationJason A. Donenfeld2024-07-191-0/+251