summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-06-25random: mark bootloader randomness code as __initJason A. Donenfeld1-1/+1
2022-06-25crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange1-2/+0
2022-06-25crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange1-0/+1
2022-06-25crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange1-1/+6
2022-06-25crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller1-5/+1
2022-06-25crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller1-0/+2
2022-06-25random: move randomize_page() into mm where it belongsJason A. Donenfeld2-2/+2
2022-06-25random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld1-12/+12
2022-06-25random: remove extern from functions in headerJason A. Donenfeld1-43/+28
2022-06-25random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-9/+7
2022-06-25siphash: use one source of truth for siphash permutationsJason A. Donenfeld2-16/+35
2022-06-25timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld1-0/+8
2022-06-25random: make random_get_entropy() return an unsigned longJason A. Donenfeld1-1/+1
2022-06-25random: replace custom notifier chain with standard oneJason A. Donenfeld2-8/+4
2022-06-25random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld2-0/+7
2022-06-25random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld2-2/+2
2022-06-25random: remove useless header commentJason A. Donenfeld1-5/+1
2022-06-25random: remove unused tracepointsJason A. Donenfeld1-195/+0
2022-06-25random: use hash function for crng_slow_load()Jason A. Donenfeld3-47/+44
2022-06-25random: simplify entropy debitingJason A. Donenfeld1-24/+6
2022-06-25random: rather than entropy_store abstraction, use globalJason A. Donenfeld1-35/+21
2022-06-25random: early initialization of ChaCha constantsDominik Brodowski1-4/+11
2022-06-25random: initialize ChaCha20 constants with correct endiannessEric Biggers1-0/+8
2022-06-25random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior1-1/+1
2022-06-25crypto: blake2s - adjust include guard namingEric Biggers2-6/+6
2022-06-25crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers1-2/+1
2022-06-25random: remove dead code left over from blocking poolEric Biggers1-83/+0
2022-06-25random: add arch_get_random_*long_early()Mark Rutland1-0/+22
2022-06-25linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_checkRichard Henderson1-4/+4
2022-06-25linux/random.h: Use false with boolRichard Henderson1-4/+4
2022-06-25linux/random.h: Remove arch_has_random, arch_has_random_seedRichard Henderson1-8/+0
2022-06-25random: ignore GRND_RANDOM in getentropy(2)Andy Lutomirski1-1/+1
2022-06-25random: add GRND_INSECURE to return best-effort non-cryptographic bytesAndy Lutomirski1-0/+2
2022-06-25lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld1-3/+0
2022-06-25crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld2-0/+125
2022-06-25fdt: add support for rng-seedHsin-Yi Wang1-0/+1
2022-06-25latent_entropy: avoid build error when plugin cflags are not setVasily Gorbik1-1/+1
2022-06-25random: move rand_initialize() earlierKees Cook1-0/+1
2022-06-25random: only read from /dev/random after its pool has received 128 bitsTheodore Ts'o1-8/+5
2022-06-16x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta1-0/+3
2022-06-16cpu/speculation: Add prototype for cpu_show_srbds()Guenter Roeck1-0/+1
2022-06-14mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064NTokunori Ikegami1-0/+1
2022-06-14nodemask: Fix return values to be unsignedKees Cook1-19/+19
2022-06-14nodemask.h: fix compilation error with GCC12Christophe de Dinechin1-7/+6
2022-06-14mailbox: forward the hrtimer if not queued and under a lockBjörn Ardö1-0/+1
2022-06-14scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()Gustavo A. R. Silva1-1/+2
2022-06-14x86/speculation: Add missing prototype for unpriv_ebpf_notify()Josh Poimboeuf1-0/+2
2022-06-14efi: Add missing prototype for efi_capsule_setup_infoJan Kiszka1-0/+2
2022-06-14drm: fix EDID struct for old ARM OABI formatLinus Torvalds1-3/+3
2022-06-14tracing: incorrect isolate_mote_t cast in mm_vmscan_lru_isolateVasily Averin1-2/+2