summaryrefslogtreecommitdiff
path: root/arch/riscv64
AgeCommit message (Expand)AuthorFilesLines
2023-02-09fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64Rich Felker1-1/+0
2022-03-08bits/syscall.h: add landlock syscalls from linux v5.13Szabolcs Nagy1-0/+3
2022-03-08bits/syscall.h: add mount_setattr from linux v5.12Szabolcs Nagy1-0/+1
2022-03-08bits/syscall.h: add epoll_pwait2 from linux v5.11Szabolcs Nagy1-0/+1
2021-06-05riscv: rename __NR_fstatat __NR_newfstatatKhem Raj1-1/+1
2021-02-15bits/syscall.h: add process_madvise from linux v5.10Szabolcs Nagy1-0/+1
2021-02-12riscv64: define ELF_NFPREGKhem Raj1-0/+1
2020-12-06riscv64: fix inconsistent ucontext_t struct tagDrew DeVault1-2/+2
2020-11-29bits/syscall.h: add __NR_close_range from linux v5.9Szabolcs Nagy1-0/+1
2020-09-09bits/syscall.h: add __NR_faccessat2 from linux v5.8Szabolcs Nagy1-0/+1
2020-09-09add pidfd_getfd and openat2 syscall numbers from linux v5.6Szabolcs Nagy1-0/+2
2020-09-03use generic bits/fcntl.h for x86_64 and riscv64Rich Felker1-38/+0
2020-08-27deduplicate __pthread_self thread pointer adjustment out of each archRich Felker1-3/+3
2020-08-24deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker1-1/+0
2020-02-04move riscv64 register index constants to signal.hRich Felker2-6/+9
2020-01-22fix riscv64 a_cas inline asm operand sign extensionLuís Marques1-1/+1
2019-12-30add clone3 syscall number from linux v5.3Szabolcs Nagy1-0/+1
2019-12-30add pidfd_open syscall number from linux v5.3Szabolcs Nagy1-0/+1
2019-11-02move time_t and suseconds_t definitions to common alltypes.h.inRich Felker1-3/+0
2019-11-02move msghdr and cmsghdr out of bits/socket.hRich Felker1-17/+0
2019-10-17move pthread types out of per-arch alltypes.hRich Felker1-8/+0
2019-10-17define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker2-7/+1
2019-10-17remove indirect use of endian.h from public headersRich Felker1-2/+0
2019-10-17move __BYTE_ORDER definition to alltypes.hRich Felker2-1/+2
2019-10-17remove per-arch definitions for va_listRich Felker1-3/+0
2019-10-02reintroduce riscv64 struct sigcontextRich Felker1-6/+10
2019-09-29fix riscv64 elf_fpregset_t type and member names mismatchRich Felker1-5/+2
2019-09-29fix riscv64 signal.h namespace violations and ucontext API mismatchesRich Felker2-27/+20
2019-09-25correct the operand specifiers in the riscv64 CAS routinesPalmer Dabbelt1-2/+2
2019-09-11add new syscall numbers from linux v5.2Szabolcs Nagy1-0/+7
2019-08-13re-add ELF gregs and fpregs types to riscv64 user.hKhem Raj1-0/+8
2019-08-06remove riscv64 bits/user.h contentsRich Felker1-43/+0
2019-08-06fix risc64 conflict with kernel headersBaruch Siach1-8/+8
2019-08-03update riscv64 syscall numbers to linux v5.1Rich Felker1-0/+8
2019-07-30remove gratuitously-different arch-specific bits/ipc.h filesRich Felker1-12/+0
2019-07-30move IPC_64 from public bits/ipc.h to syscall_arch.hRich Felker2-2/+2
2019-07-29remove duplicates of new generic bits/msg.hRich Felker1-13/+0
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