summaryrefslogtreecommitdiffstats
path: root/arch/riscv/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-051-3/+20
|\
| * RISC-V: fixup in-flight collision with ARCH_WANT_OPTIMIZE_VMEMMAP renameConor Dooley2023-04-291-1/+1
| * Merge patch series "RISC-V Hibernation Support"Palmer Dabbelt2023-04-291-1/+7
| |\
| | * RISC-V: Add arch functions to support hibernation/suspend-to-diskSia Jee Heng2023-04-291-1/+7
| * | riscv: Adjust dependencies of HAVE_DYNAMIC_FTRACE selectionNathan Chancellor2023-04-291-1/+12
* | | Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-04-291-1/+1
|\ \ \ | |/ / |/| |
| * | of: address: always use dma_default_coherent for default coherencyJiaxun Yang2023-04-071-1/+1
| |/
* | Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-11/+67
|\ \
| * \ Merge patch series "Introduce 64b relocatable kernel"Palmer Dabbelt2023-04-191-0/+14
| |\ \
| | * | riscv: Introduce CONFIG_RELOCATABLEAlexandre Ghiti2023-04-191-0/+14
| | |/
| * | Merge patch series "RISC-V kasan rework"Palmer Dabbelt2023-04-191-0/+1
| |\ \
| | * | riscv: Unconditionnally select KASAN_VMALLOC if KASANAlexandre Ghiti2023-04-191-0/+1
| * | | RISC-V: align ISA extension Kconfig help text with each otherConor Dooley2023-04-181-8/+8
| * | | riscv: Kconfig: enable SCHED_MC kconfigSong Shuai2023-04-181-0/+8
| * | | Merge patch series "RISC-V Hardware Probing User Interface"Palmer Dabbelt2023-04-181-0/+1
| |\ \ \
| | * | | RISC-V: Add hwprobe vDSO function and dataEvan Green2023-04-181-0/+1
| | | |/ | | |/|
| * | | RISC-V: convert new selectors of RISCV_ALTERNATIVE to dependenciesConor Dooley2023-03-291-3/+3
| * | | Merge patch series "RISC-V: Fixes for riscv_has_extension[un]likely()'s alter...Palmer Dabbelt2023-03-291-6/+6
| |\ \ \
| * \ \ \ Merge patch series "Add RISC-V 32 NOMMU support"Palmer Dabbelt2023-03-271-3/+2
| |\ \ \ \
| | * | | | riscv: Kconfig: Allow RV32 to build with no MMUYimin Gu2023-03-271-3/+2
| | | |/ / | | |/| |
| * | | | Merge patch series "riscv: Add GENERIC_ENTRY support"Palmer Dabbelt2023-03-241-0/+1
| |\ \ \ \
| | * | | | riscv: entry: Convert to generic entryGuo Ren2023-03-231-0/+1
| | |/ / /
| * | | | Merge patch series "RISC-V: Apply Zicboz to clear_page"Palmer Dabbelt2023-03-151-0/+13
| |\ \ \ \
| | * | | | RISC-V: Use Zicboz in clear_page when availableAndrew Jones2023-03-141-0/+13
| * | | | | Merge patch series "riscv: alternative/cpufeature related cleanups"Palmer Dabbelt2023-03-141-4/+4
| |\| | | |
| | * | | | riscv: alternatives: Rename errata_id to patch_idAndrew Jones2023-03-141-3/+3
| | * | | | riscv: Rename Kconfig.erratas to Kconfig.errataAndrew Jones2023-03-141-1/+1
| | * | | | riscv: Clarify RISCV_ALTERNATIVE help textAndrew Jones2023-03-141-2/+2
| | |/ / /
| * | | | Merge patch series "riscv, mm: detect svnapot cpu support at runtime"Palmer Dabbelt2023-03-091-1/+20
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | riscv: mm: support Svnapot in hugetlb pageQinglin Pan2023-03-071-1/+1
| | * | | riscv: mm: modify pte format for SvnapotQinglin Pan2023-03-071-0/+19
* | | | | Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-251-0/+1
|\ \ \ \ \
| * | | | | Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle2023-04-051-0/+1
| |/ / / /
* | | | | Merge tag 'irqchip-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2023-04-211-0/+2
|\ \ \ \ \
| * | | | | RISC-V: Treat IPIs as normal Linux IRQsAnup Patel2023-04-081-0/+2
* | | | | | Merge patch series "RISC-V: Fixes for riscv_has_extension[un]likely()'s alter...Palmer Dabbelt2023-03-291-6/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | RISC-V: always select RISCV_ALTERNATIVE for non-xip kernelsConor Dooley2023-03-291-6/+6
| |/ / /
* / / / riscv: Handle zicsr/zifencei issues between clang and binutilsNathan Chancellor2023-03-231-0/+22
|/ / /
* | | Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-02-251-30/+48
|\ \ \
| * | | riscv: mm: hugetlb: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPGuo Ren2023-02-211-0/+1
| * | | Merge patch series "riscv: improve link and support ARCH_WANT_LD_ORPHAN_WARN"Palmer Dabbelt2023-02-211-0/+1
| |\ \ \
| | * | | riscv: select ARCH_WANT_LD_ORPHAN_WARN for !XIP_KERNELJisheng Zhang2023-02-211-0/+1
| | | |/ | | |/|
| * | | Merge patch series "riscv: Optimize function trace"Palmer Dabbelt2023-02-151-1/+1
| |\ \ \
| | * | | riscv: ftrace: Fixup panic by disabling preemptionAndy Chiu2023-02-151-1/+1
| | |/ /
| * | | Merge patch series "Remove toolchain dependencies for Zicbom"Palmer Dabbelt2023-02-141-8/+0
| |\ \ \
| | * | | RISC-V: remove toolchain version checks for ZicbomConor Dooley2023-02-141-8/+0
| | |/ /
| * | / RISC-V: re-order Kconfig selects alphanumericallyConor Dooley2023-02-141-24/+24
| | |/ | |/|
| * | RISC-V: add zbb support to string functionsHeiko Stuebner2023-01-311-0/+24
| |/
* / clocksource/drivers/riscv: Get rid of clocksource_arch_init() callbackLad Prabhakar2023-02-131-1/+0
|/
* Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-12-141-6/+13
|\