summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-02Merge branch 'starfive-5.15-dubhe-pause-gmac' into 'starfive-5.15-dubhe'REL_DUBHE_JAN2023starfive-5.15-dubheleyfoon.tan4-7/+18
2023-02-02net: stmmac: Set MAC's flow control register to reflect current settingsGoh, Wei Sheng2-2/+12
2023-02-02net: phylink: Assign link config in phylink_create()Genevieve Chan1-4/+4
2023-02-02riscv: dts: dubhe: Set ip in boot args and enable gmacGenevieve Chan1-1/+2
2022-12-30Merge branch 'starfive-5.15-dubhe-autonego-off' into 'starfive-5.15-dubhe'leyfoon.tan1-0/+2
2022-12-30net: phy: marvell: Set autonegotiation to OFF by default upon initGenevieve Chan1-0/+2
2022-12-21riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich5-18/+42
2022-12-16Merge branch 'starfive-5.15-dubhe-no-gmac' into 'starfive-5.15-dubhe'leyfoon.tan2-2/+3
2022-12-15riscv: configs: Dubhe: Add configs for initramfs sourceGenevieve Chan1-0/+2
2022-12-15riscv: dts: dubhe: Disable GMAC and remove NFSGenevieve Chan1-2/+1
2022-11-25Merge branch 'starfive-5.15-dubhe-non-vector' into 'starfive-5.15-dubhe'leyfoon.tan1-1/+0
2022-11-25riscv: configs: Dubhe: Remove vector configsGenevieve Chan1-1/+0
2022-11-07Merge branch 'leyfoon/starfive-5.15-dubhe-gmac-dma-v3' into 'starfive-5.15-du...leyfoon.tan16-51/+598
2022-11-03riscv: dts: dubhe: Enable NFSGenevieve Chan1-1/+1
2022-11-03riscv: dts: dubhe: Fix ethernet max-speed to 10Mb/sLey Foon Tan1-0/+11
2022-11-03net: pcs: pcs-xpcs: use mii_bmcr_encode_fixed()Russell King (Oracle)1-17/+1
2022-11-03net: phy: marvell: use mii_bmcr_encode_fixed()Russell King (Oracle)1-8/+2
2022-11-03net: phy: use mii_bmcr_encode_fixed()Russell King (Oracle)1-15/+3
2022-11-03net: mii: add mii_bmcr_encode_fixed()Russell King (Oracle)1-0/+35
2022-11-03net: phy: marvell: Add errata section 5.1 for Alaska PHYLeszek Polak1-0/+37
2022-11-03net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYsPavel Parkhomenko1-4/+6
2022-11-03net: phy: marvell: add Marvell specific PHY loopbackMohammad Athari Bin Ismail1-1/+55
2022-11-03net: Revert: "net: stmmac: use GFP_DMA32"Ley Foon Tan1-8/+4
2022-11-03riscv: starfive: Add DMA non-coherent supportLey Foon Tan2-0/+58
2022-11-03riscv: sbi: Add support for sbi_cache_flush and sbi_cache_invalidateGenevieve Chan2-0/+37
2022-11-03riscv: configs: Dubhe: Add configs for GMAC driver in StarFive DubheLey Foon Tan1-5/+32
2022-11-03riscv: dts: starfive: dubhe: Add GMAC DT nodeLey Foon Tan2-0/+58
2022-11-03dt-bindings: net: Add bindings for StarFive dwmactanchunhau1-0/+104
2022-11-03net: stmmac: Add StarFive dwmac supportLey Foon Tan3-0/+162
2022-10-28RISC-V: Re-enable counter access from userspacePalmer Dabbelt1-2/+5
2022-10-27etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overeadKees Cook1-3/+2
2022-10-27mm: page_alloc: fix building error on -Werror=array-compareXiongwei Song1-1/+1
2022-10-27riscv: fix build with binutils 2.38Aurelien Jarno1-0/+6
2022-10-27Revert "riscv: Separate patch for cflags and aflags"Ley Foon Tan1-13/+7
2022-10-27riscv: starfive: dubhe: Enable CONFIG_HZ_10Ley Foon Tan1-0/+1
2022-10-27kernel: Fix 'mult' overflow if using 10 HzLey Foon Tan5-6/+7
2022-10-27kernel: Add 10 Hz supportLey Foon Tan2-1/+8
2022-09-01Merge branch 'starfive-5.15-dubhe-perf-report-record-annotate' into 'starfive...leyfoon.tan3-0/+42
2022-09-01riscv: defconfig: Add defconfigs for perf annotateGenevieve Chan1-0/+3
2022-09-01perf annotate: Add riscv64 supportWilliam Cohen2-0/+39
2022-09-01Merge branch 'starfive-5.15-dubhe' into 'starfive-5.15-dubhe'leyfoon.tan22-218/+812
2022-08-23riscv: Improve virtual kernel memory layout dumpAlexandre Ghiti1-17/+54
2022-08-23riscv: Initialize thread pointer before calling C functionsAlexandre Ghiti1-0/+1
2022-08-23Documentation: riscv: Add sv48 description to VM layoutAlexandre Ghiti1-0/+36
2022-08-23riscv: Explicit comment about user virtual address space sizeAlexandre Ghiti1-0/+9
2022-08-23riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfoAlexandre Ghiti1-11/+12
2022-08-23riscv: Implement sv48 supportAlexandre Ghiti13-44/+514
2022-08-23asm-generic: Prepare for riscv use of pud_alloc_one and pud_freeAlexandre Ghiti1-6/+18
2022-08-23riscv: Allow to dynamically define VA_BITSAlexandre Ghiti4-14/+14
2022-08-23riscv: Introduce functions to switch pt_opsAlexandre Ghiti1-23/+51