index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-26
random: use expired timer rather than wq for mixing fast pool
Jason A. Donenfeld
1
-6
/
+10
2022-10-26
random: avoid reading two cache lines on irq randomness
Jason A. Donenfeld
1
-1
/
+1
2022-10-26
random: restore O_NONBLOCK support
Jason A. Donenfeld
2
-2
/
+7
2022-10-26
random: clamp credited irq bits to maximum mixed
Jason A. Donenfeld
1
-1
/
+1
2022-07-29
Revert "Revert "char/random: silence a lockdep splat with printk()""
Jason A. Donenfeld
1
-2
/
+2
2022-07-02
random: quiet urandom warning ratelimit suppression message
Jason A. Donenfeld
1
-1
/
+1
2022-07-02
random: schedule mix_interrupt_randomness() less often
Jason A. Donenfeld
1
-1
/
+1
2022-06-25
random: credit cpu and bootloader seeds by default
Jason A. Donenfeld
1
-21
/
+33
2022-06-25
random: account for arch randomness in bits
Jason A. Donenfeld
1
-4
/
+4
2022-06-25
random: mark bootloader randomness code as __init
Jason A. Donenfeld
1
-4
/
+3
2022-06-25
random: avoid checking crng_ready() twice in random_init()
Jason A. Donenfeld
1
-1
/
+1
2022-06-25
crypto: drbg - make reseeding from get_random_bytes() synchronous
Nicolai Stange
1
-2
/
+0
2022-06-25
Revert "random: use static branch for crng_ready()"
Jason A. Donenfeld
1
-10
/
+2
2022-06-25
random: check for signals after page of pool writes
Jason A. Donenfeld
1
-4
/
+10
2022-06-25
random: wire up fops->splice_{read,write}_iter()
Jens Axboe
1
-0
/
+4
2022-06-25
random: convert to using fops->write_iter()
Jens Axboe
1
-32
/
+35
2022-06-25
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
1
-157
/
+83
2022-06-25
random: move initialization functions out of hot pages
Jason A. Donenfeld
1
-22
/
+18
2022-06-25
random: use proper return types on get_random_{int,long}_wait()
Jason A. Donenfeld
1
-100
/
+95
2022-06-25
random: use static branch for crng_ready()
Jason A. Donenfeld
1
-4
/
+12
2022-06-25
random: credit architectural init the exact amount
Jason A. Donenfeld
1
-6
/
+6
2022-06-25
random: handle latent entropy and command line from random_init()
Jason A. Donenfeld
1
-5
/
+8
2022-06-25
random: use proper jiffies comparison macro
Jason A. Donenfeld
1
-1
/
+1
2022-06-25
random: remove ratelimiting for in-kernel unseeded randomness
Jason A. Donenfeld
1
-43
/
+18
2022-06-25
random: avoid initializing twice in credit race
Jason A. Donenfeld
1
-26
/
+22
2022-06-25
random: use symbolic constants for crng_init states
Jason A. Donenfeld
1
-19
/
+19
2022-06-25
siphash: use one source of truth for siphash permutations
Jason A. Donenfeld
1
-23
/
+7
2022-06-25
random: help compiler out with fast_mix() by using simpler arguments
Jason A. Donenfeld
1
-21
/
+23
2022-06-25
random: do not use input pool from hard IRQs
Jason A. Donenfeld
1
-15
/
+36
2022-06-25
random: order timer entropy functions below interrupt functions
Jason A. Donenfeld
1
-119
/
+119
2022-06-25
random: do not pretend to handle premature next security model
Jason A. Donenfeld
1
-112
/
+62
2022-06-25
random: do not use batches when !crng_ready()
Jason A. Donenfeld
1
-99
/
+59
2022-06-25
random: insist on random_get_entropy() existing in order to simplify
Jason A. Donenfeld
1
-60
/
+26
2022-06-25
random: document crng_fast_key_erasure() destination possibility
Jason A. Donenfeld
1
-0
/
+7
2022-06-25
random: make random_get_entropy() return an unsigned long
Jason A. Donenfeld
1
-13
/
+7
2022-06-25
random: check for signals every PAGE_SIZE chunk of /dev/[u]random
Jason A. Donenfeld
1
-21
/
+20
2022-06-25
random: check for signal_pending() outside of need_resched() check
Jann Horn
1
-2
/
+2
2022-06-25
random: do not allow user to keep crng key around on stack
Jason A. Donenfeld
1
-12
/
+23
2022-06-25
random: do not split fast init input in add_hwgenerator_randomness()
Jan Varho
1
-17
/
+6
2022-06-25
random: mix build-time latent entropy into pool at init
Jason A. Donenfeld
1
-0
/
+5
2022-06-25
random: re-add removed comment about get_random_{u32,u64} reseeding
Jason A. Donenfeld
1
-3
/
+4
2022-06-25
random: treat bootloader trust toggle the same way as cpu trust toggle
Jason A. Donenfeld
2
-2
/
+9
2022-06-25
random: skip fast_init if hwrng provides large chunk of entropy
Jason A. Donenfeld
1
-1
/
+1
2022-06-25
random: check for signal and try earlier when generating entropy
Jason A. Donenfeld
1
-2
/
+3
2022-06-25
random: reseed more often immediately after booting
Jason A. Donenfeld
1
-3
/
+25
2022-06-25
random: make consistent usage of crng_ready()
Jason A. Donenfeld
1
-12
/
+7
2022-06-25
random: use SipHash as interrupt entropy accumulator
Jason A. Donenfeld
1
-39
/
+55
2022-06-25
random: replace custom notifier chain with standard one
Jason A. Donenfeld
1
-48
/
+21
2022-06-25
random: don't let 644 read-only sysctls be written to
Jason A. Donenfeld
1
-2
/
+9
2022-06-25
random: give sysctl_random_min_urandom_seed a more sensible value
Jason A. Donenfeld
1
-2
/
+2
[next]