aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2026-08-13mm/vmscan: report RCU-tasks quiescent states in shrink_lruvec()Breno Leitao1-1/+1
2026-08-13mailmap: add entries for Guodong XuGuodong Xu1-0/+2
2026-08-13MAINTAINERS, mailmap: update email address for JP KobrynJP Kobryn2-1/+2
2026-08-13MAINTAINERS: remove git URL for SquashfsPhillip Lougher1-1/+0
2026-08-13memcg: keep folio's objcg same as its nodeShakeel Butt1-17/+83
2026-08-13ethtool: tsconfig: reject zero-valued tx_type and rx_filter bitsetsJakub Kicinski1-4/+8
2026-08-13net: stmmac: intel: Add missing pci_free_irq_vectors() callsFlorian Bezdeka1-0/+2
2026-08-13netdevsim: drop the ability to change max_vfs via debugfsSlawomir Stepien3-82/+3
2026-08-13net: tun: bound receive headroomAsim Viladi Oglu Manizada1-5/+16
2026-08-13l2tp: send netlink notifications in the tunnel's net namespaceMaoyi Xie1-2/+5
2026-08-13Merge branch 'net-smc-close-the-smc-d-teardown-window-around-the-ghost-send-buffer'Jakub Kicinski3-8/+14
2026-08-13net/smc: do not dereference an unset send buffer on the SMC-D teardown pathBryam Vargas2-2/+7
2026-08-13net/smc: unregister the connection before draining the rx taskletBryam Vargas1-6/+7
2026-08-13Merge branch 'net-phy-dp83640-fix-shared-clock-lifetime-and-probe-error-cleanup'Jakub Kicinski4-96/+61
2026-08-13net: phy: dp83640: fix per-bus clock lifetimeXuanqiang Luo2-85/+28
2026-08-13net: phy: dp83640: clear state after PTP registration failureXuanqiang Luo1-0/+4
2026-08-13net: phy: dp83640: embed pin configuration in clockXuanqiang Luo1-11/+4
2026-08-13net: phy: add PHY package locking helpersXuanqiang Luo2-0/+25
2026-08-13Merge tag 'trace-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-1/+3
2026-08-14rust: serdev: use ThisModule::as_ptr() instead of field accessDanilo Krummrich1-1/+1
2026-08-13Merge branch 'selftests-bpf-fix-for-veristat-file-prog-filters-processing'Andrii Nakryiko4-33/+190
2026-08-13selftests/bpf: Guarantee zero termination for veristat test buffersEduard Zingerman1-6/+6
2026-08-13selftests/bpf: Exercise veristat filtering logic in a selftestEduard Zingerman3-0/+135
2026-08-13selftests/bpf: Fix for veristat file/prog filters processingEduard Zingerman1-27/+49
2026-08-13checkpatch: add NOKPROBE_SYMBOL to the whitelist of lines that can occur immediately after functionsPaul Walmsley1-0/+1
2026-08-13Squashfs: check block offset is not negativePhillip Lougher1-1/+1
2026-08-13signal: factor out the kernel reserved si_code checkBradley Morgan1-11/+14
2026-08-13ocfs2: fix readdir position truncation on 32-bit kernelsZhan Xusheng1-1/+1
2026-08-13ocfs2: fix cached cluster count after suballocator reclaimMatthias Goergens1-1/+1
2026-08-13ocfs2: fix circular locking dependency in ocfs2_init_acl()Krystian Kaniewski5-92/+172
2026-08-13ocfs2: validate DIO orphan slot during inode readZhengYuan Huang1-0/+8
2026-08-13ocfs2: validate orphan slot during inode readZhengYuan Huang1-0/+8
2026-08-13selftests/prctl: fix non-anonymous VMA mapping in set-anon-vma-name testHongfu Li1-5/+16
2026-08-13MAINTAINERS: add IRC and patchwork for LTPPetr Vorel1-0/+2
2026-08-13include/linux/list.h: mark list_add and __list_add as __always_inlineJordan R Abrahams-Whitehead1-4/+11
2026-08-13tools/mm: prevent page_owner_sort from truncating inputWarren Xiong1-2/+8
2026-08-13hung_task: update DETECT_HUNG_TASK_BLOCKER Kconfig helpXibo Wang1-4/+4
2026-08-13taskstats: fold the two cpumask handlers into oneBradley Morgan1-26/+12
2026-08-13taskstats: drop the dead NULL attribute check in parse()Bradley Morgan1-2/+0
2026-08-13lib/xz: fix commentsLasse Collin1-6/+6
2026-08-13lib/xz: use size_t instead of uint32_t in a few placesLasse Collin2-21/+21
2026-08-13ipc: only destroy orphaned shm segments on sysctl writeJianlin Shi1-1/+1
2026-08-13lib/xz: replace min_t with minThorsten Blum3-9/+8
2026-08-13bpftool: Fix double close in map dumpYuan Chen1-3/+1
2026-08-13bpf: Fix func_info_aux desync after dead code eliminationKumar Kartikeya Dwivedi1-1/+5
2026-08-13tracing: Fix race between update_event_fields and, event_define_fieldsMichael Wu1-0/+2
2026-08-13tracing: Fix NULL pointer dereference in module event cache removalHui Su1-1/+1
2026-08-13Input: rmi4 - use platform data instead of query, when availableDavid Heidelberg1-4/+12
2026-08-13ASoC: tas2781: Refactor calibration start kcontrol creation to separate helperShenghao Ding1-30/+41
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski306-1479/+4304