aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-08-23Merge tag 'mtd/for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds30-108/+609
2026-08-23Merge tag 'ksmbd-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/smbLinus Torvalds49-865/+5437
2026-08-23MAINTAINERS: update btrfs git tree entriesDavid Sterba1-1/+2
2026-08-23Merge tag 'for-next-keys-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmddLinus Torvalds1-1/+1
2026-08-23Merge tag 'mm-nonmm-stable-2026-08-22-16-57' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds85-976/+2583
2026-08-23Merge tag 'nand/for-7.3' into mtd/nextMiquel Raynal21-77/+576
2026-08-23ALSA: usb-audio: Add iD14 MkI to monitor-mix volume quirkWill Porter1-8/+13
2026-08-23ALSA: usb-audio: Add quirk flags for Logitech PRO X WirelessRong Zhang1-0/+3
2026-08-23ALSA: usb-audio: Reverse MIXER_GET_CUR_BROKEN as MIXER_GET_CUR_OKRong Zhang4-38/+26
2026-08-23ALSA: usb-audio: Demote the severity of sticky GET_CURRong Zhang1-55/+21
2026-08-23ALSA: doc: usb-audio: Add doc for QUIRK_FLAG_ALWAYS_SET_RATERong Zhang2-2/+7
2026-08-23ALSA: usb-audio: Add quirk flags for SMSL USB DACEdward Blair1-0/+3
2026-08-23ALSA: hda/realtek: Fix ALC700 audio on Intel Hades CanyonCsaba Budai1-0/+20
2026-08-22Merge tag 'sched-urgent-2026-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+7
2026-08-22Merge tag 'locking-urgent-2026-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-81/+214
2026-08-22Merge tag 'irq-urgent-2026-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-30/+70
2026-08-22Merge tags 'core-urgent-2026-08-22' and 'timers-urgent-2026-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+2
2026-08-22Merge tag 'unicode-for-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicodeLinus Torvalds2-28/+5
2026-08-22tracing: Fix use-after-free in trace_pipe read on sub-buffer order changeDeepanshu Kartikey1-0/+3
2026-08-22tracing: Fix crash passing ERR_PTR to kthread_stop()Hui Su1-0/+2
2026-08-22tracing: Fix use-after-free with same-name named triggersHui Su1-1/+3
2026-08-22net/sched: sch_cake: fix autorate reconfiguration throttlingGiuseppe Piscitelli1-0/+1
2026-08-22net: hibmcge: fix page_pool DMA direction mismatchJian Shen1-1/+1
2026-08-22net_sched: sch_fq: fix pacing delay underflow with pacing offloadEric Dumazet1-2/+6
2026-08-22net: page_pool: Remove zone/policy GFP flags when allocating XArray entriesRong Zhang1-0/+7
2026-08-22Merge branch 'net-smc-fix-out-of-bounds-and-use-after-free-in-smc-rv2-llc-processing'Jakub Kicinski2-30/+98
2026-08-22net/smc: carry oversized SMC-Rv2 LLC messages in the queue entryYehyeong Lee2-39/+90
2026-08-22net/smc: bound the peer rkey counts in SMC-Rv2 LLC messagesYehyeong Lee1-0/+16
2026-08-22net/smc: fix use-after-free of the LLC qentry in smc_llc_srv_add_link()Yehyeong Lee1-4/+5
2026-08-22net: libwx: fix concurrent bitmap overwrite in PTP setupJiawen Wu1-12/+6
2026-08-22qede: Fix NULL pointer dereference in TPA fragment processingVaibhav Nagare2-4/+5
2026-08-22net: txgbe: fix MISC interrupt unmasking in non-MSI-X mode and device shutdownJiawen Wu1-1/+4
2026-08-22Merge branch 'net-sparx5-misc-fixes-for-sparx5-and-lan969x'Jakub Kicinski4-5/+46
2026-08-22net: sparx5: fix sleep in atomic context in MAC table accessDaniel Machon1-3/+8
2026-08-22net: microchip: vcap: use port number instead of netdev name for debugfsDaniel Machon3-2/+38
2026-08-22gtp: serialize PDP context updatesQing Ming1-4/+17
2026-08-22xdp: fix zero-copy frame layoutWeiming Shi1-2/+2
2026-08-22Merge branch 'net-ntb_netdev-fix-rx-statistics-accounting'Jakub Kicinski1-7/+4
2026-08-22net: ntb_netdev: Count packets dropped on RX refill failureKoichiro Den1-2/+3
2026-08-22net: ntb_netdev: Avoid double-accounting netif_rx() dropsKoichiro Den1-7/+3
2026-08-22tcp: clamp route advmss to TCP_MIN_MSSYong Wang5-6/+11
2026-08-22ipip: fix skb leak in collect_md mode when metadata_dst allocation failsAnton Danilov1-1/+1
2026-08-22net/sched: account classifier filter allocations to memcgJamal Hadi Salim10-21/+25
2026-08-22Merge tag 'batadv-net-pullrequest-20260821' of https://git.open-mesh.org/batadvJakub Kicinski6-64/+100
2026-08-22ptp: netc: fix period truncation and potential divide-by-zero in PEROUTWei Fang1-5/+5
2026-08-22bnxt_en: Gate TPH enablement behind BNXT_SUPPORTS_QUEUE_API checkThomas Walsh1-3/+5
2026-08-22bnxt_en: Fix call to hardware monitoring event handlerGuenter Roeck1-1/+1
2026-08-22Merge tag 'caps-pr-20260820' of git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linuxLinus Torvalds1-6/+6
2026-08-22Merge tag 'exfat-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds9-72/+207
2026-08-22Merge tag 'perf-tools-for-v7.3-2026-08-21' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds283-3772/+17960