aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/vmm/io/vatpit.c
Commit message (Expand)AuthorAgeFilesLines
* vmm: Move vmm_ktr.h to a common directoryMark Johnston2024-08-261-1/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* vmm: Destroy mutexes.John Baldwin2022-11-181-0/+1
* vmm: Remove vcpuid from I/O port handlers.John Baldwin2022-11-181-3/+2
* amd64: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Initial support for bhyve save and restore.John Baldwin2020-05-051-0/+42
* Improve the precision of bhyve's vPIT.John Baldwin2019-07-201-24/+41
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Don't require <sys/cpuset.h> to be always included before <machine/vmm.h>.Neel Natu2015-04-301-1/+0
* Change the type of the first argument to the I/O emulation handlers toNeel Natu2014-10-261-2/+2
* Add support for the PIT 'readback' command -- based on a patch by grehan@.Tycho Nightingale2014-04-181-2/+74
* Respect the destination operand size of the 'Input from Port' instruction.Tycho Nightingale2014-04-181-15/+15
* Add support for reading the PIT Counter 2 output signal via the NMITycho Nightingale2014-04-181-18/+56
* Make the vmm code compile with gcc too. Not entirely sure things areWarner Losh2014-04-051-22/+0
* Move the atpit device model from userspace into vmm.ko for betterTycho Nightingale2014-03-251-0/+370