aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/timer
Commit message (Expand)AuthorAgeFilesLines
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Stop calling atrtc_set() from the xen timer clock_settime() method. ThatIan Lepore2017-08-111-5/+0
* xen/timer: mark the Xen PV timer as not safe for suspensionRoger Pau Monné2017-02-221-1/+13
* xen/timer: re-introduce the inittodr call in the resume pathRoger Pau Monné2016-06-091-0/+3
* xen/pvclock: set the correct resolution for the Xen PV clockRoger Pau Monné2016-05-041-1/+6
* xen/time: fix PV clock resolutionRoger Pau Monné2016-05-021-4/+1
* xen/time: allow Dom0 to set the host timeRoger Pau Monné2016-05-021-1/+25
* xen/timer: remove the timer setup loopRoger Pau Monné2016-05-021-18/+3
* xen/x86: don't lose event interruptsRoger Pau Monné2016-05-021-1/+2
* Generalized parts of the XEN timer code into a generic pvclockBryan Venteicher2015-02-041-123/+9
* xen: introduce xenpv busRoger Pau Monné2014-06-161-2/+2
* xen: implement an early timer for Xen PVHRoger Pau Monné2014-03-112-0/+69
* xen: rework xen timer so it can be used early in boot processRoger Pau Monné2014-03-111-9/+28
* More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)Nathan Whitehorn2013-10-291-1/+1
* Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idJustin T. Gibbs2013-10-051-2/+2
* Add support for suspend/resume/migration operations when running as aJustin T. Gibbs2013-09-201-50/+38
* Introduce a new, HVM compatible, paravirtualized timer driver for Xen.Justin T. Gibbs2013-08-291-0/+608