summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-06Linux 5.18.2v5.18.2Greg Kroah-Hartman
2022-06-06ALSA: usb-audio: Optimize TEAC clock quirkTakashi Iwai
2022-06-06bpf: Do write access check for kfunc and global funcKumar Kartikeya Dwivedi
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: Fix usage of trace RCU in local storage.KP Singh
2022-06-06bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian
2022-06-06bpf: Fix combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov
2022-06-06bpf: Fix potential array overflow in bpf_trampoline_get_progs()Yuntao Wang
2022-06-06bpf: Fill new bpf_prog_pack with illegal instructionsSong Liu
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-06tools/memory-model/README: Update klitmus7 compat tableAkira Yokosawa
2022-06-06zsmalloc: fix races between asynchronous zspage free and page migrationSultan Alsawaf
2022-06-06crypto: qat - rework the VF2PF interrupt handling logicMarco Chiappero
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/mmu: Don't rebuild page when the page is synced and no tlb flushing ...Hou Wenlong
2022-06-06KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2Sean Christopherson
2022-06-06KVM: x86: Fix the intel_pt PMI handling wrongly considered from guestYanfei Xu
2022-06-06KVM: x86: avoid loading a vCPU after .vm_destroy was calledMaxim Levitsky
2022-06-06KVM: x86: avoid calling x86 emulator without a decoded instructionSean Christopherson
2022-06-06KVM: x86: fix typo in __try_cmpxchg_user causing non-atomicnessMaxim Levitsky
2022-06-06KVM: x86: Use __try_cmpxchg_user() to emulate atomic accessesSean Christopherson
2022-06-06KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bitsSean Christopherson