summaryrefslogtreecommitdiffstats
path: root/arch/riscv/Kconfig
AgeCommit message (Expand)AuthorLines
2026-02-12Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+22
2026-01-29riscv: create a Kconfig fragment for shadow stack and landing pad supportDeepak Gupta-0/+22
2026-01-12riscv/paravirt: Use common code for paravirt_steal_clock()Juergen Gross-0/+1
2025-12-05Merge tag 'riscv-for-linus-6.19-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+16
2025-11-24riscv: mm: add userfaultfd write-protect supportChunyan Zhang-0/+1
2025-11-24riscv: mm: add soft-dirty page tracking supportChunyan Zhang-0/+1
2025-11-24riscv: add RISC-V Svrsw60t59b extension supportChunyan Zhang-0/+14
2025-11-19RISC-V: Enable HOTPLUG_PARALLEL for secondary CPUsAnup Patel-1/+1
2025-11-07riscv: Fix CONFIG_AS_HAS_INSN for new .insn usageNathan Chancellor-1/+1
2025-10-09riscv: Respect dependencies of ARCH_HAS_ELF_CORE_EFLAGSThomas Weißschuh-1/+1
2025-10-03Merge tag 'iommu-updates-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds-14/+7
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-1/+0
2025-09-30Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-7/+5
2025-09-30Merge tag 'core-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-8/+1
2025-09-29Merge tag 'riscv-for-linus-6.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+1
2025-09-29Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+3
2025-09-29Merge tag 'execve-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2025-09-26Merge branches 'apple/dart', 'ti/omap', 'riscv', 'intel/vt-d' and 'amd/amd-vi...Joerg Roedel-0/+1
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook-3/+3
2025-09-19Merge 6.17-rc6 into kbuild-nextNathan Chancellor-1/+1
2025-09-18riscv: Enable ARCH_HAVE_NMI_SAFE_CMPXCHGPu Lehui-0/+1
2025-09-17riscv: Use generic TIF bitsThomas Gleixner-0/+1
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov-1/+1
2025-09-05ACPI: RISC-V: Add support for RIMTSunil V L-0/+1
2025-09-04riscv: Only allow LTO with CMODEL_MEDANYNathan Chancellor-1/+1
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_TIME_NSThomas Weißschuh-1/+0
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_DATA_STOREThomas Weißschuh-1/+0
2025-09-04riscv: vdso: Untangle Kconfig logicThomas Weißschuh-7/+7
2025-09-03binfmt_elf: preserve original ELF e_flags for core dumpsSvetlana Parfenova-0/+1
2025-09-03sched: Unify the SCHED_{SMT,CLUSTER,MC} KconfigPeter Zijlstra-8/+1
2025-08-28riscv: Remove ld.lld version checks from many TOOLCHAIN_HAS configsNathan Chancellor-5/+5
2025-08-28riscv: Unconditionally use linker relaxationNathan Chancellor-6/+0
2025-08-28riscv: Remove version check for LTO_CLANG selectsNathan Chancellor-3/+2
2025-08-15riscv: Separate toolchain support dependency from RISCV_ISA_ZACASPu Lehui-1/+0
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+0
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-1/+0
2025-07-28Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-3/+0
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt-1/+0
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook-1/+1
2025-07-19riscv: optimize gcd() code size when CONFIG_RISCV_ISA_ZBB is disabledKuan-Wei Chiu-0/+1
2025-07-16riscv: Stop supporting static ftraceAlexandre Ghiti-1/+2
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple-1/+0
2025-06-30lib/crc: riscv: Migrate optimized CRC code into lib/crc/Eric Biggers-3/+0
2025-06-30riscv: Require clang-17 or newer for kCFINathan Chancellor-1/+2
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt-0/+2