summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-23wifi: ath12k: fix OF node refcount imbalance in WSI graph traversalAaradhana Sahu1-29/+48
2026-04-23wifi: ath12k: prepare REO update element only for primary linkBaochen Qiang1-0/+3
2026-04-23hv_sock: Return -EIO for malformed/short packetsDexuan Cui1-9/+18
2026-04-23cgroup: Increment nr_dying_subsys_* from rmdir contextPetr Malat1-10/+12
2026-04-23Input: elan_i2c - increase device reset wait timeout after update FWJingle Wu 吳金國1-1/+1
2026-04-23Input: elan_i2c - add ic type 0x19Jingle Wu 吳金國1-0/+3
2026-04-23net: remove ax25 and amateur radio (hamradio) subsystemJakub Kicinski93-29237/+6
2026-04-23net: remove ISDN subsystem and Bluetooth CMTPJakub Kicinski90-44903/+5
2026-04-23caif: remove CAIF NETWORK LAYERJakub Kicinski47-8675/+0
2026-04-23drm/amdkfd: Add upper bound check for num_of_nodesAlysa Liu3-0/+15
2026-04-23sched_ext: Fix local_dsq_post_enq() to use task's scheduler in sub-schedzhidao su1-8/+9
2026-04-23virtio_net: sync rss_trailer.max_tx_vq on queue_pairs change via VQ_PAIRS_SETBrett Creeley1-0/+6
2026-04-23Merge tag 'soc-late-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds43-314/+81
2026-04-23Merge tag 'pwm/fixes-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-14/+46
2026-04-23xen/privcmd: fix double free via VMA splittingJuergen Gross1-0/+7
2026-04-23Buffer overflow in drivers/xen/sys-hypervisor.cJuergen Gross1-2/+6
2026-04-23drm: rcar-du: Fix crash when no CMM is availableLaurent Pinchart1-3/+3
2026-04-23Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2404-15411/+34042
2026-04-23Merge branch 'mptcp-sync-the-msk-sndbuf-at-accept-time'Paolo Abeni2-1/+29
2026-04-23selftests: mptcp: add a check for sndbuf of S/CGang Yan1-0/+28
2026-04-23mptcp: sync the msk->sndbuf at accept() timeGang Yan1-1/+1
2026-04-23Revert "floppy: fix reference leak on platform_device_register() failure"Jens Axboe1-7/+3
2026-04-23vsock/virtio: fix MSG_ZEROCOPY pinned-pages accountingStefano Garzarella1-3/+8
2026-04-23ublk: avoid unpinning pages under maple tree spinlockMing Lei1-10/+46
2026-04-23ublk: refactor common helper ublk_shmem_remove_ranges()Ming Lei1-40/+29
2026-04-23ublk: fix maple tree lockdep warning in ublk_buf_cleanupMing Lei1-0/+4
2026-04-23selftests: ublk: add ublk auto integrity testCaleb Sander Mateos2-0/+104
2026-04-23selftests: ublk: enable test_integrity_02.sh on fio 3.42Caleb Sander Mateos1-2/+3
2026-04-23selftests: ublk: remove unused argument to _cleanupCaleb Sander Mateos49-55/+55
2026-04-23Merge branch 'net-mana-fix-probe-remove-error-path-bugs'Paolo Abeni1-15/+20
2026-04-23net: mana: Fix EQ leak in mana_remove on NULL portErni Sri Satya Vennela1-2/+2
2026-04-23net: mana: Don't overwrite port probe error with add_adev resultErni Sri Satya Vennela1-9/+8
2026-04-23net: mana: Guard mana_remove against double invocationErni Sri Satya Vennela1-1/+6
2026-04-23net: mana: Init gf_stats_work before potential error paths in probeErni Sri Satya Vennela1-1/+2
2026-04-23net: mana: Init link_change_work before potential error paths in probeErni Sri Satya Vennela1-2/+2
2026-04-23netconsole: avoid out-of-bounds access on empty string in trim_newline()Breno Leitao1-0/+2
2026-04-23Merge branch 'net-airoha-fix-null-pointer-derefrences-in-airoha_qdma_cleanup'Paolo Abeni1-10/+15
2026-04-23net: airoha: Add size check for TX NAPIs in airoha_qdma_cleanup()Lorenzo Bianconi1-3/+8
2026-04-23net: airoha: Move ndesc initialization at end of airoha_qdma_init_rx_queue()Lorenzo Bianconi1-7/+7
2026-04-238021q: delete cleared egress QoS mappingsLongxuan Yu2-10/+14
2026-04-238021q: use RCU for egress QoS mappingsLongxuan Yu4-32/+46
2026-04-23Merge tag 'nf-26-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni12-89/+136
2026-04-23Revert "ALSA: pcmtest: fix reference leak on failed device registration"Takashi Iwai1-3/+1
2026-04-23net: dsa: realtek: rtl8365mb: fix mode mask calculationMieczyslaw Nalewaj1-1/+1
2026-04-23locking/mutex: Fix ww_mutex wait_list operationsPeter Zijlstra2-15/+59
2026-04-23Merge tag 'amlogic-fixes-v7.1-rc' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann5-9/+20
2026-04-23dma-buf: fix stale @lock references in struct dma_buf documentationXiang Gao1-2/+2
2026-04-23Merge tag 'asoc-fix-v7.1-merge-window' of https://git.kernel.org/pub/scm/linu...Takashi Iwai290-1435/+2556
2026-04-23Merge branch 'net-airoha-fix-airoha_qdma_cleanup_tx_queue-processing'Paolo Abeni1-6/+34
2026-04-23net: airoha: Add missing bits in airoha_qdma_cleanup_tx_queue()Lorenzo Bianconi1-2/+30