summaryrefslogtreecommitdiff
path: root/arch/riscv/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-30/+48
2023-02-22riscv: mm: hugetlb: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPGuo Ren1-0/+1
2023-02-22Merge patch series "riscv: improve link and support ARCH_WANT_LD_ORPHAN_WARN"Palmer Dabbelt1-0/+1
2023-02-22riscv: select ARCH_WANT_LD_ORPHAN_WARN for !XIP_KERNELJisheng Zhang1-0/+1
2023-02-15Merge patch series "riscv: Optimize function trace"Palmer Dabbelt1-1/+1
2023-02-15riscv: ftrace: Fixup panic by disabling preemptionAndy Chiu1-1/+1
2023-02-15Merge patch series "Remove toolchain dependencies for Zicbom"Palmer Dabbelt1-8/+0
2023-02-15RISC-V: remove toolchain version checks for ZicbomConor Dooley1-8/+0
2023-02-15RISC-V: re-order Kconfig selects alphanumericallyConor Dooley1-24/+24
2023-02-13clocksource/drivers/riscv: Get rid of clocksource_arch_init() callbackLad Prabhakar1-1/+0
2023-01-31RISC-V: add zbb support to string functionsHeiko Stuebner1-0/+24
2022-12-15Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+13
2022-12-13riscv: Fixup compile error with !MMUGuo Ren1-1/+1
2022-12-09Merge patch series "RISC-V interrupt controller select cleanup"Palmer Dabbelt1-0/+1
2022-12-09RISC-V: stop selecting SIFIVE_PLIC at the SoC levelConor Dooley1-0/+1
2022-12-09Merge patch series "Add PMEM support for RISC-V"Palmer Dabbelt1-0/+1
2022-12-09RISC-V: Implement arch specific PMEM APIsAnup Patel1-0/+1
2022-12-03riscv: add riscv rethook implementationBinglei Wang1-0/+1
2022-12-02Merge patch series "RISC-V: Dynamic ftrace support for RV32I"Palmer Dabbelt1-5/+5
2022-12-02RISC-V: enable dynamic ftrace for RV32IJamie Iles1-5/+5
2022-11-29riscv: Fix NR_CPUS range conditionsSamuel Holland1-3/+3
2022-11-17riscv: Kconfig: Enable cpufreq kconfig menuLad Prabhakar1-0/+2
2022-10-29riscv: Enable HAVE_ARCH_HUGE_VMALLOC for 64BITLiu Shixin1-0/+1
2022-10-29riscv: Enable HAVE_ARCH_HUGE_VMAP for 64BITLiu Shixin1-0/+1
2022-10-28Merge patch series "Fix RISC-V toolchain extension support detection"Palmer Dabbelt1-4/+13
2022-10-28riscv: fix detection of toolchain Zihintpause supportConor Dooley1-0/+7
2022-10-28riscv: fix detection of toolchain Zicbom supportConor Dooley1-4/+6
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2022-10-13riscv: enable software resend of irqsConor Dooley1-0/+1
2022-10-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+8
2022-10-07riscv: enable THP_SWAP for RV64Jisheng Zhang1-0/+1
2022-10-04RISC-V: Increase range and default value of NR_CPUSAnup Patel1-3/+6
2022-10-02riscv: select HAVE_POSIX_CPU_TIMERS_TASK_WORKJisheng Zhang1-0/+1
2022-10-02riscv: Introduce support for defining instructionsAndrew Jones1-0/+3
2022-09-17riscv: fix RISCV_ISA_SVPBMT kconfig dependency warningRandy Dunlap1-0/+1
2022-08-16riscv: topology: fix default topology reportingConor Dooley1-1/+1
2022-08-11riscv/purgatory: Omit use of bin2cMasahiro Yamada1-1/+0
2022-08-11riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt1-0/+31
2022-08-07Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-12/+35
2022-08-03Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-07-29riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner1-0/+31
2022-07-14RISC-V: Add CONFIG_{NON,}PORTABLEPalmer Dabbelt1-2/+26
2022-07-04riscv/mm: fix build error while PAGE_TABLE_CHECK enabled without MMUYueHaibing1-1/+1
2022-07-01riscv: Kconfig: Style cleanupsPalmer Dabbelt1-10/+9
2022-07-01riscv: Kconfig: Fix indentation and add commentsJuerg Haefliger1-10/+9
2022-06-30context_tracking: Split user tracking KconfigFrederic Weisbecker1-1/+1
2022-06-17riscv: Improve description for RISCV_ISA_SVPBMT Kconfig symbolHeiko Stuebner1-2/+7
2022-06-02RISC-V: Only default to spinwait on SBI-0.1 and M-modePalmer Dabbelt1-1/+7
2022-06-01Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+67