summaryrefslogtreecommitdiffstats
path: root/sys/dev/pv/pvclock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* timecounting: use C99-style initialization for all timecounter structscheloha2021-02-231-2/+9
* Add support for timeconting in userland.pirofti2020-07-061-2/+2
* pvclock(4): attach even if when PVCLOCK_FLAG_TSC_STABLE is unsetpd2019-12-131-12/+20
* vmm: add host side pvclockpd2019-05-131-20/+3
* Correctly disable pvclock(4) on old hardware that lack a stable clockreyk2018-12-051-3/+24
* only attach pvclock(4) inside a KVM guestphessler2018-11-241-2/+4
* Add the pvclock(4) guest driver for paravirtual clocksreyk2018-11-231-0/+229