| Commit message (Expand) | Author | Age | Files | Lines |
* | riscv: Fix kernel stack size when KASAN is enabled | Alexandre Ghiti | 2024-10-10 | 1 | -2/+1 |
* | riscv: define ILLEGAL_POINTER_VALUE for 64bit | Jisheng Zhang | 2024-10-10 | 1 | -0/+5 |
* | riscv: Fix toolchain vector detection | Anton Blanchard | 2024-09-12 | 1 | -2/+2 |
* | riscv: enable HAVE_ARCH_HUGE_VMAP for XIP kernel | Nam Cao | 2024-05-30 | 1 | -1/+1 |
* | Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2024-05-24 | 1 | -2/+9 |
|\ |
|
| * | ftrace: riscv: move from REGS to ARGS | Puranjay Mohan | 2024-05-22 | 1 | -1/+1 |
| * | riscv: do not select MODULE_SECTIONS by default | Qingfang Deng | 2024-05-22 | 1 | -1/+1 |
| * | riscv: make image compression configurable | Emil Renner Berthing | 2024-05-22 | 1 | -0/+7 |
* | | Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2024-05-22 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | riscv: add support for kernel-mode FPU | Samuel Holland | 2024-05-19 | 1 | -0/+1 |
* | | Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2024-05-22 | 1 | -8/+14 |
|\ \
| |/
|/| |
|
| * | Merge patch series "riscv: ASID-related and UP-related TLB flush enhancements" | Palmer Dabbelt | 2024-04-30 | 1 | -1/+1 |
| |\ |
|
| | * | riscv: mm: Combine the SMP and UP TLB flush code | Samuel Holland | 2024-04-29 | 1 | -1/+1 |
| * | | riscv: select ARCH_HAS_FAST_MULTIPLIER | Jisheng Zhang | 2024-04-30 | 1 | -0/+1 |
| * | | Merge patch series "riscv: enable lockless lockref implementation" | Palmer Dabbelt | 2024-04-30 | 1 | -0/+1 |
| |\ \ |
|
| | * | | riscv: select ARCH_USE_CMPXCHG_LOCKREF | Jisheng Zhang | 2024-04-24 | 1 | -0/+1 |
| * | | | Merge patch series "riscv: 64-bit NOMMU fixes and enhancements" | Palmer Dabbelt | 2024-04-28 | 1 | -7/+10 |
| |\ \ \ |
|
| | * | | | riscv: Allow NOMMU kernels to run in S-mode | Samuel Holland | 2024-04-09 | 1 | -5/+10 |
| | * | | | riscv: Remove MMU dependency from Zbb and Zicboz | Samuel Holland | 2024-04-09 | 1 | -2/+0 |
| | |/ / |
|
| * | / | RISC-V: enable building 64-bit kernels with rust support | Miguel Ojeda | 2024-04-28 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-05-19 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST | David Hildenbrand | 2024-04-25 | 1 | -1/+1 |
| |/ / |
|
* / / | RISC-V: Select APLIC and IMSIC drivers | Anup Patel | 2024-03-25 | 1 | -0/+2 |
|/ / |
|
* | | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2024-03-22 | 1 | -16/+64 |
|\ \ |
|
| * \ | Merge patch series "riscv: Use Kconfig to set unaligned access speed" | Palmer Dabbelt | 2024-03-13 | 1 | -12/+46 |
| |\ \ |
|
| | * | | riscv: Set unaligned access speed at compile time | Charlie Jenkins | 2024-03-13 | 1 | -12/+46 |
| | |/ |
|
| * | | RISC-V: fix check for zvkb with tip-of-tree clang | Eric Biggers | 2024-02-28 | 1 | -1/+1 |
| * | | Merge commit '3aff0c459e77' into for-next | Palmer Dabbelt | 2024-02-28 | 1 | -1/+0 |
| |\ \ |
|
| * \ \ | Merge patch series "membarrier: riscv: Core serializing command" | Palmer Dabbelt | 2024-02-15 | 1 | -0/+4 |
| |\ \ \ |
|
| | * | | | membarrier: riscv: Provide core serializing command | Andrea Parri | 2024-02-15 | 1 | -0/+3 |
| | * | | | membarrier: riscv: Add full memory barrier in switch_mm() | Andrea Parri | 2024-02-15 | 1 | -0/+1 |
| | | |/
| | |/| |
|
| * | | | riscv: Support RANDOMIZE_KSTACK_OFFSET | Song Shuai | 2024-01-24 | 1 | -0/+1 |
| * | | | Merge patch series "riscv: support fast gup" | Palmer Dabbelt | 2024-01-24 | 1 | -0/+2 |
| |\ \ \ |
|
| | * | | | riscv: enable HAVE_FAST_GUP if MMU | Jisheng Zhang | 2024-01-24 | 1 | -0/+1 |
| | * | | | riscv: enable MMU_GATHER_RCU_TABLE_FREE for SMP && MMU | Jisheng Zhang | 2024-01-24 | 1 | -0/+1 |
| * | | | | Revert "RISC-V: mark hibernation as nonportable" | Conor Dooley | 2024-01-23 | 1 | -4/+1 |
| * | | | | Merge patch series "RISC-V crypto with reworked asm files" | Palmer Dabbelt | 2024-01-22 | 1 | -0/+7 |
| |\ \ \ \ |
|
| | * | | | | RISC-V: add TOOLCHAIN_HAS_VECTOR_CRYPTO | Eric Biggers | 2024-01-22 | 1 | -0/+7 |
| | | |/ /
| | |/| | |
|
| * / | | | RISC-V: build: Allow LTO to be selected | Wende Tan | 2024-01-22 | 1 | -0/+3 |
| |/ / / |
|
* | | | | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2024-03-14 | 1 | -3/+1 |
|\ \ \ \ |
|
| * | | | | riscv: Kconfig: remove version dependency from CONFIG_CLANG_SUPPORTS_DYNAMIC_... | Nathan Chancellor | 2024-02-22 | 1 | -2/+0 |
| * | | | | arch and include: update LLVM Phabricator links | Nathan Chancellor | 2024-02-22 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-03-14 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | kexec: split crashkernel reservation code out from crash_core.c | Baoquan He | 2024-02-23 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2024-03-12 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL | Kees Cook | 2024-02-06 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-03-12 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | arch: define CONFIG_PAGE_SIZE_*KB on all architectures | Arnd Bergmann | 2024-03-06 | 1 | -0/+1 |
| |/ / / |
|
* | | | | Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 2024-03-12 | 1 | -1/+13 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | riscv: dts: Move BUILTIN_DTB_SOURCE to common Kconfig | Yangyu Chen | 2024-03-06 | 1 | -1/+13 |
| |/ / |
|