summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-10Merge tag 'modules-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-106/+35
2026-02-10Merge tag 'keys-next-20260206' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds20-71/+473
2026-02-10Merge tag 'kmalloc_obj-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-6/+367
2026-02-10Merge tag 'hardening-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds18-44/+161
2026-02-10Merge tag 'pstore-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+18
2026-02-10Merge tag 'execve-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+0
2026-02-10crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists correctlyKees Cook1-1/+1
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds91-1300/+3237
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds141-5255/+6659
2026-02-10smb client: Add generated file to gitignore fileLinus Torvalds1-0/+1
2026-02-10landlock: Transpose the layer masks data structureGünther Noack9-341/+272
2026-02-10landlock: Add access_mask_subset() helperGünther Noack2-2/+9
2026-02-10selftests/landlock: Add filesystem access benchmarkGünther Noack3-0/+216
2026-02-10hwmon: (pmbus/mpq8785) fix VOUT_MODE mismatch during identificationCarl Lee1-0/+28
2026-02-10Revert "hwmon: (ibmpex) fix use-after-free in high/low store"Guenter Roeck1-7/+2
2026-02-10Merge branch 'disable-interrupts-and-ensure-dbell-updation'Paolo Abeni10-23/+126
2026-02-10octeon_ep_vf: ensure dbell BADDR updationVimlesh Kumar4-6/+46
2026-02-10octeon_ep: ensure dbell BADDR updationVimlesh Kumar4-11/+48
2026-02-10octeon_ep: disable per ring interruptsVimlesh Kumar4-6/+32
2026-02-10net/mlx5e: remove declarations of mlx5e_shampo_{fill_umr,dealloc_hd}Simon Horman1-2/+0
2026-02-10net: wan/fsl_ucc_hdlc: Fix dma_free_coherent() in uhdlc_memclean()Thomas Fourier1-6/+2
2026-02-10net: dsa: eliminate local type for tc policersVladimir Oltean5-29/+24
2026-02-10serial: caif: fix use-after-free in caif_serial ldisc_close()Jiayuan Chen1-2/+3
2026-02-10net: ethernet: marvell: skge: remove incorrect conflicting PCI IDEthan Nelson-Moore1-1/+0
2026-02-10xfrm: fix ip_rt_bug race in icmp_route_lookup reverse pathJiayuan Chen1-0/+15
2026-02-10Merge branch 'net-ftgmac100-various-probe-cleanups'Paolo Abeni1-162/+194
2026-02-10net: ftgmac100: Use devm_mdiobus_alloc/devm_of_mdiobus_registerJacky Chou1-22/+4
2026-02-10net: ftgmac100: Fix wrong netif_napi_del in releaseAndrew Lunn1-2/+0
2026-02-10net: ftgmac100: Simplify condition on HW arbitrationAndrew Lunn1-5/+5
2026-02-10net: ftgmac100: Remove redundant PHY_POLLAndrew Lunn1-4/+1
2026-02-10net: ftgmac100: Move DT probe into a helperAndrew Lunn1-33/+54
2026-02-10net: ftgmac100: Simplify legacy MDIO setupAndrew Lunn1-2/+0
2026-02-10net: ftgmac100: Always register the MDIO bus when it existsAndrew Lunn1-25/+20
2026-02-10net: ftgmac100: Move NCSI probe code into a helperAndrew Lunn1-27/+45
2026-02-10net: ftgmac100: Simplify error handling for ftgmac100_initial_macAndrew Lunn1-1/+1
2026-02-10net: ftgmac100: Use devm_clk_get_enabledAndrew Lunn1-18/+6
2026-02-10net: ftgmac100: Use devm_request_memory_region/devm_ioremapAndrew Lunn1-14/+6
2026-02-10net: ftgmac100: Use devm_alloc_etherdev()Andrew Lunn1-8/+3
2026-02-10net: ftgmac100: Replace all of_device_is_compatible()Andrew Lunn1-10/+10
2026-02-10net: ftgmac100: Add match data containing MAC IDAndrew Lunn1-5/+50
2026-02-10net: ftgmac100: List all compatiblesAndrew Lunn1-0/+3
2026-02-10net: sunhme: Fix sbus regressionRené Rebe1-0/+3
2026-02-10KVM: s390: Increase permitted SE header size to 1 MiBSteffen Eiden1-2/+2
2026-02-10MAINTAINERS: Replace backup for s390 vfio-pciEric Farman1-1/+2
2026-02-10Merge branch 'hsr-implement-more-robust-duplicate-discard-algorithm'Paolo Abeni9-381/+913
2026-02-10MAINTAINERS: Assign hsr selftests to HSRFelix Maurer1-0/+1
2026-02-10selftests: hsr: Add more link fault tests for HSRFelix Maurer3-28/+44
2026-02-10hsr: Implement more robust duplicate discard for HSRFelix Maurer3-143/+131
2026-02-10selftests: hsr: Add tests for more link faults with PRPFelix Maurer1-5/+74
2026-02-10hsr: Implement more robust duplicate discard for PRPFelix Maurer3-138/+237