aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/vdso_linux.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-11-04runtime: use vDSO clock_gettime on linux/mips64xWang Xuerui
2019-09-11runtime: fix crash during VDSO calls on armYuichi Nishiwaki
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-08-31runtime: add support for VDSO on ppc64x for use in walltime/nanotimeCarlos Eduardo Seo
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-03-27runtime: use vDSO for clock_gettime on linux/arm64Meng Zhuo
2018-03-07runtime: get traceback from VDSO codeIan Lance Taylor
2018-03-05runtime: rename vdso symbols to use camel caseIan Lance Taylor
2018-03-03runtime: use vDSO for clock_gettime on linux/armTobias Klauser
2018-01-16runtime: update URL of the Linux vDSO parser toolTobias Klauser
2017-10-13runtime: use vDSO on linux/386 to improve time.Now performanceFrank Somers
2017-10-13runtime: factor amd64 specifics from vdso_linux.goFrank Somers
2017-10-11runtime: move vdso_linux_amd64.go to vdso_linux.goFrank Somers