LinuxLists
Users
About
Dominik Brodowski (
[email protected]
)
Number of posts: 1271 (0.18 per day)
First post: 2005-02-09 21:17:09
Last post: 2024-03-17 07:20:32
Previous Page
/
Next Page
Date
List
Subject
2022-08-31 09:49:02
linux-kernel
Re: [PATCH] pcmcia: fix repeated words in comments
2022-06-03 05:14:06
linux-kernel
Re: [PATCH v3] pcmcia: add MIPS_DB1XXX dependence
2022-06-01 18:39:03
linux-kernel
[GIT PULL] pcmcia updates for v5.19
2022-05-28 19:09:57
linux-kernel
Re: [PATCH] pcmcia: Use platform_get_irq() to get the interrupt
2022-05-15 12:43:47
linux-kernel
Re: [PATCH] random: move initialization functions out of hot pages
2022-05-14 03:30:35
linux-kernel
Re: [PATCH 1/2] random: avoid init'ing twice in credit race
2022-05-14 02:28:44
linux-crypto
Re: [PATCH] random: do not use batches when !crng_ready()
2022-05-14 01:29:53
linux-crypto
Re: is "premature next" a real world rng concern, or just an academic exercise?
2022-05-14 01:27:47
linux-kernel
Re: [PATCH] random: handle latent entropy and command line from random_init()
2022-05-14 00:56:36
linux-kernel
Re: [PATCH] random: mix in timestamps and reseed on system restore
2022-05-14 00:48:24
linux-kernel
Re: [PATCH 2/2] random: move initialization out of reseeding hot path
2022-05-13 15:03:05
linux-crypto
Re: [PATCH v3] random: use first 128 bits of input as fast init
2022-05-13 13:58:10
linux-crypto
Re: [PATCH v4] random: use static branch for crng_ready()
2022-05-13 13:05:03
linux-crypto
Re: [PATCH] random: credit architectural init the exact amount
2022-05-13 09:57:03
linux-crypto
Re: [PATCH] random32: use real rng for non-deterministic randomness
2022-05-09 10:12:59
linux-kernel
Re: [PATCH v2] random: use symbolic constants for crng_init states
2022-05-04 16:49:44
linux-crypto
Re: [PATCH] random: mix hwgenerator randomness before sleeping
2022-05-04 07:53:38
linux-crypto
Re: [PATCH] random: mix hwgenerator randomness before sleeping
2022-04-16 00:25:47
linux-kernel
Re: [PATCH] random: use memmove instead of memcpy for remaining 32 bytes
2022-03-25 18:16:54
linux-kernel
Re: [PATCH v2] random: re-add removed comment about get_random_{u32,u64} reseeding
2022-03-25 02:48:42
linux-kernel
Re: [PATCH] random: re-add removed comment about get_random_{u32,u64} reseeding
2022-03-24 20:45:39
linux-kernel
Re: [PATCH] random: re-add removed comment about get_random_{u32,u64} reseeding
2022-03-24 08:18:05
linux-kernel
Re: [PATCH] random: treat bootloader trust toggle the same way as cpu trust toggle
2022-03-22 07:14:56
linux-kernel
Re: [PATCH] random: skip fast_init if hwrng provides large chunk of entropy
2022-03-08 13:58:45
linux-kernel
Re: [PATCH 1/2] hwrng: mpfs - add polarfire soc hwrng support
2022-03-02 15:58:38
linux-crypto
Re: [PATCH 1/3] random: replace custom notifier chain with standard one
2022-03-02 07:58:14
linux-crypto
Re: [PATCH 1/3] random: replace custom notifier chain with standard one
2022-03-01 08:12:42
linux-kernel
Re: [PATCH 2/2] random: don't let 644 read-only sysctls be written to
2022-03-01 07:00:59
linux-kernel
Re: [PATCH 1/2] random: give sysctl_random_min_urandom_seed a more sensible value
2022-02-25 17:00:51
linux-kernel
Re: [PATCH v3] random: unify cycles_t and jiffies usage and types
2022-02-25 15:13:50
linux-kernel
Re: [PATCH] random: cleanup UUID handling
2022-02-25 08:54:12
linux-kernel
Re: [PATCH v2] random: unify cycles_t and jiffies usage and types
2022-02-24 16:26:59
linux-crypto
Re: [PATCH] random: do crng pre-init loading in worker rather than irq
2022-02-24 15:59:15
linux-kernel
Re: [PATCH] random: do crng pre-init loading in worker rather than irq
2022-02-24 08:13:23
linux-kernel
Re: [PATCH] random: only wake up writers after zap if threshold was passed
2022-02-24 08:11:40
linux-kernel
Re: [PATCH] random: do crng pre-init loading in worker rather than irq
2022-02-16 08:00:03
linux-crypto
Re: [PATCH v2] ath9k: use hw_random API instead of directly dumping into random.c
2022-02-16 08:00:02
linux-kernel
Re: [PATCH] ath9k: use hw_random API instead of directly dumping into random.c
2022-02-14 20:55:10
linux-crypto
[PATCH 0/4] hw_random: introduce rng_quality sysfs attribute
2022-02-14 20:10:29
linux-kernel
Re: [PATCH 2/3] random: remove unused tracepoints
2022-02-14 10:43:15
linux-kernel
Re: [PATCH v2 04/10] random: group initialization wait functions
2022-02-14 10:30:40
linux-kernel
Re: [PATCH 3/3] random: use trylock in irq handler rather than spinning
2022-02-14 10:17:35
linux-kernel
[PATCH 4/4] hw_random: introduce rng_quality sysfs attribute
2022-02-14 10:08:08
linux-kernel
Re: [PATCH v2 07/10] random: group entropy collection functions
2022-02-14 09:39:43
linux-kernel
Re: [PATCH 1/3] random: unify early init crng load accounting
2022-02-14 09:34:32
linux-kernel
Re: [PATCH v2 05/10] random: group crng functions
2022-02-14 08:44:42
linux-kernel
[PATCH 1/4] hw_random: do not bother to order list of devices by quality
2022-02-14 07:39:36
linux-crypto
[PATCH 3/4] hw_random: use per-rng quality value instead of global setting
2022-02-14 05:38:31
linux-crypto
[PATCH 2/4] hw_random: start and stop in-kernel rngd in separate function
2022-02-14 03:37:06
linux-crypto
Re: [PATCH] random: pull add_hwgenerator_randomness() declaration into random.h
2022-02-14 03:36:50
linux-kernel
Re: [PATCH 2/3] random: check for crng_init == 0, not crng_ready() in add_device_randomness()