summaryrefslogtreecommitdiff
path: root/src/runtime/vdso_linux.go
Commit message (Expand)AuthorAgeFilesLines
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-2/+0
* runtime: use vDSO clock_gettime on linux/riscv64Meng Zhuo2021-09-021-2/+2
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* runtime: use vDSO clock_gettime on linux/mips64xWang Xuerui2019-11-041-1/+1
* runtime: fix crash during VDSO calls on armYuichi Nishiwaki2019-09-111-0/+1
* all: use "reports whether" consistently instead of "returns whether"Tobias Klauser2018-12-021-1/+1
* runtime: add support for VDSO on ppc64x for use in walltime/nanotimeCarlos Eduardo Seo2018-08-311-2/+5
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-1/+1
* runtime: use vDSO for clock_gettime on linux/arm64Meng Zhuo2018-03-271-5/+2
* runtime: get traceback from VDSO codeIan Lance Taylor2018-03-071-0/+11
* runtime: rename vdso symbols to use camel caseIan Lance Taylor2018-03-051-37/+37
* runtime: use vDSO for clock_gettime on linux/armTobias Klauser2018-03-031-2/+2
* runtime: update URL of the Linux vDSO parser toolTobias Klauser2018-01-161-1/+1
* runtime: use vDSO on linux/386 to improve time.Now performanceFrank Somers2017-10-131-1/+1
* runtime: factor amd64 specifics from vdso_linux.goFrank Somers2017-10-131-111/+37
* runtime: move vdso_linux_amd64.go to vdso_linux.goFrank Somers2017-10-111-0/+355