summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-07crypto: atmel-sha204a - Fix error codes in OTP readsThorsten Blum2-5/+6
2026-05-07crypto: atmel-tdes - fix DMA sync directionThorsten Blum1-4/+4
2026-05-07crypto: ccree - fix a memory leak in cc_mac_digest()Haoxiang Li1-0/+1
2026-05-07crypto: hisilicon - Fix dma_unmap_single() directionThomas Fourier1-1/+1
2026-05-07crypto: atmel-ecc - Release client on allocation failureThorsten Blum1-0/+1
2026-05-07crypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanupThorsten Blum1-1/+1
2026-05-07crypto: arm64/aes - Fix 32-bit aes_mac_update() arg treated as 64-bitEric Biggers1-2/+2
2026-05-07crypto: acomp - fix wrong pointer stored by acomp_save_req()Giovanni Cabiddu1-5/+3
2026-05-07can: ucan: fix devres lifetimeJohan Hovold1-1/+1
2026-05-07bus: mhi: host: pci_generic: Switch to async power up to avoid boot delaysQiang Yu1-1/+1
2026-05-07Bluetooth: hci_event: fix potential UAF in SSP passkey handlersShuvam Pandey1-4/+14
2026-05-07apparmor: use target task's context in apparmor_getprocattr()Cengiz Can1-9/+7
2026-05-079p: fix access mode flags being ORed instead of replacedPierre Barre1-0/+4
2026-05-07mfd: core: Preserve OF node when ACPI handle is presentBrian Mak1-1/+11
2026-05-07mptcp: sync the msk->sndbuf at accept() timeGang Yan1-1/+1
2026-05-07taskstats: set version in TGID exit notificationsYiyang Chen1-0/+1
2026-05-07tcp: call sk_data_ready() after listener migrationZhenzhong Wu1-0/+3
2026-05-07wifi: rtl8xxxu: fix potential use of uninitialized valueYi Cong1-20/+8
2026-05-07x86/shstk: Prevent deadlock during shstk sigreturnRick Edgecombe2-20/+25
2026-05-07x86/cpu: Disable FRED when PTI is forced onDave Hansen1-0/+5
2026-05-07inotify: fix watch count leak when fsnotify_add_inode_mark_locked() failsChia-Ming Chang1-0/+1
2026-05-07HID: apple: ensure the keyboard backlight is off if suspendingAditya Garg1-0/+2
2026-05-07mm, swap: speed up hibernation allocation and writeoutKairui Song1-5/+16
2026-05-07check-uapi: link into shared objectsArnd Bergmann1-2/+5
2026-05-07md/raid5: validate payload size before accessing journal metadataJunrui Luo1-15/+33
2026-05-07md/raid5: fix soft lockup in retry_aligned_read()Chia-Ming Chang1-1/+7
2026-05-07md/md-llbitmap: raise barrier before state machine transitionYu Kuai1-4/+4
2026-05-07md/md-llbitmap: skip reading rdevs that are not in_syncYu Kuai1-1/+2
2026-05-07amdgpu/jpeg: fix deepsleep register for jpeg 5_0_0 and 5_0_2David (Ming Qiang) Wu1-6/+46
2026-05-07mtd: spinand: winbond: Declare the QE bit on W25NxxJWMiquel Raynal1-2/+2
2026-05-07mtd: spi-nor: sst: Fix write enable before AAI sequenceSanjaikumar V S1-0/+13
2026-05-07udf: fix partition descriptor append bookkeepingSeohyeon Maeng1-1/+3
2026-05-07ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()Sohei Koyama1-1/+3
2026-05-07ext4: fix bounds check in check_xattrs() to prevent out-of-bounds accessDeepanshu Kartikey1-1/+1
2026-05-07ring-buffer: Do not double count the reader_pageMasami Hiramatsu (Google)1-6/+7
2026-05-07ARM: 9472/1: fix race condition on PG_dcache_clean in __sync_icache_dcache()Brian Ruley1-1/+3
2026-05-07KVM: nSVM: Always intercept VMMCALL when L2 is activeSean Christopherson2-11/+0
2026-05-07KVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1Kevin Cheng4-12/+30
2026-05-07KVM: nSVM: Add missing consistency check for nCR3 validityYosry Ahmed1-0/+4
2026-05-07KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLEYosry Ahmed1-4/+5
2026-05-07KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CSYosry Ahmed2-0/+7
2026-05-07KVM: nSVM: Clear tracking of L1->L2 NMI and soft IRQ on nested #VMEXITYosry Ahmed1-2/+4
2026-05-07KVM: nSVM: Clear EVENTINJ fields in vmcb12 on nested #VMEXITYosry Ahmed1-2/+4
2026-05-07KVM: nSVM: Clear GIF on nested #VMEXIT(INVALID)Yosry Ahmed1-0/+1
2026-05-07KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXITYosry Ahmed1-6/+2
2026-05-07KVM: nSVM: Triple fault if restore host CR3 fails on nested #VMEXITYosry Ahmed3-19/+8
2026-05-07KVM: nSVM: Refactor writing vmcb12 on nested #VMEXIT as a helperYosry Ahmed1-33/+44
2026-05-07KVM: nSVM: Refactor checking LBRV enablement in vmcb12 into a helperYosry Ahmed1-4/+8
2026-05-07KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUNYosry Ahmed1-4/+1
2026-05-07KVM: SVM: Add missing save/restore handling of LBR MSRsYosry Ahmed3-5/+45