summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-01-02LoongArch: BPF: Adjust the parameter of emit_jirl()Tiezhu Yang3-5/+15
2025-01-02LoongArch: Fix reserving screen info memory for above-4G firmwareHuacai Chen1-1/+1
2025-01-02regmap: Use correct format specifier for logging range errorsMark Brown1-2/+2
2025-01-02smb: server: Fix building with GCC 15Brahmajit Das1-2/+2
2025-01-02ALSA: sh: Use standard helper for buffer accessesTakashi Iwai1-3/+2
2025-01-02ALSA: hda/conexant: fix Z60MR100 startup pop issuebo liu1-0/+28
2025-01-02udf: Skip parent dir link count update if corruptedJan Kara1-1/+5
2025-01-02scsi: megaraid_sas: Fix for a potential deadlockTomas Henzl1-1/+4
2025-01-02scsi: qla1280: Fix hw revision numbering for ISP1020/1040Magnus Lindholm1-6/+6
2025-01-02watchdog: mediatek: Add support for MT6735 TOPRGU/WDTYassine Oudjana1-0/+6
2025-01-02watchdog: it87_wdt: add PWRGD enable quirk for Qotom QCML04James Hilliard1-0/+39
2025-01-02tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...Masami Hiramatsu (Google)1-1/+1
2025-01-02stddef: make __struct_group() UAPI C++-friendlyAlexander Lobakin2-7/+21
2025-01-02powerpc/pseries/vas: Add close() callback in vas_vm_ops structHaren Myneni1-0/+36
2025-01-02mtd: rawnand: fix double free in atmel_pmecc_create_user()Dan Carpenter1-3/+1
2025-01-02dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memsetChen Ridong1-0/+2
2025-01-02dmaengine: apple-admac: Avoid accessing registers in probeSasha Finkelstein1-5/+2
2025-01-02dmaengine: fsl-edma: implement the cleanup path of fsl_edma3_attach_pd()Joe Hattori2-5/+37
2025-01-02dmaengine: tegra: Return correct DMA status when pausedAkhil R1-0/+10
2025-01-02dmaengine: dw: Select only supported masters for ACPI devicesAndy Shevchenko3-4/+14
2025-01-02dmaengine: mv_xor: fix child node refcount handling in early exitJavier Carrasco1-0/+2
2025-01-02phy: rockchip: naneng-combphy: fix phy resetChukun Pan1-1/+1
2025-01-02phy: usb: Toggle the PHY power during initJustin Chen1-0/+6
2025-01-02phy: core: Fix that API devm_phy_destroy() fails to destroy the phyZijun Hu1-1/+1
2025-01-02phy: core: Fix that API devm_of_phy_provider_unregister() fails to unregister...Zijun Hu1-3/+3
2025-01-02phy: core: Fix that API devm_phy_put() fails to release the phyZijun Hu1-1/+1
2025-01-02phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup()Zijun Hu1-1/+3
2025-01-02phy: core: Fix an OF node refcount leakage in _of_phy_get()Zijun Hu1-2/+5
2025-01-02phy: qcom-qmp: Fix register name in RX Lane config of SC8280XPKrishna Kurapati1-1/+1
2025-01-02mtd: rawnand: arasan: Fix missing de-registration of NANDMaciej Andrzejewski1-0/+7
2025-01-02mtd: rawnand: arasan: Fix double assertion of chip-selectMaciej Andrzejewski1-2/+2
2025-01-02mtd: diskonchip: Cast an operand to prevent potential overflowZichen Xie1-1/+1
2025-01-02nfsd: restore callback functionality for NFSv4.0NeilBrown1-3/+1
2025-01-02nfsd: Revert "nfsd: release svc_expkey/svc_export with rcu_work"Yang Erkun2-27/+8
2025-01-02bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang1-6/+15
2025-01-02tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang3-5/+16
2025-01-02tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang2-3/+9
2025-01-02mm/vmstat: fix a W=1 clang compiler warningBart Van Assche1-1/+1
2025-01-02ceph: allocate sparse_ext map only for sparse readsIlya Dryomov2-1/+3
2025-01-02ceph: fix memory leak in ceph_direct_read_write()Ilya Dryomov1-21/+22
2025-01-02ceph: try to allocate a smaller extent map for sparse readXiubo Li4-5/+28
2025-01-02media: dvb-frontends: dib3000mb: fix uninit-value in dib3000_write_regNikita Zhandarovich1-1/+1
2024-12-27Linux 6.6.68v6.6.68Greg Kroah-Hartman1-1/+1
2024-12-27dt-bindings: net: fec: add pps channel propertyFrancesco Dolcini1-0/+7
2024-12-27drm/amdgpu: Handle NULL bo->tbo.resource (again) in amdgpu_vm_bo_updateMichel Dänzer1-4/+3
2024-12-27net: fec: make PPS channel configurableFrancesco Dolcini1-2/+4
2024-12-27net: fec: refactor PPS channel configurationFrancesco Dolcini1-5/+4
2024-12-27io_uring/rw: avoid punting to io-wq directlyPavel Begunkov3-12/+5
2024-12-27io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAINJens Axboe1-0/+8
2024-12-27io_uring/rw: split io_read() into a helperJens Axboe1-2/+13