George Spelvin ([email protected])

Number of posts: 137 (0.34 per day)
First post: 2019-03-09 03:21:25
Last post: 2020-04-15 22:57:01

Date List Subject
2020-03-28 16:46:57 linux-kernel [RFC PATCH v1 45/50] random: add get_random_max() function
2020-03-28 16:46:49 linux-kernel [RFC PATCH v1 27/50] drivers/s390/scsi/zcsp_fc.c: Use prandom_u32_max() for backoff
2020-03-28 16:46:48 linux-kernel [RFC PATCH v1 07/50] mm/slab: Use simpler Fisher-Yates shuffle
2020-03-28 16:46:45 linux-kernel [RFC PATCH v1 38/50] random: use chacha_permute() directly
2020-03-28 16:46:41 linux-kernel [RFC PATCH v1 36/50] random: Merge batched entropy buffers
2020-03-28 16:46:34 linux-kernel [RFC PATCH v1 43/50] drivers/isdn: Use get_random_u32()
2020-03-28 16:46:18 linux-kernel [RFC PATCH v1 47/50] kernel/bpf/core.c: Use get_random_max32()
2020-03-28 16:46:14 linux-kernel [RFC PATCH v1 21/50] lib/random32.c: Change to SFC32 PRNG
2020-03-28 16:46:09 linux-kernel [RFC PATCH v1 20/50] lib/random32: Move prandom_warmup() inside prandom_seed_early()
2020-03-28 16:46:03 linux-kernel [RFC PATCH v1 26/50] drivers/nfc/nfcsim: use prandom_32() for time delay
2020-03-28 16:46:00 linux-kernel [RFC PATCH v1 39/50] arm: kexec_file: Avoid temp buffer for RNG seed
2020-03-28 16:46:00 linux-kernel [RFC PATCH v1 48/50] arch/arm/kernel/process.c: Use get_random_max32() for sigpage_addr()
2020-03-28 16:45:58 linux-kernel [RFC PATCH v1 30/50] kernel/locking/test-ww_mutex.c: Use cheaper prandom_u32_max()
2020-03-28 16:45:55 linux-kernel [RFC PATCH v1 40/50] arch/*/include/asm/stackprotector.h: Use get_random_canary() consistently
2020-03-28 16:45:49 linux-kernel [RFC PATCH v1 06/50] ubi/debug: Optimize computation of odds
2020-03-28 16:45:11 linux-kernel [RFC PATCH v1 25/50] HID: hid-lg: We only need pseudorandom bytes for the address
2020-03-28 16:45:00 linux-kernel [RFC PATCH v1 02/50] lib/fault-inject.c: Fix off-by-one error in probability
2020-03-28 16:44:58 linux-kernel [RFC PATCH v1 29/50] fs/ocfs2/journal: Use prandom_u32() and not /dev/random for timeout
2020-03-28 16:44:47 linux-kernel [RFC PATCH v1 42/50] drivers/ininiband: Use get_random_u32()
2020-03-28 16:44:39 linux-kernel [RFC PATCH v1 05/50] net/rds/bind.c: Use prandom_u32_max()
2020-03-28 16:44:33 linux-kernel [RFC PATCH v1 50/50] random: add get_random_nonce()
2020-03-28 16:44:29 linux-kernel [RFC PATCH v1 35/50] USB: serial: iuu_phoenix: Use pseudorandom for xmas mode
2020-03-28 16:44:16 linux-kernel [RFC PATCH v1 16/50] include/net/red.h: Simplify red_random() TO BE VERIFIED
2020-03-28 16:44:09 linux-crypto [RFC PATCH v1 14/50] crypto/testmgr.c: use prandom_u32_max() & prandom_bytes()
2020-03-28 16:44:09 linux-crypto [RFC PATCH v1 24/50] crypto4xx_core: Use more appropriate seed for PRNG
2020-03-28 16:44:03 linux-kernel [RFC PATCH v1 17/50] net/802/{garp,mrp}.c: Use prandom_u32_max instead of manual equivalent
2020-03-28 16:43:58 linux-kernel [RFC PATCH v1 03/50] fault-inject: Shrink struct fault_attr
2020-03-28 16:43:50 linux-wireless [RFC PATCH v1 13/50] Avoid some useless msecs/jiffies conversions
2020-03-28 16:43:49 linux-kernel [RFC PATCH v1 12/50] Treewide: Extirpate prandom_u32_state(rnd) % range
2020-03-28 16:43:49 linux-kernel [RFC PATCH v1 09/50] <linux/random.h> prandom_u32_max() for power-of-2 ranges
2020-03-27 15:34:56 linux-wireless Re: [PATCH v2] wilc1000: Use crc7 in lib/ rather than a private copy
2020-03-26 19:29:29 linux-wireless [PATCH v2] wilc1000: Use crc7 in lib/ rather than a private copy
2020-03-23 17:05:45 linux-wireless Re: [PATCH v2] wilc1000: Use crc7 in lib/ rather than a private copy
2020-03-23 14:17:39 linux-wireless [PATCH v2] wilc1000: Use crc7 in lib/ rather than a private copy
2020-03-23 06:46:44 linux-wireless Re: [PATCH] wilc1000: Use crc7 in lib/ rather than a private copy
2020-03-22 12:15:10 linux-wireless [PATCH] wilc1000: Use crc7 in lib/ rather than a private copy
2020-03-12 11:39:21 linux-kernel [CODE] lib/math/prime_numbers.c: halve memory usage
2020-03-10 11:05:14 linux-kernel Re: [PATCH 2/2] int128: fix __uint128_t compiler test in Kconfig
2020-01-11 23:23:44 linux-kernel Re: [PATCH] lib/list_sort: fix function type mismatches
2020-01-11 11:45:48 linux-kernel Re: [PATCH] lib/list_sort: fix function type mismatches
2020-01-11 08:32:35 linux-kernel Re: [PATCH] lib/list_sort: fix function type mismatches
2019-12-08 08:10:59 linux-kernel Re: [PATCH 5/5] lib/list_sort: Optimize number of calls to comparison function
2019-04-05 01:59:54 linux-kernel [PATCH v3] ubsan: Avoid unnecessary 128-bit shifts
2019-04-03 05:46:30 linux-kernel [PATCH v2] ubsan: Avoid unnecessary 128-bit shifts
2019-04-01 09:59:16 linux-kernel Re: [PATCH v2 5/5] Lib: sort.h: replace int size with size_t size in the swap function
2019-04-01 08:58:08 linux-kernel [PATCH] ubsan: Avoid unnecessary 128-bit shifts
2019-03-30 21:52:05 linux-kernel Re: [PATCH 5/5] Lib: sort.h: replace int size with size_t size in the swap function
2019-03-30 20:18:25 linux-kernel Re: [PATCH 5/5] Lib: sort.h: replace int size with size_t size in the swap function
2019-03-30 17:21:08 linux-kernel Re: [PATCH 0/5] simple sort swap function usage improvements
2019-03-29 04:35:37 linux-kernel [PATCH 6/5] lib/list_sort: Fix GCC warning
2019-03-29 04:13:26 linux-kernel Re: [RESEND PATCH v2 4/5] lib/list_sort: Simplify and remove MAX_LIST_LENGTH_BITS