summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-06zsmalloc: fix races between asynchronous zspage free and page migrationSultan Alsawaf1-4/+33
2022-06-06crypto: ecrdsa - Fix incorrect use of vli_cmpVitaly Chikunov1-4/+4
2022-06-06crypto: caam - fix i.MX6SX entropy delay valueFabio Estevam1-0/+18
2022-06-06KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leakAshish Kalra1-6/+6
2022-06-06KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2Sean Christopherson2-6/+0
2022-06-06KVM: x86: avoid calling x86 emulator without a decoded instructionSean Christopherson1-12/+19
2022-06-06x86, kvm: use correct GFP flags for preemption disabledPaolo Bonzini1-1/+1
2022-06-06x86/kvm: Alloc dummy async #PF token outside of raw spinlockSean Christopherson1-14/+27
2022-06-06KVM: PPC: Book3S HV: fix incorrect NULL check on list iteratorXiaomeng Tong1-3/+5
2022-06-06netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal1-1/+6
2022-06-06netfilter: nf_tables: double hook unregistration in netns pathPablo Neira Ayuso1-13/+41
2022-06-06netfilter: nf_tables: hold mutex on netns pre_exit pathPablo Neira Ayuso1-0/+4
2022-06-06netfilter: nf_tables: sanitize nft_set_desc_concat_parse()Pablo Neira Ayuso1-4/+13
2022-06-06crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange3-54/+11
2022-06-06crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange1-9/+21
2022-06-06crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange2-4/+9
2022-06-06crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange2-10/+16
2022-06-06lib/crypto: add prompts back to crypto librariesJustin M. Forbes3-7/+14
2022-06-06exfat: check if cluster num is validTadeusz Struk3-10/+14
2022-06-06drm/i915: Fix -Wstringop-overflow warning in call to intel_read_wm_latency()Gustavo A. R. Silva1-1/+1
2022-06-06net: ipa: compute proper aggregation limitAlex Elder1-1/+3
2022-06-06pipe: Fix missing lock in pipe_resize_ring()David Howells1-13/+18
2022-06-06pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima2-2/+2
2022-06-06assoc_array: Fix BUG_ON during garbage collectStephen Brennan1-0/+8
2022-06-06i2c: ismt: prevent memory corruption in ismt_access()Dan Carpenter1-0/+3
2022-06-06netfilter: nf_tables: disallow non-stateful expression in sets earlierPablo Neira Ayuso1-9/+10
2022-06-06drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllersPiyush Malgujar1-0/+1
2022-06-06i2c: ismt: Provide a DMA buffer for Interrupt Cause LoggingMika Westerberg1-0/+14
2022-06-06net: ftgmac100: Disable hardware checksum on AST2600Joel Stanley1-0/+5
2022-06-06nfc: pn533: Fix buggy cleanup orderLin Ma1-2/+3
2022-06-06net: af_key: check encryption module availability consistencyThomas Bartschies1-3/+3
2022-06-06percpu_ref_init(): clean ->percpu_count_ref on failureAl Viro1-0/+1
2022-06-06KVM: arm64: Don't hypercall before EL2 initQuentin Perret1-1/+2
2022-06-06pinctrl: sunxi: fix f1c100s uart2 functionIotaHydrae1-1/+1
2022-06-06ALSA: usb-audio: Don't get sample rate for MCT Trigger 5 USB-to-HDMIForest Crossman1-0/+2
2022-05-30Linux 5.15.44v5.15.44Greg Kroah-Hartman1-1/+1
2022-05-30ALSA: ctxfi: Add SB046x PCI IDEdward Matijevic2-1/+4
2022-05-30random: check for signals after page of pool writesJason A. Donenfeld1-4/+10
2022-05-30random: wire up fops->splice_{read,write}_iter()Jens Axboe1-0/+4
2022-05-30random: convert to using fops->write_iter()Jens Axboe1-32/+35
2022-05-30random: convert to using fops->read_iter()Jens Axboe1-36/+30
2022-05-30random: unify batched entropy implementationsJason A. Donenfeld1-92/+55
2022-05-30random: move randomize_page() into mm where it belongsJason A. Donenfeld4-34/+33
2022-05-30random: move initialization functions out of hot pagesJason A. Donenfeld1-22/+18
2022-05-30random: make consistent use of buf and lenJason A. Donenfeld2-104/+99
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: use static branch for crng_ready()Jason A. Donenfeld1-4/+12
2022-05-30random: credit architectural init the exact amountJason A. Donenfeld1-6/+6
2022-05-30random: handle latent entropy and command line from random_init()Jason A. Donenfeld3-21/+18