summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-06-06Linux 5.15.45v5.15.45Greg Kroah-Hartman
2022-06-06ALSA: usb-audio: Optimize TEAC clock quirkTakashi Iwai
2022-06-06bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_accessKumar Kartikeya Dwivedi
2022-06-06bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_accessKumar Kartikeya Dwivedi
2022-06-06bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang
2022-06-06bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian
2022-06-06bpf: Fix potential array overflow in bpf_trampoline_get_progs()Yuntao Wang
2022-06-06NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever
2022-06-06NFS: Memory allocation failures are not server fatal errorsTrond Myklebust
2022-06-06docs: submitting-patches: Fix crossref to 'The canonical patch format'Akira Yokosawa
2022-06-06tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()Xiu Jianfeng
2022-06-06tpm: Fix buffer access in tpm2_get_tpm_pt()Stefan Mahnke-Hartmann
2022-06-06media: i2c: imx412: Fix power_off orderingBryan O'Donoghue
2022-06-06media: i2c: imx412: Fix reset GPIO polarityBryan O'Donoghue
2022-06-06x86/sgx: Ensure no data in PCMD page after truncateReinette Chatre
2022-06-06x86/sgx: Fix race between reclaimer and page fault handlerReinette Chatre
2022-06-06x86/sgx: Obtain backing storage page with enclave mutex heldReinette Chatre
2022-06-06x86/sgx: Mark PCMD page as dirty when modifying contentsReinette Chatre
2022-06-06x86/sgx: Disconnect backing page references from dirty statusReinette Chatre
2022-06-06HID: multitouch: add quirks to enable Lenovo X12 trackpointTao Jin
2022-06-06HID: multitouch: Add support for Google Whiskers TouchpadMarek Maślanka
2022-06-06fs/ntfs3: validate BOOT sectors_per_clustersRandy Dunlap
2022-06-06raid5: introduce MD_BROKENMariusz Tkaczyk
2022-06-06dm verity: set DM_TARGET_IMMUTABLE feature flagSarthak Kukreti
2022-06-06dm stats: add cond_resched when looping over entriesMikulas Patocka
2022-06-06dm crypt: make printing of the key constant-timeMikulas Patocka
2022-06-06dm integrity: fix error code in dm_integrity_ctr()Dan Carpenter
2022-06-06ARM: dts: s5pv210: Correct interrupt name for bluetooth in AriesJonathan Bakker
2022-06-06Bluetooth: hci_qca: Use del_timer_sync() before freeingSteven Rostedt
2022-06-06ALSA: usb-audio: Configure sync endpoints before dataCraig McLure
2022-06-06ALSA: usb-audio: Add missing ep_idx in fixed EP quirksTakashi Iwai
2022-06-06ALSA: usb-audio: Workaround for clock setup on TEAC devicesTakashi Iwai
2022-06-06zsmalloc: fix races between asynchronous zspage free and page migrationSultan Alsawaf
2022-06-06crypto: ecrdsa - Fix incorrect use of vli_cmpVitaly Chikunov
2022-06-06crypto: caam - fix i.MX6SX entropy delay valueFabio Estevam
2022-06-06KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leakAshish Kalra
2022-06-06KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2Sean Christopherson
2022-06-06KVM: x86: avoid calling x86 emulator without a decoded instructionSean Christopherson
2022-06-06x86, kvm: use correct GFP flags for preemption disabledPaolo Bonzini
2022-06-06x86/kvm: Alloc dummy async #PF token outside of raw spinlockSean Christopherson
2022-06-06KVM: PPC: Book3S HV: fix incorrect NULL check on list iteratorXiaomeng Tong
2022-06-06netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal
2022-06-06netfilter: nf_tables: double hook unregistration in netns pathPablo Neira Ayuso
2022-06-06netfilter: nf_tables: hold mutex on netns pre_exit pathPablo Neira Ayuso
2022-06-06netfilter: nf_tables: sanitize nft_set_desc_concat_parse()Pablo Neira Ayuso
2022-06-06crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange
2022-06-06crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai 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-06lib/crypto: add prompts back to crypto librariesJustin M. Forbes