开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
random.c
Age
Commit message (
Expand
)
Author
2022-01-22
random: move the random sysctl declarations to its own file
Xiaoming Ni
2022-01-18
random: simplify arithmetic function flow in account()
Jason A. Donenfeld
2022-01-18
random: selectively clang-format where it makes sense
Jason A. Donenfeld
2022-01-18
random: access input_pool_data directly rather than through pointer
Jason A. Donenfeld
2022-01-18
random: cleanup fractional entropy shift constants
Jason A. Donenfeld
2022-01-18
random: prepend remaining pool constants with POOL_
Jason A. Donenfeld
2022-01-18
random: de-duplicate INPUT_POOL constants
Jason A. Donenfeld
2022-01-18
random: remove unused OUTPUT_POOL constants
Jason A. Donenfeld
2022-01-18
random: rather than entropy_store abstraction, use global
Jason A. Donenfeld
2022-01-18
random: remove unused extract_entropy() reserved argument
Jason A. Donenfeld
2022-01-18
random: remove incomplete last_data logic
Jason A. Donenfeld
2022-01-18
random: cleanup integer types
Jason A. Donenfeld
2022-01-18
random: cleanup poolinfo abstraction
Jason A. Donenfeld
2022-01-18
random: fix typo in comments
Schspa Shi
2022-01-07
random: don't reset crng_init_cnt on urandom_read()
Jann Horn
2022-01-07
random: avoid superfluous call to RDRAND in CRNG extraction
Jason A. Donenfeld
2022-01-07
random: early initialization of ChaCha constants
Dominik Brodowski
2022-01-07
random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
Jason A. Donenfeld
2022-01-07
random: harmonize "crng init done" messages
Dominik Brodowski
2022-01-07
random: mix bootloader randomness into pool
Jason A. Donenfeld
2022-01-07
random: do not throw away excess input to crng_fast_load
Jason A. Donenfeld
2022-01-07
random: do not re-init if crng_reseed completes before primary init
Jason A. Donenfeld
2022-01-07
random: fix crash on multiple early calls to add_bootloader_randomness()
Dominik Brodowski
2022-01-07
random: do not sign extend bytes for rotation when mixing
Jason A. Donenfeld
2022-01-07
random: use BLAKE2s instead of SHA1 in extraction
Jason A. Donenfeld
2022-01-07
random: fix data race on crng init time
Eric Biggers
2022-01-07
random: fix data race on crng_node_pool
Eric Biggers
2022-01-07
random: remove unused irq_flags argument from add_interrupt_randomness()
Sebastian Andrzej Siewior
2022-01-07
random: document add_hwgenerator_randomness() with other input functions
Mark Brown
2021-04-02
random: remove dead code left over from blocking pool
Eric Biggers
2021-04-02
random: initialize ChaCha20 constants with correct endianness
Eric Biggers
2021-02-24
Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-02-04
random: fix the RNDRESEEDCRNG ioctl
Eric Biggers
2021-01-21
random: avoid arch_get_random_seed_long() when collecting IRQ randomness
Ard Biesheuvel
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2020-10-24
random32: make prandom_u32() output unpredictable
George Spelvin
2020-07-29
random32: update the net random state on interrupt and activity
Willy Tarreau
2020-06-10
Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-06-08
random: fix an incorrect __user annotation on proc_do_entropy
Christoph Hellwig
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-05-08
crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.h
Eric Biggers
2020-05-08
crypto: lib/sha1 - rename "sha" to "sha1"
Eric Biggers
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-03-18
random: avoid warnings for !CONFIG_NUMA builds
Mark Rutland
2020-02-27
random: fix data races at timer_rand_state
Qian Cai
2020-02-27
random: always use batched entropy for get_random_u{32,64}
Jason A. Donenfeld
2020-02-27
random: add arch_get_random_*long_early()
Mark Rutland
2020-02-27
random: split primary/secondary crng init paths
Mark Rutland
2020-01-07
random: remove some dead code of poolinfo
Yangtao Li
2020-01-07
random: fix typo in add_timer_randomness()
Yangtao Li
[next]