summaryrefslogtreecommitdiffstats
path: root/arch/riscv/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-181-0/+3
|\
| * Add and use a generic version of devmem_is_allowed()Palmer Dabbelt2020-12-111-0/+1
| |\
| | * RISC-V: Use the new generic devmem_is_allowed()Palmer Dabbelt2020-12-111-0/+1
| * | riscv: Enable ARCH_STACKWALKKefeng Wang2020-11-251-0/+1
| * | riscv: Add HAVE_IRQ_TIME_ACCOUNTINGKefeng Wang2020-11-201-0/+1
* | | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-161-1/+0
|\ \ \
| * | | timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann2020-10-301-1/+0
| |/ /
* / / arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport2020-12-151-3/+1
|/ /
* | Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-241-1/+1
|\ \
| * | riscv: remove address space overrides using set_fs()Christoph Hellwig2020-10-041-1/+0
| * | riscv: use memcpy based uaccess for nommu againChristoph Hellwig2020-10-041-0/+1
| * | Merge branch 'base.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Palmer Dabbelt2020-10-041-0/+1
| |\ \
* | \ \ Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
* | | | Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-191-0/+25
|\ \ \ \ | | |/ / | |/| |
| * | | RISC-V: Add EFI runtime servicesAtish Patra2020-10-021-0/+2
| * | | RISC-V: Add EFI stub support.Atish Patra2020-10-021-0/+22
| * | | RISC-V: Add early ioremap supportAtish Patra2020-10-021-0/+1
* | | | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-131-13/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu2020-10-081-13/+0
| |/ /
* / / RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt2020-09-191-0/+1
|/ /
* / RISC-V: Remove CLINT related code from timer and archAnup Patel2020-08-201-1/+1
|/
* Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-071-0/+12
|\
| * riscv: Select ARCH_HAS_DEBUG_VM_PGTABLEEmil Renner Berthing2020-07-301-0/+1
| * riscv: Add jump-label implementationEmil Renner Berthing2020-07-301-0/+2
| * riscv: Add STACKPROTECTOR supportedGuo Ren2020-07-301-0/+1
| * riscv: Add kmemleak supportTobias Klauser2020-07-301-0/+1
| * riscv: Allow building with kcov coverageTobias Klauser2020-07-301-0/+2
| * riscv: Enable context trackingGreentime Hu2020-07-301-0/+1
| * riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORTGuo Ren2020-07-301-0/+3
| * riscv: Select ARCH_SUPPORTS_ATOMIC_RMW by defaultChenxi Mao2020-06-291-0/+1
* | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-1/+0
|\ \
| * | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
| |/
* / riscv: enable the Kconfig prompt of STRICT_KERNEL_RWXVincent Chen2020-07-091-0/+2
|/
* riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen2020-06-101-0/+4
* RISC-V: Force select RISCV_INTC for CONFIG_RISCVAnup Patel2020-06-091-0/+1
* irqchip: RISC-V per-HART local interrupt controller driverAnup Patel2020-06-091-0/+1
* RISC-V: Sort select statements alphanumericallyPalmer Dabbelt2020-06-091-34/+34
* Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-041-0/+7
|\
| * riscv: Use the XML target descriptions to report 3 system registersVincent Chen2020-05-181-0/+1
| * riscv: Add KGDB supportVincent Chen2020-05-181-0/+1
| * riscv: Allow device trees to be built into the kernelPalmer Dabbelt2020-05-181-0/+5
* | riscv: support DEBUG_WXZong Li2020-06-031-0/+1
* | mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-031-1/+0
|/
* riscv: Make SYS_SUPPORTS_HUGETLBFS depends on MMUKefeng Wang2020-05-121-0/+1
* riscv: Disable ARCH_HAS_DEBUG_VIRTUAL if NOMMUKefeng Wang2020-05-121-1/+1
* riscv: select ARCH_HAS_STRICT_KERNEL_RWX only if MMUDamien Le Moal2020-04-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-161-1/+1
|\
| * riscv, bpf: Remove BPF JIT for nommu buildsBjörn Töpel2020-04-031-1/+1
* | Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-091-1/+25
|\ \ | |/ |/|