summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-13net: mscc: ocelot: extract ocelot_xmit_timestamp() helperZiyi Guo1-14/+22
2026-02-13net: sparx5/lan969x: fix DWRR cost max to match hardware register widthDaniel Machon1-1/+1
2026-02-13atm: fore200e: fix use-after-free in tasklets during device removalDuoming Zhou1-0/+4
2026-02-13net: stmmac: fix oops when split header is enabledJie Zhang1-3/+17
2026-02-13net: intel: fix PCI device ID conflict between i40e and ipw2200Ethan Nelson-Moore2-2/+14
2026-02-13selftests: drv-net: limit RPS test CPUs to supported rangeGal Pressman1-7/+10
2026-02-13selftests: net: lib: Fix jq parsing errorYue Haibing1-1/+1
2026-02-13bng_en: Remove duplicate includeChen Ni1-1/+0
2026-02-13selftests: mlxsw: tc_restrictions: Fix test failure with new iproute2Ido Schimmel1-2/+2
2026-02-13net: mctp: ensure our nlmsg responses are initialisedJeremy Kerr3-0/+3
2026-02-13Merge tag 'for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds26-190/+221
2026-02-13myri10ge: replace comma with semicolonsChen Ni1-6/+6
2026-02-13Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds41-1551/+1367
2026-02-13Merge branch 'net-phy_port-sfp-modules-representation-and-phy_port-listing'Jakub Kicinski2-14/+22
2026-02-13net: phy: phy_port: Correctly recompute the port's linkmodesMaxime Chevallier1-7/+17
2026-02-13net: phy: phy_port: Cleanup the of-parsing logic for phy_portMaxime Chevallier1-7/+2
2026-02-13net: phy: initialize the port support based on the PHY's for OF portsMaxime Chevallier1-0/+3
2026-02-13tools/testing: keep legacy generated files around in .gitignore fileLinus Torvalds1-0/+1
2026-02-13Merge tag 'ata-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds16-1039/+402
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds77-719/+2645
2026-02-13Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds50-1240/+2522
2026-02-13Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds26-67/+411
2026-02-13smb: client: fix data corruption due to racy lease checksPaulo Alcantara6-55/+110
2026-02-13lib/group_cpus: handle const qualifier from clusters allocation typeKees Cook1-1/+1
2026-02-13kho: remove unnecessary WARN_ON(err) in kho_populate()Ran Xiaokai1-1/+1
2026-02-13kho: fix missing early_memunmap() call in kho_populate()Ran Xiaokai1-12/+14
2026-02-13scripts/gdb: implement x86_page_ops in mm.pySeongjun Hong2-2/+173
2026-02-13objpool: fix the overestimation of object pooling metadata sizezhouwenhao1-1/+1
2026-02-13selftests/memfd: use IPC semaphore instead of SIGSTOP/SIGCONTAristeu Rozanski1-8/+105
2026-02-13delayacct: fix build regression on accounting toolArnd Bergmann1-6/+6
2026-02-13mm/page_alloc: clear page->private in free_pages_prepare()Mikhail Gavrilov1-0/+1
2026-02-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds176-767/+3616
2026-02-13selftests/mm: add memory failure dirty pagecache testMiaohe Lin1-4/+58
2026-02-13selftests/mm: add memory failure clean pagecache testMiaohe Lin1-0/+66
2026-02-13selftests/mm: add memory failure anonymous page testMiaohe Lin9-0/+314
2026-02-13mm: rmap: support batched unmapping for file large foliosBaolin Wang1-3/+7
2026-02-13arm64: mm: implement the architecture-specific clear_flush_young_ptes()Baolin Wang1-0/+11
2026-02-13arm64: mm: support batch clearing of the young flag for large foliosBaolin Wang2-20/+25
2026-02-13arm64: mm: factor out the address and ptep alignment into a new helperBaolin Wang1-8/+21
2026-02-13mm: rmap: support batched checks of the references for large foliosBaolin Wang3-7/+65
2026-02-13tools/testing/vma: add VMA userland tests for VMA flag functionsLorenzo Stoakes5-12/+322
2026-02-13tools/testing/vma: separate out vma_internal.h into logical headersLorenzo Stoakes5-1925/+1873
2026-02-13tools/testing/vma: separate VMA userland tests into separate filesLorenzo Stoakes8-335/+406
2026-02-13mm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes7-16/+25
2026-02-13mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes16-41/+56
2026-02-13mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes15-49/+57
2026-02-13mm: update secretmem to use VMA flags on mmap_prepareLorenzo Stoakes5-12/+12
2026-02-13mm: update hugetlbfs to use VMA flags on mmap_prepareLorenzo Stoakes7-29/+41
2026-02-13mm: add basic VMA flag operation helper functionsLorenzo Stoakes3-21/+295
2026-02-13tools: bitmap: add missing bitmap_[subset(), andnot()]Lorenzo Stoakes2-0/+51