aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/vdso_elf64.go
AgeCommit message (Expand)Author
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-09-02runtime: use vDSO clock_gettime on linux/riscv64Meng Zhuo
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-11-04runtime: use vDSO clock_gettime on linux/mips64xWang Xuerui
2018-08-31runtime: add support for VDSO on ppc64x for use in walltime/nanotimeCarlos Eduardo Seo
2018-03-27runtime: use vDSO for clock_gettime on linux/arm64Meng Zhuo
2018-02-15runtime: move ELF structure definitions into own filesTobias Klauser