summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-02-05drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()Zilin Guan-1/+3
2026-02-05drm/amd/ras: statistic xgmi training error countStanley.Yang-1/+1
2026-02-05mm/memory-failure: reject unsupported non-folio compound pageMiaohe Lin-22/+20
2026-02-05procfs: avoid fetching build ID while holding VMA lockAndrii Nakryiko-27/+60
2026-02-05inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMPEric Dumazet-4/+16
2026-02-05tipc: fix RCU dereference race in tipc_aead_users_dec()Daniel Hodges-1/+1
2026-02-05bonding: only set speed/duplex to unknown, if getting speed failedThomas Bogendoerfer-6/+9
2026-02-05octeontx2-af: Fix PF driver crash with kexec kernel bootingAnshumali Gaur-0/+11
2026-02-05bpf: Prevent reentrance into call_rcu_tasks_trace()Alexei Starovoitov-1/+13
2026-02-05spi: tegra114: Preserve SPI mode bits in def_command1_regVishwaroop A-0/+3
2026-02-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-64/+55
2026-02-05functionfs: use spinlock for FFS_DEACTIVATED/FFS_CLOSING transitionsAl Viro-57/+53
2026-02-05rust_binderfs: fix a dentry leakAl Viro-7/+2
2026-02-05ASoC: rockchip: spdif: Convert to FIELD_PREPSebastian Reichel-34/+32
2026-02-05ASoC: rockchip: spdif: Fill IEC958 CS info per paramsSugar Zhang-4/+50
2026-02-05ASoC: rockchip: spdif: Add support for format S32_LESugar Zhang-2/+28
2026-02-05ASoC: rockchip: spdif: Add support for set mclk rateSugar Zhang-12/+24
2026-02-05ASoC: rockchip: spdif: Swap PCM and DAI component registration orderSugar Zhang-4/+4
2026-02-05ASoC: rockchip: spdif: Improve sample rate supportSugar Zhang-5/+1
2026-02-05ASoC: rockchip: spdif: Use dev_err_probeSebastian Reichel-12/+6
2026-02-05ASoC: rockchip: spdif: Fully convert to device managed resourcesSebastian Reichel-20/+17
2026-02-05ASoC: rockchip: spdif: Move DT compatible tableSebastian Reichel-24/+24
2026-02-05ASoC: rockchip: spdif: Use device_get_match_data()Sebastian Reichel-3/+3
2026-02-05spi: cadence-qspi: Add support for the Renesas RZ/N1 controllerMiquel Raynal (Schneider Electric)-14/+42
2026-02-05spi: cadence-qspi: Kill cqspi_jh7110_clk_initMiquel Raynal (Schneider Electric)-83/+29
2026-02-05spi: dt-bindings: cdns,qspi-nor: Add Renesas RZ/N1D400 to the listMiquel Raynal (Schneider Electric)-2/+17
2026-02-05io_uring/kbuf: fix memory leak if io_buffer_add_list failsJens Axboe-2/+3
2026-02-05mtd: rawnand: pl353: Add message about ECC modeAndrea Scian-0/+3
2026-02-05mtd: rawnand: pl353: Fix software ECC supportAndrea Scian-0/+1
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-815/+1545
2026-02-05drm/vmwgfx: Return the correct value in vmw_translate_ptr functionsIan Forbes-2/+2
2026-02-05drm/vmwgfx: Set a unique ID for each submitted command bufferIan Forbes-0/+4
2026-02-05drm/vmwgfx: Fix invalid kref_put callback in vmw_bo_dirty_releaseBrad Spengler-1/+8
2026-02-05Merge tag 'net-6.19-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-234/+513
2026-02-05net/sched: don't use dynamic lockdep keys with clsact/ingress/noqueueDavide Caratti-6/+28
2026-02-05ASoC: fsl: imx-rpmsg: use snd_soc_find_dai_with_mutex() in probeZiyi Guo-1/+1
2026-02-05net: stmmac: imx: fix iMX93 register definitionsRussell King (Oracle)-11/+14
2026-02-05ipv6: change inet6_sk_rebuild_header() to use inet->cork.fl.u.ip6Eric Dumazet-30/+27
2026-02-05Merge branch 'tcp-remove-net-core-request_sock-c-and-no-longer-inline-__reqsk...Jakub Kicinski-138/+107
2026-02-05tcp: move __reqsk_free() out of lineEric Dumazet-8/+11
2026-02-05net: get rid of net/core/request_sock.cEric Dumazet-19/+1
2026-02-05tcp: move reqsk_fastopen_remove to net/ipv4/tcp_fastopen.cEric Dumazet-85/+86
2026-02-05inet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.cEric Dumazet-26/+9
2026-02-05Merge branch 'net-stmmac-rk-final-cleanups-part'Jakub Kicinski-211/+150
2026-02-05net: stmmac: rk: rk3506, rk3528 and rk3588 have rmii_mode in clock registerRussell King (Oracle)-40/+24
2026-02-05net: stmmac: rk: use rk_encode_wm16() for clock selectionRussell King (Oracle)-99/+75
2026-02-05net: stmmac: rk: rk3528: gmac0 only supports RMIIRussell King (Oracle)-0/+1
2026-02-05net: stmmac: rk: rk3328: gmac2phy only supports RMIIRussell King (Oracle)-0/+1
2026-02-05net: stmmac: rk: replace empty set_to_rmii() with supports_rmiiRussell King (Oracle)-62/+24
2026-02-05net: stmmac: rk: introduce flags indicating support for RGMII/RMIIRussell King (Oracle)-10/+25