index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2022-06-25
secure_seq: use the 64 bits of the siphash for port offset calculation
Willy Tarreau
2022-06-25
Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
Linus Torvalds
2022-06-25
swiotlb: fix info leak with DMA_FROM_DEVICE
Halil Pasic
2022-06-25
random: mark bootloader randomness code as __init
Jason A. Donenfeld
2022-06-25
crypto: drbg - make reseeding from get_random_bytes() synchronous
Nicolai Stange
2022-06-25
crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()
Nicolai Stange
2022-06-25
crypto: drbg - prepare for more fine-grained tracking of seeding state
Nicolai Stange
2022-06-25
crypto: drbg - always seeded with SP800-90B compliant noise source
Stephan Müller
2022-06-25
crypto: drbg - add FIPS 140-2 CTRNG for noise source
Stephan Mueller
2022-06-25
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
2022-06-25
random: use proper return types on get_random_{int,long}_wait()
Jason A. Donenfeld
2022-06-25
random: remove extern from functions in header
Jason A. Donenfeld
2022-06-25
random: handle latent entropy and command line from random_init()
Jason A. Donenfeld
2022-06-25
siphash: use one source of truth for siphash permutations
Jason A. Donenfeld
2022-06-25
uapi: rename ext2_swab() to swab() and share globally in swab.h
Yury Norov
2022-06-25
timekeeping: Add raw clock fallback for random_get_entropy()
Jason A. Donenfeld
2022-06-25
random: make random_get_entropy() return an unsigned long
Jason A. Donenfeld
2022-06-25
random: replace custom notifier chain with standard one
Jason A. Donenfeld
2022-06-25
random: cleanup UUID handling
Jason A. Donenfeld
2022-06-25
random: clear fast pool, crng, and batches in cpuhp bring up
Jason A. Donenfeld
2022-06-25
random: pull add_hwgenerator_randomness() declaration into random.h
Jason A. Donenfeld
2022-06-25
hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.h
Corentin LABBE
2022-06-25
workqueue: make workqueue available early during boot
Tejun Heo
2022-06-25
random: remove useless header comment
Jason A. Donenfeld
2022-06-25
random: remove unused tracepoints
Jason A. Donenfeld
2022-06-25
random: use hash function for crng_slow_load()
Jason A. Donenfeld
2022-06-25
random: simplify entropy debiting
Jason A. Donenfeld
2022-06-25
random: rather than entropy_store abstraction, use global
Jason A. Donenfeld
2022-06-25
crypto: chacha20 - Fix chacha20_block() keystream alignment (again)
Eric Biggers
2022-06-25
random: early initialization of ChaCha constants
Dominik Brodowski
2022-06-25
random: initialize ChaCha20 constants with correct endianness
Eric Biggers
2022-06-25
random: remove unused irq_flags argument from add_interrupt_randomness()
Sebastian Andrzej Siewior
2022-06-25
crypto: blake2s - adjust include guard naming
Eric Biggers
2022-06-25
crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>
Eric Biggers
2022-06-25
random: remove dead code left over from blocking pool
Eric Biggers
2022-06-25
random: add arch_get_random_*long_early()
Mark Rutland
2022-06-25
linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check
Richard Henderson
2022-06-25
linux/random.h: Use false with bool
Richard Henderson
2022-06-25
linux/random.h: Remove arch_has_random, arch_has_random_seed
Richard Henderson
2022-06-25
random: ignore GRND_RANDOM in getentropy(2)
Andy Lutomirski
2022-06-25
random: add GRND_INSECURE to return best-effort non-cryptographic bytes
Andy Lutomirski
2022-06-25
lib/crypto: blake2s: move hmac construction into wireguard
Jason A. Donenfeld
2022-06-25
crypto: blake2s - generic C library implementation and selftest
Jason A. Donenfeld
2022-06-25
crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array()
Andy Shevchenko
2022-06-25
fdt: add support for rng-seed
Hsin-Yi Wang
2022-06-25
latent_entropy: avoid build error when plugin cflags are not set
Vasily Gorbik
2022-06-25
random: move rand_initialize() earlier
Kees Cook
2022-06-25
random: only read from /dev/random after its pool has received 128 bits
Theodore Ts'o
2022-06-25
random: Make crng state queryable
Jason A. Donenfeld
2022-06-25
random: Return nbytes filled from hw RNG
Tobin C. Harding
[next]