summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm/intel/vtd.c
Commit message (Expand)AuthorAgeFilesLines
* Re-write bhyve's I/O MMU handling in terms of PCI RID.rstone2014-04-011-16/+12
* Revert PCI RID changes.rstone2014-04-011-12/+16
* Re-write bhyve's I/O MMU handling in terms of PCI RIDsrstone2014-04-011-16/+12
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-2/+2
* Remove unnecessary includes of <machine/pmap.h>neel2013-10-291-1/+0
* Do not create superpage mappings in the iommu.neel2013-08-201-1/+18
* Extract the location of the remapping hardware units from the ACPI DMAR table.neel2013-08-201-60/+54
* Allocate memory pages for the guest from the host's free page queue.neel2012-10-081-5/+45
* Import of bhyve hypervisor and utilities, part 1.grehan2011-05-131-0/+637
OpenPOWER on IntegriCloud