Jason A. Donenfeld ([email protected])

Number of posts: 4358 (1.07 per day)
First post: 2013-04-15 14:17:40
Last post: 2024-06-14 19:34:05

Date List Subject
2022-11-22 02:07:08 linux-crypto [PATCH v3 5/5] efi: random: refresh non-volatile random seed when RNG is initialized
2022-11-22 02:06:09 linux-crypto [PATCH v3 4/5] vsprintf: initialize siphash key using notifier
2022-11-22 02:06:09 linux-crypto [PATCH v3 3/5] random: add back async readiness notifier
2022-11-22 02:06:05 linux-crypto [PATCH v3 2/5] efi: stub: use random seed from EFI variable
2022-11-22 02:05:52 linux-crypto [PATCH v3 0/5] Use EFI variables for random seed
2022-11-22 02:05:52 linux-crypto [PATCH v3 1/5] efi: vars: prohibit reading random seed variables
2022-11-21 15:53:16 linux-crypto [PATCH v6 3/3] x86: vdso: Wire up getrandom() vDSO implementation
2022-11-21 15:52:18 linux-crypto [PATCH v6 2/3] random: introduce generic vDSO getrandom() implementation
2022-11-21 15:51:34 linux-crypto [PATCH v6 1/3] random: add vgetrandom_alloc() syscall
2022-11-21 15:51:29 linux-crypto [PATCH v6 0/3] implement getrandom() in vDSO
2022-11-21 03:31:00 linux-crypto Re: [PATCH v5 2/3] random: introduce generic vDSO getrandom() implementation
2022-11-21 03:31:00 linux-crypto Re: [PATCH v5 2/3] random: introduce generic vDSO getrandom() implementation
2022-11-20 01:50:08 linux-crypto Re: [PATCH v5 1/3] random: add vgetrandom_alloc() syscall
2022-11-20 01:50:08 linux-crypto Re: [PATCH v5 2/3] random: introduce generic vDSO getrandom() implementation
2022-11-20 01:40:45 linux-kernel Re: [PATCH v5 2/3] random: introduce generic vDSO getrandom() implementation
2022-11-20 00:54:45 linux-crypto Re: [PATCH v5 2/3] random: introduce generic vDSO getrandom() implementation
2022-11-20 00:03:26 linux-crypto Re: [PATCH v5 1/3] random: add vgetrandom_alloc() syscall
2022-11-19 14:09:22 linux-crypto [PATCH] hwrng: u2fzero - account for high quality RNG
2022-11-19 12:16:08 linux-crypto Re: [PATCH v4 2/3] random: introduce generic vDSO getrandom() implementation
2022-11-19 12:12:44 linux-crypto [PATCH v5 3/3] x86: vdso: Wire up getrandom() vDSO implementation
2022-11-19 12:12:33 linux-crypto [PATCH v5 2/3] random: introduce generic vDSO getrandom() implementation
2022-11-19 12:12:02 linux-crypto [PATCH v5 1/3] random: add vgetrandom_alloc() syscall
2022-11-19 12:11:41 linux-crypto [PATCH v5 0/3] implement getrandom() in vDSO
2022-11-19 11:44:03 linux-crypto Re: [PATCH v4 2/3] random: introduce generic vDSO getrandom() implementation
2022-11-19 01:24:23 linux-crypto Re: [PATCH v4 1/3] random: add vgetrandom_alloc() syscall
2022-11-19 01:17:57 linux-crypto Re: [PATCH v4 2/3] random: introduce generic vDSO getrandom() implementation
2022-11-19 01:17:44 linux-crypto Re: [PATCH v4 2/3] random: introduce generic vDSO getrandom() implementation
2022-11-18 17:43:26 linux-crypto [PATCH v4 2/3] random: introduce generic vDSO getrandom() implementation
2022-11-18 17:43:19 linux-crypto [PATCH v4 3/3] x86: vdso: Wire up getrandom() vDSO implementation
2022-11-18 17:42:45 linux-crypto [PATCH v4 1/3] random: add vgetrandom_alloc() syscall
2022-11-18 17:42:31 linux-crypto [PATCH v4 0/3] implement getrandom() in vDSO
2022-11-18 14:21:10 linux-crypto Re: [PATCH RFC v1 2/6] vsprintf: initialize siphash key using notifier
2022-11-18 13:49:32 linux-crypto [PATCH v2 5/5] efi: random: refresh non-volatile random seed when RNG is initialized
2022-11-18 13:40:40 linux-crypto [PATCH v2 2/5] efi: stub: use random seed from EFI variable
2022-11-18 13:40:16 linux-crypto [PATCH v2 3/5] random: add back async readiness notifier
2022-11-18 13:37:04 linux-crypto [PATCH v2 4/5] vsprintf: initialize siphash key using notifier
2022-11-18 13:35:08 linux-crypto [PATCH v2 1/5] efi: vars: prohibit reading random seed variables
2022-11-18 13:34:59 linux-crypto [PATCH v2 0/5] Use EFI variables for random seed
2022-11-18 10:08:38 linux-kernel Re: [PATCH] of: fdt: parse early params before adding bootloader randomness
2022-11-17 22:20:20 linux-crypto Re: [PATCH v3 3/3] treewide: use get_random_u32_inclusive() when possible
2022-11-17 20:32:35 linux-crypto [PATCH v3 3/3] treewide: use get_random_u32_inclusive() when possible
2022-11-17 20:31:26 linux-crypto [PATCH v3 2/3] treewide: use get_random_u32_{above,below}() instead of manual loop
2022-11-17 20:30:31 linux-crypto [PATCH v3 1/3] treewide: use get_random_u32_below() instead of deprecated function
2022-11-17 20:30:06 linux-crypto [PATCH v3 0/3] convert tree to get_random_u32_{below,above,inclusive}()
2022-11-17 20:20:16 linux-kernel [PATCH v3] random: add helpers for random numbers with given floor or range
2022-11-17 19:18:17 linux-crypto [PATCH] random: reseed in delayed work rather than on-demand
2022-11-17 17:22:26 linux-kernel [PATCH v2] random: add helpers for random numbers with given floor or range
2022-11-17 16:21:37 linux-crypto Re: [PATCH v2 3/3] treewide: use get_random_u32_between() when possible
2022-11-17 15:25:45 linux-crypto Re: [PATCH v4 00/24] crypto: fix RCU stalls
2022-11-17 02:08:55 linux-crypto Re: [PATCH v2 3/3] treewide: use get_random_u32_between() when possible
2022-11-17 00:44:44 linux-crypto Re: [PATCH v2 3/3] treewide: use get_random_u32_between() when possible