summaryrefslogtreecommitdiff
path: root/sys/dev/xen/timer
AgeCommit message (Expand)Author
2023-11-28xen/intr: correct misuses of Xen handle pointer typeElliott Mitchell
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-05xen/timer: rename "timer.c" to "xen_timer.c"Elliott Mitchell
2022-05-06xen: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-25xen: Use devclass_find to lookup devclasses in identify.John Baldwin
2022-02-07xen: switch to use headers in contribElliott Mitchell
2018-07-30Make timespecadd(3) and friends publicAlan Somers
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-11Stop calling atrtc_set() from the xen timer clock_settime() method. ThatIan Lepore
2017-02-22xen/timer: mark the Xen PV timer as not safe for suspensionRoger Pau Monné
2016-06-09xen/timer: re-introduce the inittodr call in the resume pathRoger Pau Monné
2016-05-04xen/pvclock: set the correct resolution for the Xen PV clockRoger Pau Monné
2016-05-02xen/time: fix PV clock resolutionRoger Pau Monné
2016-05-02xen/time: allow Dom0 to set the host timeRoger Pau Monné
2016-05-02xen/timer: remove the timer setup loopRoger Pau Monné
2016-05-02xen/x86: don't lose event interruptsRoger Pau Monné
2015-02-04Generalized parts of the XEN timer code into a generic pvclockBryan Venteicher
2014-06-16xen: introduce xenpv busRoger Pau Monné
2014-03-11xen: implement an early timer for Xen PVHRoger Pau Monné
2014-03-11xen: rework xen timer so it can be used early in boot processRoger Pau Monné
2013-10-29More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)Nathan Whitehorn
2013-10-05Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idJustin T. Gibbs
2013-09-20Add support for suspend/resume/migration operations when running as aJustin T. Gibbs
2013-08-29Introduce a new, HVM compatible, paravirtualized timer driver for Xen.Justin T. Gibbs