History log of /linux-master/arch/csky/kernel/vdso/so2s.sh
Revision Date Author Comments
# 87f3248c 03-Jan-2021 Guo Ren <guoren@linux.alibaba.com>

csky: Reconstruct VDSO framework

Reconstruct vdso framework to support future vsyscall,
vgettimeofday features. These are very important features to reduce
system calls into the kernel for performance improvement.

The patch is reference RISC-V's

Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Cc: Palmer Dabbelt <palmerdabbelt@google.com>