summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-28mshv: use kmalloc_array in mshv_root_scheduler_initCan Peng1-1/+1
2026-05-28x86/ftrace: Relocate %rip-relative percpu refs in dynamic trampolinesAlexis Lothoré (eBPF Foundation)1-0/+7
2026-05-28smb: client: fix uninitialized variable in smb2_writev_callbackSteve French1-1/+1
2026-05-28smb: client: detect short folioq copy in cifs_copy_folioq_to_iter()Jeremy Erazo1-3/+15
2026-05-28mshv: Add conditional VMBus dependencyMichael Kelley2-0/+5
2026-05-28hyperv: Clean up and fix the guest ID comment in hvgdk.hDexuan Cui1-8/+2
2026-05-27Bluetooth: hci_qca: Use 100 ms SSR delay for rampatch and NVM loadingShuai Zhang1-2/+2
2026-05-27Bluetooth: hci_sync: fix UAF in hci_le_create_cis_syncDoruk Tan Ozturk1-1/+3
2026-05-27Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt()Zhao Dongdong1-0/+2
2026-05-27Bluetooth: btusb: Allow firmware re-download when version matchesShuai Zhang1-1/+7
2026-05-27Bluetooth: HIDP: fix missing length checks in hidp_input_report()Muhammad Bilal1-5/+18
2026-05-27Bluetooth: L2CAP: use chan timer to close channels in cleanup_listen()Siwei Zhang1-7/+9
2026-05-27Bluetooth: L2CAP: fix chan ref leak in l2cap_chan_timeout() on !connSiwei Zhang1-1/+3
2026-05-27Bluetooth: hci_conn: Fix memory leak in hci_le_big_terminate()Pavitra Jha1-1/+3
2026-05-27tools/sched_ext: Fix scx_show_state per-scheduler state readsZicheng Qu1-6/+13
2026-05-27cgroup/cpuset: Add test cases for sibling CPU exclusion on partition updateSun Shaojie1-0/+10
2026-05-27cgroup/cpuset: Use effective_xcpus in partcmd_update add/del mask calculationSun Shaojie1-6/+7
2026-05-27rust: helpers: add is_vmalloc_addr wrapper for NOMMU buildsShivam Kalra1-0/+6
2026-05-27drm/amdgpu: fix calling VM invalidation in amdgpu_hmm_invalidate_gfxChristian König2-2/+6
2026-05-27drm/amdgpu: fix amdgpu_hmm_range_get_pagesChristian König1-8/+8
2026-05-27drm/amdgpu/userq: use array instead of list for userq_vasSunil Khatri3-77/+45
2026-05-27drm/amdgpu/userq: move mqd_destroy to later stage to keep core obj validSunil Khatri1-5/+4
2026-05-27drm/amdkfd: fix a vulnerability of integer overflow in kfd debuggerEric Huang1-3/+5
2026-05-27drm/amdgpu/userq: remove amdgpu_userq_create/destroy_object wrapperSunil Khatri3-82/+21
2026-05-27drm/amd/pm/si: Disregard vblank time when no displays are connectedTimur Kristóf1-0/+4
2026-05-27drm/amdkfd: Check for pdd drm file first in CRIU restore pathDavid Francis1-5/+5
2026-05-27drm/amdgpu: fix potential overflow in fs_info.debugfs_nameStanley.Yang1-1/+2
2026-05-27drm/amdgpu/userq: make sure queue is valid in the hang_detect_workSunil Khatri1-7/+7
2026-05-27drm/amdgpu/userq: reserve root bo without interruptionSunil Khatri1-5/+1
2026-05-27drm/amdgpu/userq: add amdgpu_bo_unpin when amdgpu_ttm_alloc_gart failsSunil Khatri1-1/+3
2026-05-27drm/amdgpu: simplify return value in amdgpu_userq_get_doorbell_indexSunil Khatri2-14/+11
2026-05-27drm/amdkfd: fix NULL pointer bug in svm_range_set_attrEric Huang1-0/+3
2026-05-27drm/amd/display: Write REFCLK to 48MHz on DCN21Ivan Lipski1-2/+13
2026-05-27drm/amdgpu/userq: Fix the mutex_init cleanup for fence_drv_lockSunil Khatri1-3/+2
2026-05-27drm/amdgpu/userq: Fix doorbell object cleanup of queueSunil Khatri1-3/+8
2026-05-27drm/amdgpu: check num_entries in GEM_OP GET_MAPPING_INFOZiyi Guo1-0/+5
2026-05-27drm/amdgpu: fix lock leak on ENOMEM in AMDGPU_GEM_OP_GET_MAPPING_INFOMichael Bommarito1-2/+4
2026-05-27drm/xe: Restore IDLEDLY regiter on engine resetBalasubramani Vivekanandan1-0/+5
2026-05-27KVM: arm64: Fix memory leak in hyp_trace_unload()Vincent Donnefort1-0/+2
2026-05-27KVM: arm64: Fix rollback in hyp_trace_buffer_share_hyp()Vincent Donnefort1-2/+3
2026-05-27KVM: arm64: Fix meta-page unsharing in pKVM hyp tracingVincent Donnefort1-1/+1
2026-05-27ASoC: codecs: simple-mux: Fix enum control bounds checkCássio Gabriel1-1/+1
2026-05-27KVM: arm64: PMU: Preserve AArch32 counter low bitsQiang Ma1-2/+2
2026-05-27ALSA: usb-audio: Add iface reset and delay quirk for TAE1160 USB AudioLianqin Hu1-0/+2
2026-05-27ALSA: hda/cs420x: Add CS4208 fixup for iMac16,1Jakub Pisarczyk1-0/+1
2026-05-27ALSA: hda/realtek: add quirk for HP Dragonfly Folio G3 2-in-1Fabian Lippold1-0/+1
2026-05-27ipv6: validate extension header length before copying to cmsgQi Tang1-8/+46
2026-05-27ksmbd: fix FSCTL permission bypass by adding a permission check for FSCTL_SET...Sean Shen1-0/+11
2026-05-27ksmbd: release ksmbd_inode ref via ksmbd_inode_put on lookup pathsAleksandr Golovnya1-3/+3
2026-05-27ksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loopsAli Ganiyev1-4/+4