summaryrefslogtreecommitdiff
path: root/arch/riscv/Kconfig
AgeCommit message (Expand)Author
2022-09-17riscv: fix RISCV_ISA_SVPBMT kconfig dependency warningRandy Dunlap
2022-08-11riscv/purgatory: Omit use of bin2cMasahiro Yamada
2022-08-10riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt
2022-08-06Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-28riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner
2022-07-14RISC-V: Add CONFIG_{NON,}PORTABLEPalmer Dabbelt
2022-07-03riscv/mm: fix build error while PAGE_TABLE_CHECK enabled without MMUYueHaibing
2022-06-30riscv: Kconfig: Style cleanupsPalmer Dabbelt
2022-06-30riscv: Kconfig: Fix indentation and add commentsJuerg Haefliger
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker
2022-06-16riscv: Improve description for RISCV_ISA_SVPBMT Kconfig symbolHeiko Stuebner
2022-06-01RISC-V: Only default to spinwait on SBI-0.1 and M-modePalmer Dabbelt
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-20Merge tag 'generic-ticket-spinlocks-v6' into for-nextPalmer Dabbelt
2022-05-19riscv: kexec: add kexec_file_load() supportPalmer Dabbelt
2022-05-19RISC-V: Add purgatoryLi Zhengyu
2022-05-19RISC-V: Add kexec_file supportLiao Chang
2022-05-19RISC-V: Add support for rv32 userspace via COMPATPalmer Dabbelt
2022-05-17riscv: compat: Add COMPAT Kbuild skeletal supportGuo Ren
2022-05-13riscv/mm: enable ARCH_SUPPORTS_PAGE_TABLE_CHECKTong Tiangen
2022-05-11riscv: add memory-type errata for T-HeadHeiko Stuebner
2022-05-11riscv: add RISC-V Svpbmt extension supportHeiko Stuebner
2022-05-11riscv: integrate alternatives better into the main architectureHeiko Stuebner
2022-05-11RISC-V: Move to queued RW locksPalmer Dabbelt
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosKees Cook
2022-03-30RISC-V CPU Idle SupportPalmer Dabbelt
2022-03-30riscv: Rename "sp_in_global" to "current_stack_pointer"Kees Cook
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-22RISC-V: add support for restartable sequencesPalmer Dabbelt
2022-03-22mm/hugetlb: generalize ARCH_WANT_GENERAL_HUGETLBAnshuman Khandual
2022-03-22RISC-V: Add support for restartable sequenceVincent Chen
2022-03-21perf: RISC-V: Add support for SBI PMU and SscofpmfPalmer Dabbelt
2022-03-21RISC-V: Remove the current perf implementationAtish Patra
2022-03-10RISC-V: Enable CPU_IDLE driversAnup Patel
2022-02-14riscv: mm: Set sv57 on defaultlyQinglin Pan
2022-01-22Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-20RISC-V: Move spinwait booting method to its own configAtish Patra
2022-01-20riscv: default to CONFIG_RISCV_SBI_V01=nHeinrich Schuchardt
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20mm: percpu: generalize percpu related configKefeng Wang
2022-01-19RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti
2022-01-19riscv: Allow to dynamically define VA_BITSAlexandre Ghiti
2022-01-19riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti
2022-01-19riscv: Get rid of MAXPHYSMEM configsAlexandre Ghiti
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-07riscv/mm: Enable THP migrationNanyong Sun