about summary refs log tree commit diff
path: root/arch/riscv64
Commit message (Expand)AuthorAgeFilesLines
* riscv: rename __NR_fstatat __NR_newfstatatKhem Raj2021-06-051-1/+1
* bits/syscall.h: add process_madvise from linux v5.10Szabolcs Nagy2021-02-151-0/+1
* riscv64: define ELF_NFPREGKhem Raj2021-02-121-0/+1
* riscv64: fix inconsistent ucontext_t struct tagDrew DeVault2020-12-061-2/+2
* bits/syscall.h: add __NR_close_range from linux v5.9Szabolcs Nagy2020-11-291-0/+1
* bits/syscall.h: add __NR_faccessat2 from linux v5.8Szabolcs Nagy2020-09-091-0/+1
* add pidfd_getfd and openat2 syscall numbers from linux v5.6Szabolcs Nagy2020-09-091-0/+2
* use generic bits/fcntl.h for x86_64 and riscv64Rich Felker2020-09-031-38/+0
* deduplicate __pthread_self thread pointer adjustment out of each archRich Felker2020-08-271-3/+3
* deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker2020-08-241-1/+0
* move riscv64 register index constants to signal.hRich Felker2020-02-042-6/+9
* fix riscv64 a_cas inline asm operand sign extensionLuís Marques2020-01-221-1/+1
* add clone3 syscall number from linux v5.3Szabolcs Nagy2019-12-301-0/+1
* add pidfd_open syscall number from linux v5.3Szabolcs Nagy2019-12-301-0/+1
* move time_t and suseconds_t definitions to common alltypes.h.inRich Felker2019-11-021-3/+0
* move msghdr and cmsghdr out of bits/socket.hRich Felker2019-11-021-17/+0
* move pthread types out of per-arch alltypes.hRich Felker2019-10-171-8/+0
* define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker2019-10-172-7/+1
* remove indirect use of endian.h from public headersRich Felker2019-10-171-2/+0
* move __BYTE_ORDER definition to alltypes.hRich Felker2019-10-172-1/+2
* remove per-arch definitions for va_listRich Felker2019-10-171-3/+0
* reintroduce riscv64 struct sigcontextRich Felker2019-10-021-6/+10
* fix riscv64 elf_fpregset_t type and member names mismatchRich Felker2019-09-291-5/+2
* fix riscv64 signal.h namespace violations and ucontext API mismatchesRich Felker2019-09-292-27/+20
* correct the operand specifiers in the riscv64 CAS routinesPalmer Dabbelt2019-09-251-2/+2
* add new syscall numbers from linux v5.2Szabolcs Nagy2019-09-111-0/+7
* re-add ELF gregs and fpregs types to riscv64 user.hKhem Raj2019-08-131-0/+8
* remove riscv64 bits/user.h contentsRich Felker2019-08-061-43/+0
* fix risc64 conflict with kernel headersBaruch Siach2019-08-061-8/+8
* update riscv64 syscall numbers to linux v5.1Rich Felker2019-08-031-0/+8
* remove gratuitously-different arch-specific bits/ipc.h filesRich Felker2019-07-301-12/+0
* move IPC_64 from public bits/ipc.h to syscall_arch.hRich Felker2019-07-302-2/+2
* remove duplicates of new generic bits/msg.hRich Felker2019-07-291-13/+0
* 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