| Commit message (Expand) | Author | Age | Files | Lines |
* | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. |  visa | 2020-08-26 | 1 | -2/+1 |
* | dev/rndvar.h no longer has statistical interfaces (removed during various |  deraadt | 2020-05-29 | 1 | -3/+1 |
* | cleanup unused headers generated by config |  jsg | 2020-01-24 | 1 | -3/+1 |
* | vmm: add host side pvclock |  pd | 2019-05-13 | 1 | -2/+2 |
* | Fix an off-by-one uncovered by the recent free(9) change |  mikeb | 2018-01-18 | 1 | -3/+3 |
* | Add a hypervisor-specific function pointer in pvbus(4) that gets called during |  jmatthew | 2017-06-22 | 1 | -1/+14 |
* | Introduce pvbus_reboot() and pvbus_shutdown() to move the repeated |  reyk | 2017-01-10 | 1 | -1/+21 |
* | The kvop is not mandatory to query the type, fixes hostctl -t on vmm(4) VMs. |  reyk | 2016-12-06 | 1 | -2/+2 |
* | vmm is also available on i386 now, so don't restrict it to amd64. |  reyk | 2016-10-27 | 1 | -5/+1 |
* | If not set, set hw_vendor to the name of the first pvbus. |  reyk | 2016-09-21 | 1 | -1/+16 |
* | Provide a bus_dma tag as part of the pvbus attach arguments |  mikeb | 2016-06-06 | 1 | -1/+21 |
* | Add a key-value interface to pvbus(4) that allows to get or set values |  reyk | 2016-01-27 | 1 | -1/+146 |
* | x2APIC is currently enabled on HV guests only, not on bare metal, to |  reyk | 2015-12-12 | 1 | -1/+8 |
* | Identify hypervisors before configuring other children of the mainbus |  reyk | 2015-12-12 | 1 | -35/+64 |
* | pvbus_types isnt full on i386 cos the openbsd vmm entry is only set |  dlg | 2015-11-16 | 1 | -2/+3 |
* | vmm is i386 only for now |  deraadt | 2015-11-13 | 1 | -1/+5 |
* | vmm(4) kernel code |  mlarkin | 2015-11-13 | 1 | -2/+4 |
* | Determine and print Xen hypervisor version. |  mikeb | 2015-07-29 | 1 | -2/+16 |
* | Add callbacks for supported hypervisors in pvbus(4) to print more |  reyk | 2015-07-28 | 1 | -28/+53 |
* | Add the bhyve id to recognize if we're running under this hypervisor. |  reyk | 2015-07-23 | 1 | -1/+2 |
* | Switch pvbus(4) to fully dynamic autoconf - drivers don't have to be |  reyk | 2015-07-21 | 1 | -17/+19 |
* | Add pvbus(4), a pseudo-bus to attach non-PCI paravirtual devices and buses. |  reyk | 2015-07-21 | 1 | -0/+193 |