summaryrefslogtreecommitdiff
path: root/lib/libc/x86
Commit message (Expand)AuthorAgeFilesLines
* Fix a regression in r321608.Konstantin Belousov2017-08-131-2/+2
* Simplify flow control.Konstantin Belousov2017-07-281-12/+11
* Use MFENCE to serialize RDTSC on non-Intel CPUs.Konstantin Belousov2017-07-271-38/+89
* Fix indent.Konstantin Belousov2017-07-251-1/+1
* Remove unneeded variable initialization from r314319.Mariusz Zaborski2017-02-261-2/+0
* Don't try to open devices in the gettc() function which will alwaysMariusz Zaborski2017-02-261-11/+28
* Only conditionally add in hyperv support if we're building amd64Enji Cooper2017-01-191-1/+1
* Conditionalize hyperv support in gettimeofday(2) based on MK_HYPERVEnji Cooper2017-01-192-4/+8
* __vdso_gettc(): be extra careful with /dev/hpet mappings, never unmapKonstantin Belousov2017-01-041-19/+35
* hyperv: Implement userspace gettimeofday(2) with Hyper-V reference TSCSepherosa Ziehau2016-12-191-0/+73
* Implement userspace gettimeofday(2) with HPET timecounter.Konstantin Belousov2016-08-172-0/+185