summaryrefslogtreecommitdiff
path: root/arch/riscv/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2024-07-24Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+2
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+52
2024-07-15treewide: change conditional prompt for choices to 'depends on'Masahiro Yamada1-1/+2
2024-07-12Merge patch series "riscv: Apply Zawrs when available"Palmer Dabbelt1-7/+13
2024-07-12riscv: Add Zawrs support for spinlocksChristoph Müllner1-0/+13
2024-07-12riscv: Provide a definition for 'pause'Andrew Jones1-7/+0
2024-07-10riscv: Optimize crc32 with Zbc extensionXiao Wang1-0/+23
2024-06-26Merge patch series "riscv: Memory Hot(Un)Plug support"Palmer Dabbelt1-0/+5
2024-06-26riscv: Enable DAX VMEMMAP optimizationBjörn Töpel1-0/+1
2024-06-26riscv: mm: Add support for ZONE_DEVICEBjörn Töpel1-0/+1
2024-06-26riscv: Enable memory hotplugging for RISC-VBjörn Töpel1-0/+3
2024-06-26riscv: dmi: Add SMBIOS/DMI supportHaibo Xu1-0/+11
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+9
2024-05-30riscv: enable HAVE_ARCH_HUGE_VMAP for XIP kernelNam Cao1-1/+1
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+12
2024-05-24Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+9
2024-05-24riscv, bpf: Optimize zextw insn with Zba extensionXiao Wang1-0/+12
2024-05-23Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2024-05-23ftrace: riscv: move from REGS to ARGSPuranjay Mohan1-1/+1
2024-05-23riscv: do not select MODULE_SECTIONS by defaultQingfang Deng1-1/+1
2024-05-23riscv: make image compression configurableEmil Renner Berthing1-0/+7
2024-05-22Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+14
2024-05-20riscv: add support for kernel-mode FPUSamuel Holland1-0/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-04-30Merge patch series "riscv: ASID-related and UP-related TLB flush enhancements"Palmer Dabbelt1-1/+1
2024-04-30riscv: select ARCH_HAS_FAST_MULTIPLIERJisheng Zhang1-0/+1
2024-04-30Merge patch series "riscv: enable lockless lockref implementation"Palmer Dabbelt1-0/+1
2024-04-29riscv: mm: Combine the SMP and UP TLB flush codeSamuel Holland1-1/+1
2024-04-29Merge patch series "riscv: 64-bit NOMMU fixes and enhancements"Palmer Dabbelt1-7/+10
2024-04-29RISC-V: enable building 64-bit kernels with rust supportMiguel Ojeda1-0/+1
2024-04-26mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand1-1/+1
2024-04-24riscv: select ARCH_USE_CMPXCHG_LOCKREFJisheng Zhang1-0/+1
2024-04-09riscv: Allow NOMMU kernels to run in S-modeSamuel Holland1-5/+10
2024-04-09riscv: Remove MMU dependency from Zbb and ZicbozSamuel Holland1-2/+0
2024-03-25RISC-V: Select APLIC and IMSIC driversAnup Patel1-0/+2
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-16/+64
2024-03-15Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+1
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-03-13Merge patch series "riscv: Use Kconfig to set unaligned access speed"Palmer Dabbelt1-12/+46
2024-03-13riscv: Set unaligned access speed at compile timeCharlie Jenkins1-12/+46
2024-03-13Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2024-03-12Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+13
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann1-0/+1
2024-03-06riscv: dts: Move BUILTIN_DTB_SOURCE to common KconfigYangyu Chen1-1/+13
2024-02-28RISC-V: fix check for zvkb with tip-of-tree clangEric Biggers1-1/+1
2024-02-28Merge commit '3aff0c459e77' into for-nextPalmer Dabbelt1-1/+0
2024-02-24kexec: split crashkernel reservation code out from crash_core.cBaoquan He1-1/+1
2024-02-23riscv: Kconfig: remove version dependency from CONFIG_CLANG_SUPPORTS_DYNAMIC_...Nathan Chancellor1-2/+0