aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2022-07-21riscv: Add macro for multiple nop instructionsPalmer Dabbelt3-7/+18
2022-07-21riscv: convert the t-head pbmt errata to use the __nops macroHeiko Stuebner1-7/+1
2022-07-21riscv: introduce nops and __nops macros for NOP sequencesHeiko Stuebner2-0/+17
2022-07-21RISC-V: Add fast call path of crash_kexec()Xianting Tian1-0/+4
2022-07-21riscv: mmap with PROT_WRITE but no PROT_READ is invalidCeleste Liu1-3/+2
2022-07-19RISC-V: Support for 64bit hartid on RV64 platformsPalmer Dabbelt8-27/+34
2022-07-19riscv: cpu: Add 64bit hartid support on RV64Sunil V L4-19/+26
2022-07-19riscv: smp: Add 64bit hartid support on RV64Sunil V L2-4/+4
2022-07-19riscv: spinwait: Fix hartid variable typeSunil V L1-2/+2
2022-07-19riscv: cpu_ops_sbi: Add 64bit hartid support on RV64Sunil V L1-2/+2
2022-07-14riscv: dts: sifive: "fix" pmic watchdog node nameConor Dooley1-1/+1
2022-07-14Merge branch 'riscv-cpu_map_topo' of git://git.kernel.org/pub/scm/linux/kerne...Palmer Dabbelt4-2/+74
2022-07-14Merge tag 'dt-for-palmer-v5.20-mw0' of git://git.kernel.org/pub/scm/linux/ker...Palmer Dabbelt1-3/+24
2022-07-14riscv: dts: canaan: Add k210 topology informationConor Dooley1-0/+12
2022-07-14riscv: dts: sifive: Add fu740 topology informationConor Dooley1-0/+24
2022-07-14riscv: dts: sifive: Add fu540 topology informationConor Dooley1-0/+24
2022-07-14riscv: dts: starfive: Add JH7100 CPU topologyJonas Hahnfeld1-2/+14
2022-07-14RISC-V: Add CONFIG_{NON,}PORTABLEPalmer Dabbelt6-2/+32
2022-07-14riscv: config: enable SOC_STARFIVE in defconfigConor Dooley1-0/+1
2022-07-07riscv: dts: microchip: Add mpfs' topology informationConor Dooley1-0/+24
2022-06-30riscv: Kconfig: Style cleanupsPalmer Dabbelt3-13/+12
2022-06-30riscv: Kconfig.socs: Add commentsJuerg Haefliger1-2/+2
2022-06-30riscv: Kconfig.erratas: Add commentsJuerg Haefliger1-1/+1
2022-06-30riscv: Kconfig: Fix indentation and add commentsJuerg Haefliger1-10/+9
2022-06-22RISC-V: PCI: Avoid handing out address 0 to devicesMaciej W. Rozycki1-2/+2
2022-06-16RISC-V: Some Svpbmt fixes and cleanupsPalmer Dabbelt5-63/+40
2022-06-16riscv: remove usage of function-pointers from cpufeatures and t-head errataHeiko Stuebner2-48/+22
2022-06-16riscv: make patch-function pointer more generic in cpu_manufacturer_info structHeiko Stuebner1-9/+9
2022-06-16riscv: Improve description for RISCV_ISA_SVPBMT Kconfig symbolHeiko Stuebner1-2/+7
2022-06-16riscv: drop cpufeature_apply_feature tracking variableHeiko Stuebner1-4/+1
2022-06-16riscv: fix dependency for t-head errataHeiko Stuebner1-0/+1
2022-06-16riscv: switch has_fpu() to the unified static key mechanismJisheng Zhang2-9/+2
2022-06-16riscv: introduce unified static key mechanism for ISA extensionsJisheng Zhang2-0/+32
2022-06-16riscv: dts: microchip: remove spi-max-frequency propertyNagasuresh Relli1-1/+0
2022-06-06riscv: dts: microchip: remove spi-max-frequency propertyConor Dooley1-2/+0
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds1-4/+3
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+7
2022-06-03Merge tag 'riscv-for-linus-5.19-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-87/+247
2022-06-03Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-06-03risc-v: replace bitmap_weight with bitmap_empty in riscv_fill_hwcap()Yury Norov1-4/+3
2022-06-02riscv: Move alternative length validation into subsectionNathan Chancellor1-2/+2
2022-06-02riscv: mm: init: make pt_ops_set_[early|late|fixmap] staticJisheng Zhang1-3/+3
2022-06-01riscv: move errata/ and kvm/ builds to arch/riscv/KbuildMasahiro Yamada2-3/+2
2022-06-01RISC-V: Mark IORESOURCE_EXCLUSIVE for reserved mem instead of IORESOURCE_BUSYXianting Tian1-2/+2
2022-06-01riscv: Wire up memfd_secret in UAPI headerTobias Klauser2-1/+1
2022-06-01riscv: Fix irq_work when SMP is disabledSamuel Holland1-1/+1
2022-06-01riscv: Improve virtual kernel memory layout dumpAlexandre Ghiti1-15/+51
2022-06-01riscv: Initialize thread pointer before calling C functionsAlexandre Ghiti1-0/+1
2022-06-01RISC-V: Only default to spinwait on SBI-0.1 and M-modePalmer Dabbelt1-1/+7
2022-06-01riscv: dts: icicle: sort nodes alphabeticallyConor Dooley1-52/+52