index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
random.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-29
random: use arch_get_random*_early() in random_init()
Jean-Philippe Brucker
1
-2
/
+2
2022-10-11
prandom: remove unused functions
Jason A. Donenfeld
1
-6
/
+5
2022-10-06
random: clear new batches when bringing new CPUs online
Jason A. Donenfeld
1
-12
/
+16
2022-10-01
random: fix typos in get_random_bytes() comment
William Zijl
1
-5
/
+5
2022-10-01
random: schedule jitter credit for next jiffy, not in two jiffies
Jason A. Donenfeld
1
-2
/
+2
2022-09-29
random: add 8-bit and 16-bit batches
Jason A. Donenfeld
1
-0
/
+2
2022-09-29
random: use init_utsname() instead of utsname()
Jason A. Donenfeld
1
-1
/
+1
2022-09-29
random: split initialization into early step and later step
Jason A. Donenfeld
1
-20
/
+30
2022-09-28
random: use expired timer rather than wq for mixing fast pool
Jason A. Donenfeld
1
-7
/
+11
2022-09-28
random: avoid reading two cache lines on irq randomness
Jason A. Donenfeld
1
-1
/
+1
2022-09-23
random: clamp credited irq bits to maximum mixed
Jason A. Donenfeld
1
-1
/
+1
2022-09-23
random: throttle hwrng writes if no entropy is credited
Jason A. Donenfeld
1
-2
/
+2
2022-09-23
random: use hwgenerator randomness more frequently at early boot
Dominik Brodowski
1
-12
/
+10
2022-09-23
random: restore O_NONBLOCK support
Jason A. Donenfeld
1
-0
/
+5
2022-08-04
Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2022-07-30
random: correct spelling of "overwrites"
Jason A. Donenfeld
1
-1
/
+1
2022-07-25
random: handle archrandom with multiple longs
Jason A. Donenfeld
1
-14
/
+31
2022-07-18
random: use try_cmpxchg in _credit_init_bits
Uros Bizjak
1
-2
/
+2
2022-07-16
random: cap jitter samples per bit to factor of HZ
Jason A. Donenfeld
1
-1
/
+1
2022-07-01
pm/sleep: Add PM_USERSPACE_AUTOSLEEP Kconfig
Kalesh Singh
1
-2
/
+2
2022-06-20
random: update comment from copy_to_user() -> copy_to_iter()
Jason A. Donenfeld
1
-1
/
+1
2022-06-19
random: quiet urandom warning ratelimit suppression message
Jason A. Donenfeld
1
-1
/
+1
2022-06-19
random: schedule mix_interrupt_randomness() less often
Jason A. Donenfeld
1
-1
/
+1
2022-06-10
random: remove rng_has_arch_random()
Jason A. Donenfeld
1
-13
/
+0
2022-06-10
random: do not use jump labels before they are initialized
Jason A. Donenfeld
1
-1
/
+10
2022-06-10
random: account for arch randomness in bits
Jason A. Donenfeld
1
-5
/
+5
2022-06-10
random: mark bootloader randomness code as __init
Jason A. Donenfeld
1
-4
/
+3
2022-06-10
random: avoid checking crng_ready() twice in random_init()
Jason A. Donenfeld
1
-1
/
+1
2022-05-22
random: check for signals after page of pool writes
Jason A. Donenfeld
1
-4
/
+10
2022-05-20
random: wire up fops->splice_{read,write}_iter()
Jens Axboe
1
-0
/
+4
2022-05-20
random: convert to using fops->write_iter()
Jens Axboe
1
-32
/
+35
2022-05-20
random: convert to using fops->read_iter()
Jens Axboe
1
-36
/
+29
2022-05-19
random: unify batched entropy implementations
Jason A. Donenfeld
1
-92
/
+55
2022-05-19
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
1
-32
/
+0
2022-05-19
random: remove mostly unused async readiness notifier
Jason A. Donenfeld
1
-48
/
+0
2022-05-19
random: remove get_random_bytes_arch() and add rng_has_arch_random()
Jason A. Donenfeld
1
-33
/
+16
2022-05-19
random: move initialization functions out of hot pages
Jason A. Donenfeld
1
-25
/
+21
2022-05-19
random: make consistent use of buf and len
Jason A. Donenfeld
1
-102
/
+97
2022-05-19
random: use static branch for crng_ready()
Jason A. Donenfeld
1
-4
/
+12
2022-05-18
random: credit architectural init the exact amount
Jason A. Donenfeld
1
-6
/
+6
2022-05-18
random: handle latent entropy and command line from random_init()
Jason A. Donenfeld
1
-7
/
+10
2022-05-18
random: use proper jiffies comparison macro
Jason A. Donenfeld
1
-1
/
+1
2022-05-18
random: remove ratelimiting for in-kernel unseeded randomness
Jason A. Donenfeld
1
-44
/
+18
2022-05-18
random: move initialization out of reseeding hot path
Jason A. Donenfeld
1
-23
/
+19
2022-05-18
random: avoid initializing twice in credit race
Jason A. Donenfeld
1
-5
/
+5
2022-05-18
random: use symbolic constants for crng_init states
Jason A. Donenfeld
1
-19
/
+19
2022-05-18
siphash: use one source of truth for siphash permutations
Jason A. Donenfeld
1
-23
/
+7
2022-05-18
random: help compiler out with fast_mix() by using simpler arguments
Jason A. Donenfeld
1
-21
/
+23
2022-05-18
random: do not use input pool from hard IRQs
Jason A. Donenfeld
1
-15
/
+36
2022-05-16
random: order timer entropy functions below interrupt functions
Jason A. Donenfeld
1
-119
/
+119
[next]