summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-06-09mailbox: forward the hrtimer if not queued and under a lockBjörn Ardö1-0/+1
2022-06-09list: fix a data-race around ep->rdllistKuniyuki Iwashima1-3/+3
2022-06-09list: introduce list_is_head() helper and re-use it in list.hAndy Shevchenko1-14/+22
2022-06-09scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()Gustavo A. R. Silva1-1/+2
2022-06-09gpiolib: of: Introduce hook for missing gpio-rangesStefan Wahren1-0/+12
2022-06-09platform/chrome: Re-introduce cros_ec_cmd_xfer and use it for ioctlsGuenter Roeck1-0/+3
2022-06-09rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells1-1/+1
2022-06-09net: macb: Fix PTP one step sync supportHarini Katakam1-0/+3
2022-06-09block: Fix the bio.bi_opf commentBart Van Assche1-3/+2
2022-06-09x86/speculation: Add missing prototype for unpriv_ebpf_notify()Josh Poimboeuf1-0/+2
2022-06-09scsi: iscsi: Fix harmless double shift bugDan Carpenter1-3/+3
2022-06-09signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver3-1/+9
2022-06-09device property: Allow error pointer to be passed to fwnode APIsAndy Shevchenko1-5/+5
2022-06-09efi: Add missing prototype for efi_capsule_setup_infoJan Kiszka1-0/+2
2022-06-09drm: fix EDID struct for old ARM OABI formatLinus Torvalds1-3/+3
2022-06-09tracing: incorrect isolate_mote_t cast in mm_vmscan_lru_isolateVasily Averin1-2/+2
2022-06-09ALSA: jack: Access input_dev under mutexAmadeusz Sławiński1-0/+1
2022-06-09ipv6: fix locking issues with loops over idev->addr_listNiels Dossche1-0/+8
2022-06-09ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman1-6/+0
2022-06-09ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman1-1/+0
2022-06-09usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I1-0/+2
2022-06-06netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal1-1/+6
2022-06-06crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange1-2/+0
2022-06-06crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange1-0/+1
2022-06-06crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange1-1/+6
2022-06-06pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima1-1/+1
2022-05-30random: move randomize_page() into mm where it belongsJason A. Donenfeld2-2/+1
2022-05-30random: make consistent use of buf and lenJason A. Donenfeld1-5/+5
2022-05-30random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld1-7/+7
2022-05-30random: remove extern from functions in headerJason A. Donenfeld1-43/+28
2022-05-30random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-9/+7
2022-05-30siphash: use one source of truth for siphash permutationsJason A. Donenfeld2-16/+35
2022-05-30timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld1-0/+8
2022-05-30random: make random_get_entropy() return an unsigned longJason A. Donenfeld1-1/+1
2022-05-30random: replace custom notifier chain with standard oneJason A. Donenfeld2-8/+4
2022-05-30random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld2-0/+7
2022-05-30random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld2-2/+2
2022-05-30random: remove useless header commentJason A. Donenfeld1-5/+1
2022-05-30random: remove unused tracepointsJason A. Donenfeld1-212/+0
2022-05-30random: make more consistent use of integer typesJason A. Donenfeld3-47/+44
2022-05-30random: simplify entropy debitingJason A. Donenfeld1-24/+6
2022-05-30random: rather than entropy_store abstraction, use globalJason A. Donenfeld1-35/+21
2022-05-30random: early initialization of ChaCha constantsDominik Brodowski1-4/+11
2022-05-30random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior1-1/+1
2022-05-30lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld1-15/+25
2022-05-30lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld1-3/+0
2022-05-30lib/crypto: blake2s: include as built-inJason A. Donenfeld1-3/+3
2022-05-25lockdown: also lock down previous kgdb useDaniel Thompson1-0/+2
2022-05-25net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau1-1/+1
2022-05-25xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger2-1/+14