summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2025-02-17[NOT-FOR-UPSTREAM] Add build instructionsHEADvisionfiveesmil_starlightEmil Renner Berthing1-0/+260
2025-02-17riscv: dts: Add full JH7100, Starlight and VisionFive supportEmil Renner Berthing6-0/+611
2025-02-17usb: cdns3: starfive: Initialize JH7100 host modeEmil Renner Berthing1-0/+6
2025-02-17riscv: dts: starfive: Add JH7100 USB nodeEmil Renner Berthing2-0/+31
2025-02-17riscv: dts: starfive: Add StarFive JH7100 audio reset nodeEmil Renner Berthing1-0/+6
2025-02-17riscv: dts: starfive: Add StarFive JH7100 audio clock nodeEmil Renner Berthing1-0/+10
2025-02-17riscv: dts: starfive: Enable Bluetooth on JH7100 boardsEmil Renner Berthing1-0/+49
2025-02-17riscv: dts: starfive: Add JH7100 high speed UARTsEmil Renner Berthing1-0/+26
2025-02-17riscv: cacheinfo: Use of_property_present() for non-boolean propertiesRob Herring (Arm)1-6/+6
2025-02-01Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds32-77/+664
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+2
2025-01-31kbuild: Strip runtime const RELA sections correctlyArd Biesheuvel1-6/+2
2025-01-30riscv: add a warning when physical memory address overflowsYunhui Cui1-2/+6
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados2-2/+2
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-85/+27
2025-01-27Merge tag 'bitmap-for-6.14' of https://github.com:/norov/linuxLinus Torvalds1-10/+10
2025-01-26mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang2-10/+8
2025-01-26asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-2/+1
2025-01-26mm: pgtable: introduce generic __tlb_remove_table()Qi Zheng1-12/+0
2025-01-26riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()Qi Zheng2-31/+21
2025-01-26mm: pgtable: introduce pagetable_dtor()Qi Zheng2-6/+6
2025-01-26mm: pgtable: add statistics for P4D level page tableQi Zheng1-1/+5
2025-01-26asm-generic: pgalloc: provide generic p4d_{alloc_one,free}Kevin Brodsky1-23/+0
2025-01-26riscv: mm: skip pgtable level check in {pud,p4d}_alloc_oneKevin Brodsky1-18/+4
2025-01-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-8/+133
2025-01-25Merge tag 'mailbox-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2-0/+2
2025-01-25Merge tag 'soc-defconfig-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2025-01-25Merge tag 'soc-dt-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-2/+50
2025-01-25Merge tag 'soc-new-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds7-0/+507
2025-01-23Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds3-6/+23
2025-01-22Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds5-34/+56
2025-01-22Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-23/+0
2025-01-20riscv: export __cpuid_to_hartid_mapValentina Fernandez1-0/+1
2025-01-20riscv: sbi: vendorid_list: Add Microchip Technology to the vendor listValentina Fernandez1-0/+1
2025-01-20Merge tag 'kvm-riscv-6.14-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini9-5/+133
2025-01-19riscv/mm/fault: add show_pte() before die()Yunhui Cui1-0/+52
2025-01-18Merge patch series "riscv: Add support for xtheadvector"Palmer Dabbelt28-73/+605
2025-01-18riscv: Add ghostwrite vulnerabilityCharlie Jenkins7-2/+134
2025-01-18riscv: hwprobe: Add thead vendor extension probingCharlie Jenkins8-3/+89
2025-01-18riscv: vector: Support xtheadvector save/restoreCharlie Jenkins8-68/+198
2025-01-18riscv: Add xtheadvector instruction definitionsCharlie Jenkins1-0/+25
2025-01-18riscv: csr: Add CSR encodings for CSR_VXRM/CSR_VXSATCharlie Jenkins1-3/+8
2025-01-18RISC-V: define the elements of the VCSR vector CSRHeiko Stuebner1-0/+4
2025-01-18riscv: vector: Use vlenb from DT for theadCharlie Jenkins6-1/+91
2025-01-18riscv: Add thead and xtheadvector as a vendor extensionCharlie Jenkins6-0/+59
2025-01-18riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetreeCharlie Jenkins1-1/+2
2025-01-18RISC-V: Mark riscv_v_init() as __initPalmer Dabbelt1-1/+1
2025-01-17riscv: dts: spacemit: move aliases to board dtsYixun Lan2-12/+4
2025-01-17riscv: dts: spacemit: add pinctrl property to uart0 in BPI-F3Yixun Lan3-0/+28
2025-01-17riscv: defconfig: enable SpacemiT SoCYangyu Chen1-0/+1