RISC-V: User-facing API
This patch contains code that is in some way visible to the user:
including via system calls, the VDSO, module loading and signal
handling. It also contains some generic code that is ABI visible.
Signed-off-by: NPalmer Dabbelt <palmer@dabbelt.com>
Showing
arch/riscv/include/asm/mmu.h
0 → 100644
arch/riscv/include/asm/ptrace.h
0 → 100644
arch/riscv/include/asm/syscall.h
0 → 100644
arch/riscv/include/asm/unistd.h
0 → 100644
arch/riscv/include/asm/vdso.h
0 → 100644
arch/riscv/include/uapi/asm/elf.h
0 → 100644
arch/riscv/kernel/cpufeature.c
0 → 100644
arch/riscv/kernel/module.c
0 → 100644
arch/riscv/kernel/ptrace.c
0 → 100644
arch/riscv/kernel/riscv_ksyms.c
0 → 100644
arch/riscv/kernel/signal.c
0 → 100644
arch/riscv/kernel/sys_riscv.c
0 → 100644
arch/riscv/kernel/syscall_table.c
0 → 100644
arch/riscv/kernel/vdso/.gitignore
0 → 100644
arch/riscv/kernel/vdso/Makefile
0 → 100644
arch/riscv/kernel/vdso/vdso.S
0 → 100644
arch/riscv/kernel/vdso/vdso.lds.S
0 → 100644
想要评论请 注册 或 登录