aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/x86
Commit message (Expand)AuthorAgeFilesLines
* x86 vdso gettc: Add RDTSCP supportKonstantin Belousov2021-01-101-0/+25
* x86 vdso gettc: eliminate duplicated code in ifunc selectors.Konstantin Belousov2021-01-101-22/+65
* x86 vdso gettc: reorganize ifunctions.Konstantin Belousov2021-01-101-21/+47
* libc: Fix most issues reported by mandocGordon Bergling2020-12-191-1/+1
* Remove resolver_qual from DEFINE_IFUNC/DEFINE_UIFUNC macros.Konstantin Belousov2019-05-163-5/+5
* pkru(3) man page.Konstantin Belousov2019-02-202-0/+209
* Add usermode helpers for for Intel userspace protection keys feature.Konstantin Belousov2019-02-202-1/+140
* Unify i386 and amd64 getcontextx.c, and use ifuncs while there.Konstantin Belousov2019-02-142-0/+146
* x86 __vdso_gettc(): use machine/cpufunc.h function for CPUID.Konstantin Belousov2019-02-141-27/+2
* Add comment noting that the strange spelling of GenuineIntel is for reason.Konstantin Belousov2019-02-071-0/+1
* Use ifunc to select the barrier instruction for RDTSC.Konstantin Belousov2019-02-071-58/+19
* 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