summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-02-12Merge branch 'net-mscc-ocelot-fix-missing-lock-in-ocelot_port_xmit'Jakub Kicinski-19/+56
2026-02-12net: mscc: ocelot: add missing lock protection in ocelot_port_xmit_inj()Ziyi Guo-2/+10
2026-02-12net: mscc: ocelot: split xmit into FDMA and register injection pathsZiyi Guo-9/+30
2026-02-12net: mscc: ocelot: extract ocelot_xmit_timestamp() helperZiyi Guo-14/+22
2026-02-12net: sparx5/lan969x: fix DWRR cost max to match hardware register widthDaniel Machon-1/+1
2026-02-12atm: fore200e: fix use-after-free in tasklets during device removalDuoming Zhou-0/+4
2026-02-12net: stmmac: fix oops when split header is enabledJie Zhang-3/+17
2026-02-12net: intel: fix PCI device ID conflict between i40e and ipw2200Ethan Nelson-Moore-2/+14
2026-02-12selftests: drv-net: limit RPS test CPUs to supported rangeGal Pressman-7/+10
2026-02-12selftests: net: lib: Fix jq parsing errorYue Haibing-1/+1
2026-02-12bng_en: Remove duplicate includeChen Ni-1/+0
2026-02-12selftests: mlxsw: tc_restrictions: Fix test failure with new iproute2Ido Schimmel-2/+2
2026-02-12net: mctp: ensure our nlmsg responses are initialisedJeremy Kerr-0/+3
2026-02-12Merge tag 'for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds-190/+221
2026-02-12myri10ge: replace comma with semicolonsChen Ni-6/+6
2026-02-12Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-1551/+1367
2026-02-12Merge branch 'net-phy_port-sfp-modules-representation-and-phy_port-listing'Jakub Kicinski-14/+22
2026-02-12net: phy: phy_port: Correctly recompute the port's linkmodesMaxime Chevallier-7/+17
2026-02-12net: phy: phy_port: Cleanup the of-parsing logic for phy_portMaxime Chevallier-7/+2
2026-02-12net: phy: initialize the port support based on the PHY's for OF portsMaxime Chevallier-0/+3
2026-02-12tools/testing: keep legacy generated files around in .gitignore fileLinus Torvalds-0/+1
2026-02-12Merge tag 'ata-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds-1039/+402
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-719/+2645
2026-02-12Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds-1240/+2522
2026-02-12Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-67/+411
2026-02-12smb: client: fix data corruption due to racy lease checksPaulo Alcantara-55/+110
2026-02-12lib/group_cpus: handle const qualifier from clusters allocation typeKees Cook-1/+1
2026-02-12kho: remove unnecessary WARN_ON(err) in kho_populate()Ran Xiaokai-1/+1
2026-02-12kho: fix missing early_memunmap() call in kho_populate()Ran Xiaokai-12/+14
2026-02-12scripts/gdb: implement x86_page_ops in mm.pySeongjun Hong-2/+173
2026-02-12objpool: fix the overestimation of object pooling metadata sizezhouwenhao-1/+1
2026-02-12selftests/memfd: use IPC semaphore instead of SIGSTOP/SIGCONTAristeu Rozanski-8/+105
2026-02-12delayacct: fix build regression on accounting toolArnd Bergmann-6/+6
2026-02-12mm/page_alloc: clear page->private in free_pages_prepare()Mikhail Gavrilov-0/+1
2026-02-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-767/+3616
2026-02-12selftests/mm: add memory failure dirty pagecache testMiaohe Lin-4/+58
2026-02-12selftests/mm: add memory failure clean pagecache testMiaohe Lin-0/+66
2026-02-12selftests/mm: add memory failure anonymous page testMiaohe Lin-0/+314
2026-02-12mm: rmap: support batched unmapping for file large foliosBaolin Wang-3/+7
2026-02-12arm64: mm: implement the architecture-specific clear_flush_young_ptes()Baolin Wang-0/+11
2026-02-12arm64: mm: support batch clearing of the young flag for large foliosBaolin Wang-20/+25
2026-02-12arm64: mm: factor out the address and ptep alignment into a new helperBaolin Wang-8/+21
2026-02-12mm: rmap: support batched checks of the references for large foliosBaolin Wang-7/+65
2026-02-12tools/testing/vma: add VMA userland tests for VMA flag functionsLorenzo Stoakes-12/+322
2026-02-12tools/testing/vma: separate out vma_internal.h into logical headersLorenzo Stoakes-1925/+1873
2026-02-12tools/testing/vma: separate VMA userland tests into separate filesLorenzo Stoakes-335/+406
2026-02-12mm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes-16/+25
2026-02-12mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes-41/+56
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes-49/+57
2026-02-12mm: update secretmem to use VMA flags on mmap_prepareLorenzo Stoakes-12/+12