aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64
AgeCommit message (Expand)AuthorFilesLines
2019-07-29remove duplicates of new generic bits/sem.hRich Felker1-9/+0
2019-07-29extricate bits/sem.h from x32 time_t hackRich Felker1-3/+3
2019-07-29remove duplicates of new generic bits/shm.hRich Felker1-25/+0
2019-07-18decouple struct stat from kernel typeRich Felker1-0/+21
2019-07-17use register constraint instead of memory operand for riscv64 atomicsRich Felker1-8/+8
2019-07-17fix riscv64 atomic asm constraintsRich Felker1-6/+10
2019-07-17fix riscv64 syscall asm constraintRich Felker1-1/+1
2019-07-04remove spurious MAP_32BIT definition from riscv64 archRich Felker1-1/+0
2019-06-14add riscv64 architecture supportRich Felker25-0/+835