/linux/arch/riscv/include/asm/ |
H A D | syscall_table.h | 3db80c999debbadd5d627fb30f8b06fee331ffb6 Wed Apr 24 09:14:39 CEST 2024 Arnd Bergmann <arnd@arndb.de> riscv: convert to generic syscall table
The uapi/asm/unistd_{32,64}.h and asm/syscall_table_{32,64}.h headers can now be generated from scripts/syscall.tbl, which makes this consistent with the other architectures that have their own syscall.tbl.
riscv has two extra system call that gets added to scripts/syscall.tbl.
The newstat and rlimit entries in the syscall_abis_64 line are for system calls that were part of the generic ABI when riscv64 got added but are no longer enabled by default for new architectures. Both riscv32 and riscv64 also implement memfd_secret, which is optional for all architectures.
Unlike all the other 32-bit architectures, the time32 and stat64 sets of syscalls are not enabled on riscv32.
Both the user visible side of asm/unistd.h and the internal syscall table in the kernel should have the same effective contents after this.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
H A D | unistd.h | diff 3db80c999debbadd5d627fb30f8b06fee331ffb6 Wed Apr 24 09:14:39 CEST 2024 Arnd Bergmann <arnd@arndb.de> riscv: convert to generic syscall table
The uapi/asm/unistd_{32,64}.h and asm/syscall_table_{32,64}.h headers can now be generated from scripts/syscall.tbl, which makes this consistent with the other architectures that have their own syscall.tbl.
riscv has two extra system call that gets added to scripts/syscall.tbl.
The newstat and rlimit entries in the syscall_abis_64 line are for system calls that were part of the generic ABI when riscv64 got added but are no longer enabled by default for new architectures. Both riscv32 and riscv64 also implement memfd_secret, which is optional for all architectures.
Unlike all the other 32-bit architectures, the time32 and stat64 sets of syscalls are not enabled on riscv32.
Both the user visible side of asm/unistd.h and the internal syscall table in the kernel should have the same effective contents after this.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
H A D | Kbuild | diff 3db80c999debbadd5d627fb30f8b06fee331ffb6 Wed Apr 24 09:14:39 CEST 2024 Arnd Bergmann <arnd@arndb.de> riscv: convert to generic syscall table
The uapi/asm/unistd_{32,64}.h and asm/syscall_table_{32,64}.h headers can now be generated from scripts/syscall.tbl, which makes this consistent with the other architectures that have their own syscall.tbl.
riscv has two extra system call that gets added to scripts/syscall.tbl.
The newstat and rlimit entries in the syscall_abis_64 line are for system calls that were part of the generic ABI when riscv64 got added but are no longer enabled by default for new architectures. Both riscv32 and riscv64 also implement memfd_secret, which is optional for all architectures.
Unlike all the other 32-bit architectures, the time32 and stat64 sets of syscalls are not enabled on riscv32.
Both the user visible side of asm/unistd.h and the internal syscall table in the kernel should have the same effective contents after this.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
/linux/arch/riscv/kernel/ |
H A D | Makefile.syscalls | 3db80c999debbadd5d627fb30f8b06fee331ffb6 Wed Apr 24 09:14:39 CEST 2024 Arnd Bergmann <arnd@arndb.de> riscv: convert to generic syscall table
The uapi/asm/unistd_{32,64}.h and asm/syscall_table_{32,64}.h headers can now be generated from scripts/syscall.tbl, which makes this consistent with the other architectures that have their own syscall.tbl.
riscv has two extra system call that gets added to scripts/syscall.tbl.
The newstat and rlimit entries in the syscall_abis_64 line are for system calls that were part of the generic ABI when riscv64 got added but are no longer enabled by default for new architectures. Both riscv32 and riscv64 also implement memfd_secret, which is optional for all architectures.
Unlike all the other 32-bit architectures, the time32 and stat64 sets of syscalls are not enabled on riscv32.
Both the user visible side of asm/unistd.h and the internal syscall table in the kernel should have the same effective contents after this.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
H A D | compat_syscall_table.c | diff 3db80c999debbadd5d627fb30f8b06fee331ffb6 Wed Apr 24 09:14:39 CEST 2024 Arnd Bergmann <arnd@arndb.de> riscv: convert to generic syscall table
The uapi/asm/unistd_{32,64}.h and asm/syscall_table_{32,64}.h headers can now be generated from scripts/syscall.tbl, which makes this consistent with the other architectures that have their own syscall.tbl.
riscv has two extra system call that gets added to scripts/syscall.tbl.
The newstat and rlimit entries in the syscall_abis_64 line are for system calls that were part of the generic ABI when riscv64 got added but are no longer enabled by default for new architectures. Both riscv32 and riscv64 also implement memfd_secret, which is optional for all architectures.
Unlike all the other 32-bit architectures, the time32 and stat64 sets of syscalls are not enabled on riscv32.
Both the user visible side of asm/unistd.h and the internal syscall table in the kernel should have the same effective contents after this.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
H A D | syscall_table.c | diff 3db80c999debbadd5d627fb30f8b06fee331ffb6 Wed Apr 24 09:14:39 CEST 2024 Arnd Bergmann <arnd@arndb.de> riscv: convert to generic syscall table
The uapi/asm/unistd_{32,64}.h and asm/syscall_table_{32,64}.h headers can now be generated from scripts/syscall.tbl, which makes this consistent with the other architectures that have their own syscall.tbl.
riscv has two extra system call that gets added to scripts/syscall.tbl.
The newstat and rlimit entries in the syscall_abis_64 line are for system calls that were part of the generic ABI when riscv64 got added but are no longer enabled by default for new architectures. Both riscv32 and riscv64 also implement memfd_secret, which is optional for all architectures.
Unlike all the other 32-bit architectures, the time32 and stat64 sets of syscalls are not enabled on riscv32.
Both the user visible side of asm/unistd.h and the internal syscall table in the kernel should have the same effective contents after this.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
/linux/scripts/ |
H A D | syscall.tbl | diff 3db80c999debbadd5d627fb30f8b06fee331ffb6 Wed Apr 24 09:14:39 CEST 2024 Arnd Bergmann <arnd@arndb.de> riscv: convert to generic syscall table
The uapi/asm/unistd_{32,64}.h and asm/syscall_table_{32,64}.h headers can now be generated from scripts/syscall.tbl, which makes this consistent with the other architectures that have their own syscall.tbl.
riscv has two extra system call that gets added to scripts/syscall.tbl.
The newstat and rlimit entries in the syscall_abis_64 line are for system calls that were part of the generic ABI when riscv64 got added but are no longer enabled by default for new architectures. Both riscv32 and riscv64 also implement memfd_secret, which is optional for all architectures.
Unlike all the other 32-bit architectures, the time32 and stat64 sets of syscalls are not enabled on riscv32.
Both the user visible side of asm/unistd.h and the internal syscall table in the kernel should have the same effective contents after this.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
/linux/arch/riscv/include/uapi/asm/ |
H A D | Kbuild | diff 3db80c999debbadd5d627fb30f8b06fee331ffb6 Wed Apr 24 09:14:39 CEST 2024 Arnd Bergmann <arnd@arndb.de> riscv: convert to generic syscall table
The uapi/asm/unistd_{32,64}.h and asm/syscall_table_{32,64}.h headers can now be generated from scripts/syscall.tbl, which makes this consistent with the other architectures that have their own syscall.tbl.
riscv has two extra system call that gets added to scripts/syscall.tbl.
The newstat and rlimit entries in the syscall_abis_64 line are for system calls that were part of the generic ABI when riscv64 got added but are no longer enabled by default for new architectures. Both riscv32 and riscv64 also implement memfd_secret, which is optional for all architectures.
Unlike all the other 32-bit architectures, the time32 and stat64 sets of syscalls are not enabled on riscv32.
Both the user visible side of asm/unistd.h and the internal syscall table in the kernel should have the same effective contents after this.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
H A D | unistd.h | diff 3db80c999debbadd5d627fb30f8b06fee331ffb6 Wed Apr 24 09:14:39 CEST 2024 Arnd Bergmann <arnd@arndb.de> riscv: convert to generic syscall table
The uapi/asm/unistd_{32,64}.h and asm/syscall_table_{32,64}.h headers can now be generated from scripts/syscall.tbl, which makes this consistent with the other architectures that have their own syscall.tbl.
riscv has two extra system call that gets added to scripts/syscall.tbl.
The newstat and rlimit entries in the syscall_abis_64 line are for system calls that were part of the generic ABI when riscv64 got added but are no longer enabled by default for new architectures. Both riscv32 and riscv64 also implement memfd_secret, which is optional for all architectures.
Unlike all the other 32-bit architectures, the time32 and stat64 sets of syscalls are not enabled on riscv32.
Both the user visible side of asm/unistd.h and the internal syscall table in the kernel should have the same effective contents after this.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|