summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-06-09thermal/drivers/core: Use a char pointer for the cooling device nameDaniel Lezcano
2022-06-09lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2022-06-09Bluetooth: use inclusive language when filtering devicesArchie Pusaka
2022-06-09Bluetooth: Interleave with allowlist scanHoward Chung
2022-06-09x86/speculation: Add missing prototype for unpriv_ebpf_notify()Josh Poimboeuf
2022-06-09efi: Add missing prototype for efi_capsule_setup_infoJan Kiszka
2022-06-09drm: fix EDID struct for old ARM OABI formatLinus Torvalds
2022-06-09tracing: incorrect isolate_mote_t cast in mm_vmscan_lru_isolateVasily Averin
2022-06-09ALSA: jack: Access input_dev under mutexAmadeusz Sławiński
2022-06-09ipv6: fix locking issues with loops over idev->addr_listNiels Dossche
2022-06-09ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman
2022-06-09ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman
2022-06-09Fonts: Make font size unsigned in font_descPeilin Ye
2022-06-09usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I
2022-06-06netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal
2022-06-06crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange
2022-06-06crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange
2022-06-06crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange
2022-06-06pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima
2022-05-30random: move randomize_page() into mm where it belongsJason A. Donenfeld
2022-05-30random: make consistent use of buf and lenJason A. Donenfeld
2022-05-30random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld
2022-05-30random: remove extern from functions in headerJason A. Donenfeld
2022-05-30random: handle latent entropy and command line from random_init()Jason A. Donenfeld
2022-05-30siphash: use one source of truth for siphash permutationsJason A. Donenfeld
2022-05-30timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld
2022-05-30random: make random_get_entropy() return an unsigned longJason A. Donenfeld
2022-05-30random: replace custom notifier chain with standard oneJason A. Donenfeld
2022-05-30random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld
2022-05-30random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld
2022-05-30random: remove useless header commentJason A. Donenfeld
2022-05-30random: remove unused tracepointsJason A. Donenfeld
2022-05-30random: make more consistent use of integer typesJason A. Donenfeld
2022-05-30random: simplify entropy debitingJason A. Donenfeld
2022-05-30random: rather than entropy_store abstraction, use globalJason A. Donenfeld
2022-05-30random: early initialization of ChaCha constantsDominik Brodowski
2022-05-30random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior
2022-05-30lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld
2022-05-30lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld
2022-05-30lib/crypto: blake2s: include as built-inJason A. Donenfeld
2022-05-30crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers
2022-05-30crypto: blake2s - adjust include guard namingEric Biggers
2022-05-30crypto: blake2s - add comment for blake2s_state fieldsEric Biggers
2022-05-30crypto: blake2s - optimize blake2s initializationEric Biggers
2022-05-30crypto: blake2s - share the "shash" API boilerplate codeEric Biggers
2022-05-30crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers
2022-05-30crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu
2022-05-30random: remove dead code left over from blocking poolEric Biggers
2022-05-30secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau
2022-05-30lockdown: also lock down previous kgdb useDaniel Thompson