summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-10-15Linux 6.17.3v6.17.3Greg Kroah-Hartman1-1/+1
2025-10-15drm/amdgpu/vcn: Fix double-free of vcn dump bufferLijo Lazar4-5/+1
2025-10-15scsi: ufs: core: Fix PM QoS mutex initializationMarek Szyprowski1-3/+3
2025-10-15usb: cdns3: cdnsp-pci: remove redundant pci_disable_device() callMiaoqian Lin1-4/+1
2025-10-15arm64: dts: qcom: qcm2290: Disable USB SS bus instances in park modeKonrad Dybcio1-0/+1
2025-10-15usb: typec: tipd: Clear interrupts firstSven Peter1-13/+11
2025-10-15net: usb: asix: hold PM usage ref to avoid PM/MDIO + RTNL deadlockOleksij Rempel1-0/+29
2025-10-15net/9p: Fix buffer overflow in USB transport layerDominique Martinet1-3/+13
2025-10-15bus: fsl-mc: Check return value of platform_get_resource()Salah Triki1-0/+3
2025-10-15pinctrl: check the return value of pinmux_ops::get_function_name()Bartosz Golaszewski1-1/+1
2025-10-15tee: fix register_shm_helper()Jens Wiklander1-0/+8
2025-10-15thunderbolt: Fix use-after-free in tb_dp_dprx_workDuoming Zhou1-2/+3
2025-10-15PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before releaseShin'ichiro Kawasaki1-6/+11
2025-10-15remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctab...Zhen Ni1-1/+2
2025-10-15PCI/AER: Avoid NULL pointer dereference in aer_ratelimit()Breno Leitao1-0/+3
2025-10-15sunrpc: fix null pointer dereference on zero-length checksumLei Lu1-1/+1
2025-10-15Input: uinput - zero-initialize uinput_ff_upload_compat to avoid info leakZhen Ni1-0/+1
2025-10-15Input: atmel_mxt_ts - allow reset GPIO to sleepMarek Vasut1-1/+1
2025-10-15misc: fastrpc: Skip reference for DMA handlesLing Xu1-18/+27
2025-10-15misc: fastrpc: fix possible map leak in fastrpc_put_argsLing Xu1-3/+7
2025-10-15misc: fastrpc: Fix fastrpc_map_lookup operationLing Xu1-1/+6
2025-10-15misc: fastrpc: Save actual DMA size in fastrpc_map structureLing Xu1-9/+18
2025-10-15nvdimm: ndtest: Return -ENOMEM if devm_kcalloc() fails in ndtest_probe()Guangshuo Li1-1/+12
2025-10-15selftests/mm: skip soft-dirty tests when CONFIG_MEM_SOFT_DIRTY is disabledLance Yang4-20/+24
2025-10-15mm: hugetlb: avoid soft lockup when mprotect to large memory areaYang Shi1-0/+2
2025-10-15fbdev: simplefb: Fix use after free in simplefb_detach_genpds()Janne Grunau1-8/+23
2025-10-15KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't validSean Christopherson1-2/+10
2025-10-15ext4: fix checks for orphan inodesJan Kara5-9/+15
2025-10-15ext4: fix potential null deref in ext4_mb_init()Baokun Li1-0/+10
2025-10-15ksmbd: add max ip connections parameterNamjae Jeon4-13/+23
2025-10-15ksmbd: fix error code overwriting in smb2_get_info_filesystem()Matvey Kovalev1-1/+2
2025-10-15ksmbd: Fix race condition in RPC handle list accessYunseong Kim1-9/+17
2025-10-15mm/ksm: fix flag-dropping behavior in ksm_madviseJakub Acs2-1/+2
2025-10-15LoongArch: BPF: Fix uninitialized symbol 'retval_off'Huacai Chen1-5/+4
2025-10-15LoongArch: BPF: Remove duplicated flags checkHengqi Chen1-7/+2
2025-10-15LoongArch: BPF: No text_poke() for kernel textHengqi Chen1-2/+4
2025-10-15LoongArch: BPF: Remove duplicated bpf_flush_icache()Hengqi Chen1-1/+0
2025-10-15LoongArch: BPF: Make error handling robust in arch_prepare_bpf_trampoline()Hengqi Chen1-1/+4
2025-10-15LoongArch: BPF: Make trampoline size stableHengqi Chen1-2/+2
2025-10-15LoongArch: BPF: Don't align trampoline sizeHengqi Chen1-2/+1
2025-10-15LoongArch: BPF: No support of struct argument in trampoline programsHengqi Chen1-0/+6
2025-10-15LoongArch: BPF: Sign-extend struct ops return values properlyHengqi Chen1-1/+36
2025-10-15pwm: loongson: Fix LOONGSON_PWM_FREQ_DEFAULTXi Ruoyao1-1/+1
2025-10-15LoongArch: Automatically disable kaslr if boot from kexec_fileYouling Tang1-0/+4
2025-10-15dm: fix NULL pointer dereference in __dm_suspend()Zheng Qixing1-3/+4
2025-10-15dm: fix queue start/stop imbalance under suspend/load/resume racesZheng Qixing2-3/+6
2025-10-15tracing: Stop fortify-string from warning in tracing_mark_raw_write()Steven Rostedt1-2/+6
2025-10-15tracing: Fix tracing_mark_raw_write() to use buf and not ubufSteven Rostedt1-2/+2
2025-10-15tracing: Have trace_marker use per-cpu data to read user spaceSteven Rostedt1-48/+220
2025-10-15tracing: Fix irqoff tracers on failure of acquiring calltimeSteven Rostedt1-13/+10