summaryrefslogtreecommitdiffstats
path: root/arch/riscv/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-221-34/+18
|\
| * RISC-V: Move spinwait booting method to its own configAtish Patra2022-01-201-0/+14
| * riscv: default to CONFIG_RISCV_SBI_V01=nHeinrich Schuchardt2022-01-201-1/+0
| * RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt2022-01-191-33/+4
| |\
| | * riscv: Implement sv48 supportAlexandre Ghiti2022-01-191-2/+2
| | * riscv: Allow to dynamically define VA_BITSAlexandre Ghiti2022-01-191-10/+0
| | * riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti2022-01-191-2/+2
| | * riscv: Get rid of MAXPHYSMEM configsAlexandre Ghiti2022-01-191-21/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-8/+2
|\ \ \ | |/ / |/| |
| * | mm: percpu: generalize percpu related configKefeng Wang2022-01-201-8/+2
| |/
* | Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-191-1/+3
|\ \
| * | riscv/mm: Enable THP migrationNanyong Sun2022-01-071-0/+1
| * | RISC-V: Clean up the defconfigsPalmer Dabbelt2022-01-061-1/+1
| |\ \
| | * | RISC-V: MAXPHYSMEM_2GB doesn't depend on CMODEL_MEDLOWPalmer Dabbelt2022-01-051-1/+1
| | |/
| * / riscv: mm: Enable PMD split page table lock for RV64Kefeng Wang2022-01-051-0/+1
| |/
* / futex: Remove futex_cmpxchg detectionArnd Bergmann2021-11-251-1/+0
|/
* Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-131-0/+1
|\
| * Merge tag 'for-riscv' of https://git.kernel.org/pub/scm/virt/kvm/kvm.git into...Palmer Dabbelt2021-10-041-1/+1
| |\
| * | riscv/vdso: Add support for time namespacesTong Tiangen2021-10-041-0/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-021-0/+2
|\ \ \
| * | | RISC-V: Add initial skeletal KVM supportAnup Patel2021-10-041-0/+1
| | |/ | |/|
* | | Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-011-1/+0
|\ \ \
| * | | irq: remove handle_domain_{irq,nmi}()Mark Rutland2021-10-261-1/+0
| * | | irq: riscv: perform irqentry in entry codeMark Rutland2021-10-261-1/+0
| * | | irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYMark Rutland2021-10-251-0/+1
| |/ /
* | | Merge tag 'riscv-for-linus-5.15-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-10-301-0/+6
|\ \ \
| * | | riscv: Fix asan-stack clang buildAlexandre Ghiti2021-10-291-0/+6
| | |/ | |/|
* | | Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-10-081-2/+0
|\ \ \ | |_|/ |/| |
| * | firmware: include drivers/firmware/Kconfig unconditionallyArnd Bergmann2021-10-071-2/+0
| |/
* | Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds2021-09-131-1/+1
|\ \ | |/ |/|
| * riscv: remove Kconfig check for GCC version for ARCH_RV64INick Desaulniers2021-09-131-1/+1
* | Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-111-0/+1
|\ \ | |/ |/|
| * riscv: Enable BUILDTIME_TABLE_SORTJisheng Zhang2021-09-101-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-1/+1
|\ \
| * | riscv: only select GENERIC_IOREMAP if MMU support is enabledChristoph Hellwig2021-09-081-1/+1
* | | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-051-3/+1
|\ \ \ | |_|/ |/| |
| * | tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada2021-08-161-3/+1
* | | Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-051-3/+9
|\ \ \
| * | | riscv: add support for hugepage migrationChen Wandun2021-08-261-0/+1
| * | | riscv: Enable Undefined Behavior Sanitizer UBSANJisheng Zhang2021-08-241-0/+1
| * | | riscv: Keep the riscv Kconfig selects sortedJisheng Zhang2021-08-241-3/+3
| * | | riscv: Enable GENERIC_IRQ_SHOW_LEVELKefeng Wang2021-08-041-0/+1
| * | | riscv: Enable idle generic idle loopKefeng Wang2021-08-041-0/+1
| * | | riscv: Allow forced irq threadingKefeng Wang2021-08-041-0/+1
| * | | riscv: Implement thread_struct whitelist for hardened usercopyTong Tiangen2021-08-031-0/+1
| |/ /
* | | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-011-2/+0
|\ \ \ | |_|/ |/| |
| * | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-2/+0
| * | asm-generic: uaccess: remove inline strncpy_from_user/strnlen_userArnd Bergmann2021-07-271-2/+2
| |/
* | Revert "riscv: Remove CONFIG_PHYS_RAM_BASE_FIXED"Alexandre Ghiti2021-08-061-0/+6
* | riscv: Disable STACKPROTECTOR_PER_TASK if GCC_PLUGIN_RANDSTRUCT is enabledGuenter Roeck2021-08-031-0/+1
|/