index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
prandom.h
Age
Commit message (
Expand
)
Author
2024-10-03
prandom: Include <linux/percpu.h> in <linux/prandom.h>
Uros Bizjak
2023-12-20
prandom: Remove unused include
Kent Overstreet
2022-12-20
prandom: remove prandom_u32_max()
Jason A. Donenfeld
2022-12-04
random: include <linux/once.h> in the right header
Christophe JAILLET
2022-11-17
random: use rejection sampling for uniform bounded random integers
Jason A. Donenfeld
2022-10-11
prandom: remove unused functions
Jason A. Donenfeld
2022-09-29
prandom: make use of smaller types in prandom_u32_max
Jason A. Donenfeld
2022-05-18
random32: use real rng for non-deterministic randomness
Jason A. Donenfeld
2022-05-18
siphash: use one source of truth for siphash permutations
Jason A. Donenfeld
2021-05-27
random32: Fix implicit truncation warning in prandom_seed_state()
Richard Fitzgerald
2020-10-24
random32: add noise from network and scheduling activity
Willy Tarreau
2020-10-24
random32: make prandom_u32() output unpredictable
George Spelvin
2020-08-03
random32: move the pseudo-random 32-bit definitions to prandom.h
Linus Torvalds