summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-25random: remove kernel.random.read_wakeup_thresholdAndy Lutomirski1-17/+1
2022-06-25random: delete code to pull data into poolsAndy Lutomirski1-40/+0
2022-06-25random: remove the blocking poolAndy Lutomirski1-106/+0
2022-06-25random: fix crash on multiple early calls to add_bootloader_randomness()Dominik Brodowski1-21/+38
2022-06-25char/random: silence a lockdep splat with printk()Sergey Senozhatsky1-2/+3
2022-06-25random: make /dev/random be almost like /dev/urandomAndy Lutomirski1-41/+13
2022-06-25random: ignore GRND_RANDOM in getentropy(2)Andy Lutomirski2-4/+1
2022-06-25random: add GRND_INSECURE to return best-effort non-cryptographic bytesAndy Lutomirski2-2/+11
2022-06-25random: Add a urandom_read_nowait() for random APIs that don't warnAndy Lutomirski1-6/+15
2022-06-25random: Don't wake crng_init_wait when crng_init == 1Andy Lutomirski1-1/+0
2022-06-25lib/crypto: sha1: re-roll loops to reduce code sizeJason A. Donenfeld1-81/+14
2022-06-25lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld3-71/+0
2022-06-25crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld7-0/+982
2022-06-25crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array()Andy Shevchenko3-34/+17
2022-06-25Revert "hwrng: core - Freeze khwrng thread during suspend"Herbert Xu1-3/+1
2022-06-25char/random: Add a newline at the end of the fileBorislav Petkov1-1/+1
2022-06-25random: Use wait_event_freezable() in add_hwgenerator_randomness()Stephen Boyd1-7/+5
2022-06-25fdt: add support for rng-seedHsin-Yi Wang4-2/+36
2022-06-25random: Support freezable kthreads in add_hwgenerator_randomness()Stephen Boyd1-3/+7
2022-06-25random: fix soft lockup when trying to read from an uninitialized blocking poolTheodore Ts'o1-3/+13
2022-06-25latent_entropy: avoid build error when plugin cflags are not setVasily Gorbik1-1/+1
2022-06-25random: document get_random_int() familyGeorge Spelvin1-7/+76
2022-06-25random: move rand_initialize() earlierKees Cook3-10/+17
2022-06-25random: only read from /dev/random after its pool has received 128 bitsTheodore Ts'o2-30/+27
2022-06-25drivers/char/random.c: make primary_crng staticRasmus Villemoes1-1/+1
2022-06-25drivers/char/random.c: remove unused stuct poolinfo::poolbitsRasmus Villemoes1-3/+3
2022-06-25drivers/char/random.c: constify poolinfo_tableRasmus Villemoes1-1/+1
2022-06-25random: make CPU trust a boot parameterKees Cook3-5/+16
2022-06-25random: Make crng state queryableJason A. Donenfeld2-0/+16
2022-06-25random: remove preempt disabled regionIngo Molnar1-4/+0
2022-06-25random: add a config option to trust the CPU's hwrngTheodore Ts'o2-1/+24
2022-06-25random: Return nbytes filled from hw RNGTobin C. Harding2-8/+10
2022-06-25random: Fix whitespace pre random-bytes workTobin C. Harding1-2/+1
2022-06-25drivers/char/random.c: remove unused dont_count_entropyRasmus Villemoes1-28/+25
2022-06-25random: optimize add_interrupt_randomnessAndi Kleen1-1/+2
2022-06-25random: always fill buffer in get_random_bytes_waitJason A. Donenfeld1-3/+1
2022-06-25crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers4-17/+18
2022-06-259p: missing chunk of "fs/9p: Don't update file type when updating file attrib...Al Viro1-7/+3
2022-06-16Linux 4.14.284v4.14.284Greg Kroah-Hartman1-1/+1
2022-06-16x86/speculation/mmio: Print SMT warningJosh Poimboeuf1-0/+11
2022-06-16KVM: x86/speculation: Disable Fill buffer clear within guestsPawan Gupta3-1/+83
2022-06-16x86/speculation/mmio: Reuse SRBDS mitigation for SBDSPawan Gupta1-7/+14
2022-06-16x86/speculation/srbds: Update SRBDS mitigation selectionPawan Gupta1-3/+5
2022-06-16x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta4-0/+34
2022-06-16x86/speculation/mmio: Enable CPU Fill buffer clearing on idlePawan Gupta1-2/+14
2022-06-16x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigationsPawan Gupta1-10/+16
2022-06-16x86/speculation/mmio: Add mitigation for Processor MMIO Stale DataPawan Gupta4-4/+148
2022-06-16x86/speculation: Add a common function for MD_CLEAR mitigation updatePawan Gupta1-26/+33
2022-06-16x86/speculation/mmio: Enumerate Processor MMIO Stale Data bugPawan Gupta3-2/+61
2022-06-16Documentation: Add documentation for Processor MMIO Stale DataPawan Gupta2-0/+247