about summary refs log tree commit diff
path: root/arch/riscv64
Commit message (Expand)AuthorAgeFilesLines
* remove duplicates of new generic bits/sem.hRich Felker2019-07-291-9/+0
* extricate bits/sem.h from x32 time_t hackRich Felker2019-07-291-3/+3
* remove duplicates of new generic bits/shm.hRich Felker2019-07-291-25/+0
* decouple struct stat from kernel typeRich Felker2019-07-181-0/+21
* use register constraint instead of memory operand for riscv64 atomicsRich Felker2019-07-171-8/+8
* fix riscv64 atomic asm constraintsRich Felker2019-07-171-6/+10
* fix riscv64 syscall asm constraintRich Felker2019-07-171-1/+1
* remove spurious MAP_32BIT definition from riscv64 archRich Felker2019-07-041-1/+0
* add riscv64 architecture supportRich Felker2019-06-1425-0/+835