开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
/
sys_riscv.c
Age
Commit message (
Expand
)
Author
2024-06-25
syscalls: mmap(): use unsigned offset type consistently
Arnd Bergmann
2024-03-27
riscv: remove unused header
tanzirh@google.com
2024-01-03
RISC-V: Move the hwprobe syscall to its own file
Andrew Jones
2024-01-03
RISC-V: hwprobe: Clarify cpus size parameter
Andrew Jones
2023-11-08
Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-10-10
docs: move riscv under arch
Costa Shulyupin
2023-09-21
RISC-V: hwprobe: Expose Zicboz extension and its block size
Andrew Jones
2023-08-23
riscv: Implement syscall wrappers
Sami Tolvanen
2023-06-19
Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"
Palmer Dabbelt
2023-06-19
RISC-V: hwprobe: Expose Zba, Zbb, and Zbs
Evan Green
2023-06-08
riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0
Andy Chiu
2023-04-26
RISC-V: hwprobe: Explicity check for -1 in vdso init
Andrew Jones
2023-04-26
RISC-V: hwprobe: There can only be one first
Andrew Jones
2023-04-18
RISC-V: Add hwprobe vDSO function and data
Evan Green
2023-04-18
RISC-V: hwprobe: Support probing of misaligned access performance
Evan Green
2023-04-18
RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMA
Evan Green
2023-04-18
RISC-V: Add a syscall for HW probing
Evan Green
2022-09-22
riscv: Allow PROT_WRITE-only mmap()
Andrew Bresticker
2022-07-21
riscv: mmap with PROT_WRITE but no PROT_READ is invalid
Celeste Liu
2022-04-26
riscv: compat: syscall: Add compat_sys_call_table implementation
Guo Ren
2020-06-18
RISC-V: Don't allow write+exec only page mapping request in mmap
Yash Shah
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286
Thomas Gleixner
2018-08-28
RISC-V: Use a less ugly workaround for unused variable warnings
Palmer Dabbelt
2018-08-20
RISC-V: Define sys_riscv_flush_icache when SMP=n
Palmer Dabbelt
2018-04-02
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
2017-12-11
RISC-V: Logical vs Bitwise typo
Dan Carpenter
2017-11-30
RISC-V: Clean up an unused include
Palmer Dabbelt
2017-11-30
RISC-V: Allow userspace to flush the instruction cache
Andrew Waterman
2017-09-26
RISC-V: User-facing API
Palmer Dabbelt