Age | Commit message (Expand) | Author |
2022-08-25 | amd64, i386: use delay_init() instead of writing delay_func by hand | Scott Soule Cheloha |
2021-11-05 | Constify struct cfattach. | Martin Pieuchot |
2021-08-31 | When running on Hyper-V, make use of its timecounter as delay func in case | Patrick Wildt |
2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. | Visa Hankala |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-01-24 | cleanup unused headers generated by config | Jonathan Gray |
2019-05-13 | vmm: add host side pvclock | pd |
2018-01-18 | Fix an off-by-one uncovered by the recent free(9) change | Mike Belopuhov |
2017-06-22 | Add a hypervisor-specific function pointer in pvbus(4) that gets called during | Jonathan Matthew |
2017-01-10 | Introduce pvbus_reboot() and pvbus_shutdown() to move the repeated | Reyk Floeter |
2016-12-06 | The kvop is not mandatory to query the type, fixes hostctl -t on vmm(4) VMs. | Reyk Floeter |
2016-10-27 | vmm is also available on i386 now, so don't restrict it to amd64. | Reyk Floeter |
2016-09-21 | If not set, set hw_vendor to the name of the first pvbus. | Reyk Floeter |
2016-06-06 | Provide a bus_dma tag as part of the pvbus attach arguments | Mike Belopuhov |
2016-01-27 | Add a key-value interface to pvbus(4) that allows to get or set values | Reyk Floeter |
2015-12-12 | x2APIC is currently enabled on HV guests only, not on bare metal, to | Reyk Floeter |
2015-12-12 | Identify hypervisors before configuring other children of the mainbus | Reyk Floeter |
2015-11-16 | pvbus_types isnt full on i386 cos the openbsd vmm entry is only set | David Gwynne |
2015-11-13 | vmm is i386 only for now | Theo de Raadt |
2015-11-13 | vmm(4) kernel code | Mike Larkin |
2015-07-29 | Determine and print Xen hypervisor version. | Mike Belopuhov |
2015-07-28 | Add callbacks for supported hypervisors in pvbus(4) to print more | Reyk Floeter |
2015-07-23 | Add the bhyve id to recognize if we're running under this hypervisor. | Reyk Floeter |
2015-07-21 | Switch pvbus(4) to fully dynamic autoconf - drivers don't have to be | Reyk Floeter |
2015-07-21 | Add pvbus(4), a pseudo-bus to attach non-PCI paravirtual devices and buses. | Reyk Floeter |