| Commit message (Expand) | Author | Age | Files | Lines |
* | RISC-V: Resurrect the MMIO timer implementation for M-mode systems | Palmer Dabbelt | 2020-09-19 | 1 | -0/+1 |
* | RISC-V: Remove CLINT related code from timer and arch | Anup Patel | 2020-08-20 | 1 | -1/+1 |
* | Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-08-07 | 1 | -0/+12 |
|\ |
|
| * | riscv: Select ARCH_HAS_DEBUG_VM_PGTABLE | Emil Renner Berthing | 2020-07-30 | 1 | -0/+1 |
| * | riscv: Add jump-label implementation | Emil Renner Berthing | 2020-07-30 | 1 | -0/+2 |
| * | riscv: Add STACKPROTECTOR supported | Guo Ren | 2020-07-30 | 1 | -0/+1 |
| * | riscv: Add kmemleak support | Tobias Klauser | 2020-07-30 | 1 | -0/+1 |
| * | riscv: Allow building with kcov coverage | Tobias Klauser | 2020-07-30 | 1 | -0/+2 |
| * | riscv: Enable context tracking | Greentime Hu | 2020-07-30 | 1 | -0/+1 |
| * | riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORT | Guo Ren | 2020-07-30 | 1 | -0/+3 |
| * | riscv: Select ARCH_SUPPORTS_ATOMIC_RMW by default | Chenxi Mao | 2020-06-30 | 1 | -0/+1 |
* | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune... | Linus Torvalds | 2020-08-04 | 1 | -1/+0 |
|\ \ |
|
| * | | arch: remove HAVE_COPY_THREAD_TLS | Christian Brauner | 2020-07-04 | 1 | -1/+0 |
| |/ |
|
* / | riscv: enable the Kconfig prompt of STRICT_KERNEL_RWX | Vincent Chen | 2020-07-10 | 1 | -0/+2 |
|/ |
|
* | riscv: use vDSO common flow to reduce the latency of the time-related functions | Vincent Chen | 2020-06-11 | 1 | -0/+4 |
* | RISC-V: Force select RISCV_INTC for CONFIG_RISCV | Anup Patel | 2020-06-10 | 1 | -0/+1 |
* | irqchip: RISC-V per-HART local interrupt controller driver | Anup Patel | 2020-06-10 | 1 | -0/+1 |
* | RISC-V: Sort select statements alphanumerically | Palmer Dabbelt | 2020-06-10 | 1 | -34/+34 |
* | Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-06-05 | 1 | -0/+7 |
|\ |
|
| * | riscv: Use the XML target descriptions to report 3 system registers | Vincent Chen | 2020-05-18 | 1 | -0/+1 |
| * | riscv: Add KGDB support | Vincent Chen | 2020-05-18 | 1 | -0/+1 |
| * | riscv: Allow device trees to be built into the kernel | Palmer Dabbelt | 2020-05-18 | 1 | -0/+5 |
* | | riscv: support DEBUG_WX | Zong Li | 2020-06-04 | 1 | -0/+1 |
* | | mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option | Mike Rapoport | 2020-06-04 | 1 | -1/+0 |
|/ |
|
* | riscv: Make SYS_SUPPORTS_HUGETLBFS depends on MMU | Kefeng Wang | 2020-05-13 | 1 | -0/+1 |
* | riscv: Disable ARCH_HAS_DEBUG_VIRTUAL if NOMMU | Kefeng Wang | 2020-05-13 | 1 | -1/+1 |
* | riscv: select ARCH_HAS_STRICT_KERNEL_RWX only if MMU | Damien Le Moal | 2020-04-24 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-04-16 | 1 | -1/+1 |
|\ |
|
| * | riscv, bpf: Remove BPF JIT for nommu builds | Björn Töpel | 2020-04-03 | 1 | -1/+1 |
* | | Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-04-09 | 1 | -1/+25 |
|\ \
| |/
|/| |
|
| * | RISC-V: Support cpu hotplug | Atish Patra | 2020-03-31 | 1 | -1/+11 |
| * | RISC-V: Introduce a new config for SBI v0.1 | Atish Patra | 2020-03-31 | 1 | -0/+7 |
| * | riscv: Add support to dump the kernel page tables | Zong Li | 2020-03-26 | 1 | -0/+1 |
| * | riscv: add STRICT_KERNEL_RWX support | Zong Li | 2020-03-26 | 1 | -0/+1 |
| * | riscv: add ARCH_SUPPORTS_DEBUG_PAGEALLOC support | Zong Li | 2020-03-26 | 1 | -0/+3 |
| * | riscv: add ARCH_HAS_SET_DIRECT_MAP support | Zong Li | 2020-03-26 | 1 | -0/+1 |
| * | riscv: add ARCH_HAS_SET_MEMORY support | Zong Li | 2020-03-26 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2020-03-30 | 1 | -1/+0 |
|\ \ |
|
| * | | riscv: uaccess should be used in nommu mode | Greentime Hu | 2020-03-19 | 1 | -1/+0 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-03-14 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | riscv, bpf: Add RV32G eBPF JIT | Luke Nelson | 2020-03-05 | 1 | -1/+1 |
| |/ |
|
* / | riscv: Force flat memory model with no-mmu | Damien Le Moal | 2020-03-04 | 1 | -0/+1 |
|/ |
|
* | riscv: mm: add support for CONFIG_DEBUG_VIRTUAL | Zong Li | 2020-01-23 | 1 | -0/+1 |
* | riscv: keep 32-bit kernel to 32-bit phys_addr_t | Olof Johansson | 2020-01-22 | 1 | -2/+0 |
* | riscv: Add KASAN support | Nick Hu | 2020-01-22 | 1 | -0/+1 |
* | riscv: Implement copy_thread_tls | Amanieu d'Antras | 2020-01-07 | 1 | -0/+1 |
* | riscv: gcov: enable gcov for RISC-V | Zong Li | 2020-01-03 | 1 | -0/+1 |
* | riscv: Fix use of undefined config option CONFIG_CONFIG_MMU | Andreas Schwab | 2019-12-20 | 1 | -1/+1 |
* | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds | 2019-11-28 | 1 | -0/+1 |
|\ |
|
| * | riscv: use the generic ioremap code | Christoph Hellwig | 2019-11-11 | 1 | -0/+1 |