aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-04riscv: Only allow LTO with CMODEL_MEDANYNathan Chancellor1-1/+1
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+0
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-1/+0
2025-07-28Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds1-3/+0
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt1-1/+0
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook1-1/+1
2025-07-19riscv: optimize gcd() code size when CONFIG_RISCV_ISA_ZBB is disabledKuan-Wei Chiu1-0/+1
2025-07-16riscv: Stop supporting static ftraceAlexandre Ghiti1-1/+2
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple1-1/+0
2025-06-30lib/crc: riscv: Migrate optimized CRC code into lib/crc/Eric Biggers1-3/+0
2025-06-30riscv: Require clang-17 or newer for kCFINathan Chancellor1-1/+2
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into for-nextPalmer Dabbelt1-0/+2
2025-06-05RISC-V: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao1-0/+1
2025-06-05riscv: enable mseal sysmap for RV64Jisheng Zhang1-0/+1
2025-06-05riscv: Improve Kconfig help for RISCV_ISA_V_PREEMPTIVEMiquel Sabaté Solà1-4/+4
2025-06-05Merge patch series "riscv: Add Zicbop & prefetchw support"Alexandre Ghiti1-0/+15
2025-06-05RISC-V: Kconfig: Fix help text of CMDLINE_EXTEND谢致邦 (XIE Zhibang)1-2/+2
2025-06-05Merge patch series "riscv: ftrace: atmoic patching and preempt improvements"Alexandre Ghiti1-2/+6
2025-06-05riscv: Add support for PUD THPAlexandre Ghiti1-0/+1
2025-06-05riscv: Add support for ZicbopAlexandre Ghiti1-0/+15
2025-06-05riscv: ftrace: support direct call using call_opsAndy Chiu1-1/+1
2025-06-05riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPSPuranjay Mohan1-0/+2
2025-06-05riscv: ftrace: support PREEMPTAndy Chiu1-1/+1
2025-06-05riscv: ftrace: align patchable functions to 4 Byte boundaryAndy Chiu1-0/+2
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+1
2025-04-04Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-28/+56
2025-04-03Merge tag 'riscv-mw2-6.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into for-nextPalmer Dabbelt1-0/+8
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-04-01riscv: Make sure toolchain supports zba before using zba instructionsAlexandre Ghiti1-0/+8
2025-03-26Merge patch series "riscv: Relocatable NOMMU kernels"Palmer Dabbelt1-8/+2
2025-03-26riscv: Remove CONFIG_PAGE_OFFSETSamuel Holland1-7/+1
2025-03-26riscv: Support CONFIG_RELOCATABLE on riscv32Samuel Holland1-1/+1
2025-03-26riscv: Support CONFIG_RELOCATABLE on NOMMUSamuel Holland1-1/+1
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds1-0/+2
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2025-03-20Merge patch series "riscv: Add runtime constant support"Alexandre Ghiti1-0/+22
2025-03-20riscv: Add runtime constant supportCharlie Jenkins1-0/+22
2025-03-18riscv: fgraph: Select HAVE_FUNCTION_GRAPH_TRACER depends on HAVE_DYNAMIC_FTRACE_WITH_ARGSPu Lehui1-1/+1
2025-03-18riscv: migrate to the generic rule for built-in DTBMasahiro Yamada1-1/+2
2025-03-18riscv: Support huge pfnmapsAndrew Bresticker1-0/+1
2025-03-18Merge patch series "RISC-V: clarify what some RISCV_ISA* config options do & redo Zbb toolchain dependency"Alexandre Ghiti1-18/+20
2025-03-18RISC-V: separate Zbb optimisations requiring and not requiring toolchain supportConor Dooley1-2/+2
2025-03-18RISC-V: clarify what some RISCV_ISA* config options doConor Dooley1-17/+19
2025-03-17mm: rename GENERIC_PTDUMP and PTDUMP_COREAnshuman Khandual1-1/+1
2025-03-17kbuild: Introduce Kconfig symbol for linking vmlinux with relocationsArd Biesheuvel1-0/+1
2025-03-10riscv/crc64: add Zbc optimized CRC64 functionsEric Biggers1-0/+1
2025-03-10riscv/crc-t10dif: add Zbc optimized CRC-T10DIF functionEric Biggers1-0/+1
2025-02-21riscv: vdso: Switch to generic storage implementationThomas Weißschuh1-1/+2