summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-01HID: bpf: Fix hid_bpf_get_data() range checkYiyang Chen
2026-07-01pinctrl: qcom: Add the tlmm driver for Maili platformJingyi Wang
2026-07-01dt-bindings: pinctrl: qcom: Describe Maili TLMM blockJingyi Wang
2026-07-01xen/front-pgdir-shbuf: free grant reference head on errorsYousef Alhouseen
2026-07-01xen/gntdev: fix error handling in ioctlWentao Liang
2026-07-01xen: Replace __ASSEMBLY__ with __ASSEMBLER__ in header filesThomas Huth
2026-07-01xen/pvcalls: bound backend response req_id before indexing rsp[]Michael Bommarito
2026-07-01pinctrl: meson: restore non-sleeping GPIO accessViacheslav Bocharov
2026-07-01pinctrl: qcom: sc8280xp: Add missing wakeup entries for GPIO143/151Konrad Dybcio
2026-07-01gpio: timberdale: Return -ENOMEM on dynamic memory allocation in probeVladimir Zapolskiy
2026-07-01Merge patch series "treewide: remove unnecessary invalid range checks in memb...Mike Rapoport (Microsoft)
2026-07-01mm/hugetlb: remove unnecessary empty range check in hugetlb_bootmem_set_nodes()Sang-Heon Jeon
2026-07-01mm: remove unnecessary empty range check in early_calculate_totalpages()Sang-Heon Jeon
2026-07-01powerpc64/kasan: Remove unreachable invalid range check in kasan_init_phys_re...Sang-Heon Jeon
2026-07-01ARM: remove unreachable invalid range check in kasan_init()Sang-Heon Jeon
2026-07-01riscv: remove unreachable invalid range check in kasan_init()Sang-Heon Jeon
2026-07-01riscv: remove unreachable invalid range check in create_linear_mapping_page_t...Sang-Heon Jeon
2026-07-01LoongArch: remove unreachable invalid range check in kasan_init()Sang-Heon Jeon
2026-07-01arm64: mm: remove unreachable invalid range check in kasan_init_shadow()Sang-Heon Jeon
2026-07-01drm/i915/bios: range check LFP Data Block panel_type2Jani Nikula
2026-07-01drm/i915/vrr: require valid min/max vfreq for VRRJani Nikula
2026-07-01PCI: imx6: Fix building against PCI_PWRCTRL_GENERICArnd Bergmann
2026-07-01PCI: imx6: Fix building against PCI_HOST_COMMONArnd Bergmann
2026-06-30Merge tag 'probes-fixes-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-06-30ksmbd: fix app-instance durable supersede session UAFNamjae Jeon
2026-06-30ksmbd: snapshot previous oplock state before durable checksNamjae Jeon
2026-06-30ksmbd: close superseded durable handles through refcount handoffGil Portnoy
2026-06-30ksmbd: fix use-after-free of fp->owner.name in durable handle owner checkGil Portnoy
2026-06-30smb/server: do not require delete access for non-replacing linksChenXiaoSong
2026-06-30ksmbd: don't hold ci->m_lock while waiting for a lease break ackNamjae Jeon
2026-06-30ksmbd: doc: update feature support status for durable handles and compressionNamjae Jeon
2026-06-30ksmbd: annotate oplock list traversals under m_lockRunyu Xiao
2026-06-30ksmbd: fix outstanding credit leak on abort and error pathsNamjae Jeon
2026-06-30ksmbd: fix credit charge calculation for SMB2 QUERY_INFONamjae Jeon
2026-06-30ksmbd: avoid zeroing the read buffer in smb2_read()Namjae Jeon
2026-06-30ksmbd: validate num_subauth when copying ACE in set_ntacl_daclHaofeng Li
2026-06-30ksmbd: reject undersized DACLs before parsing ACEsHaofeng Li
2026-06-30ksmbd: fix n.data memory leak in ksmbd_vfs_set_dos_attrib_xattrQiang Liu
2026-06-30ksmbd: Fix acl.sd_buf memory leak and invalid sd_size error handlingQiang Liu
2026-06-30ksmbd: fix sd_ndr.data memory leak in ksmbd_vfs_set_sd_xattrQiang Liu
2026-06-30net/sched: act_bpf: use rcu_dereference_bh() to read the filterSechang Lim
2026-07-01iio: light: al3320a: add missing REGMAP_I2C to KconfigJoshua Crofts
2026-07-01iio: light: al3010: add missing REGMAP_I2C to KconfigJoshua Crofts
2026-07-01iio: light: al3000a: add missing REGMAP_I2C to KconfigJoshua Crofts
2026-06-30selinux: hooks: use kmalloc() to allocate path bufferMike Rapoport (Microsoft)
2026-06-30riscv: probes: save original sp in rethook trampolineMartin Kaiser
2026-06-30selftests: drv-net: tso: don't touch dangerous feature bitsJakub Kicinski
2026-06-30cxgb4: Fix decode strings dump for T6 adaptersGleb Markov
2026-06-30x86/fpu: Fix kernel-doc formatting above fpu_enable_guest_xfd_features()Chao Gao
2026-06-30Merge branch 'net-do-not-warn-on-best-effort-skb-allocation-failures'Jakub Kicinski