summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-07-21net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointerSteven Rostedt (Google)
2022-07-12video: of_display_timing.h: include errno.hHsin-Yi Wang
2022-07-07net: Rename and export copy_skb_headerIlya Lesokhin
2022-07-02kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao
2022-07-02random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld
2022-07-02ata: libata: add qc->flags in ata_qc_complete_template tracepointEdward Wu
2022-07-02vt: drop old FONT ioctlsJiri Slaby
2022-06-25secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau
2022-06-25Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds
2022-06-25swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic
2022-06-25random: mark bootloader randomness code as __initJason A. Donenfeld
2022-06-25crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange
2022-06-25crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange
2022-06-25crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange
2022-06-25crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller
2022-06-25crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller
2022-06-25random: move randomize_page() into mm where it belongsJason A. Donenfeld
2022-06-25random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld
2022-06-25random: remove extern from functions in headerJason A. Donenfeld
2022-06-25random: handle latent entropy and command line from random_init()Jason A. Donenfeld
2022-06-25siphash: use one source of truth for siphash permutationsJason A. Donenfeld
2022-06-25uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov
2022-06-25timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld
2022-06-25random: make random_get_entropy() return an unsigned longJason A. Donenfeld
2022-06-25random: replace custom notifier chain with standard oneJason A. Donenfeld
2022-06-25random: cleanup UUID handlingJason A. Donenfeld
2022-06-25random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld
2022-06-25random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld
2022-06-25hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.hCorentin LABBE
2022-06-25workqueue: make workqueue available early during bootTejun Heo
2022-06-25random: remove useless header commentJason A. Donenfeld
2022-06-25random: remove unused tracepointsJason A. Donenfeld
2022-06-25random: use hash function for crng_slow_load()Jason A. Donenfeld
2022-06-25random: simplify entropy debitingJason A. Donenfeld
2022-06-25random: rather than entropy_store abstraction, use globalJason A. Donenfeld
2022-06-25crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers
2022-06-25random: early initialization of ChaCha constantsDominik Brodowski
2022-06-25random: initialize ChaCha20 constants with correct endiannessEric Biggers
2022-06-25random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior
2022-06-25crypto: blake2s - adjust include guard namingEric Biggers
2022-06-25crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers
2022-06-25random: remove dead code left over from blocking poolEric Biggers
2022-06-25random: add arch_get_random_*long_early()Mark Rutland
2022-06-25linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_checkRichard Henderson
2022-06-25linux/random.h: Use false with boolRichard Henderson
2022-06-25linux/random.h: Remove arch_has_random, arch_has_random_seedRichard Henderson
2022-06-25random: ignore GRND_RANDOM in getentropy(2)Andy Lutomirski
2022-06-25random: add GRND_INSECURE to return best-effort non-cryptographic bytesAndy Lutomirski
2022-06-25lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld
2022-06-25crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld