summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm/io/ppt.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 305502: Reset PCI pass through devices via PCI-e FLR during VM start/end.jhb2016-09-301-0/+11
* MFC 304858,305485,305497: Fix various issues with PCI pass through and VT-d.jhb2016-09-301-0/+2
* Restructure memory allocation in bhyve to support "devmem".neel2015-06-181-5/+11
* Allow passthrough devices to be hinted.rstone2015-03-011-33/+45
* Re-write bhyve's I/O MMU handling in terms of PCI RID.rstone2014-04-011-2/+2
* Revert PCI RID changes.rstone2014-04-011-2/+2
* Re-write bhyve's I/O MMU handling in terms of PCI RIDsrstone2014-04-011-2/+2
* There is no need to initialize the IOMMU if no passthru devices have beenneel2014-01-211-1/+14
* Add an API to deliver message signalled interrupts to vcpus. This allowsneel2013-12-161-14/+10
* Add support for level triggered interrupt pins on the vioapic. Prior to thisneel2013-11-271-1/+1
* Merge projects/bhyve_npt_pmap into head.neel2013-10-051-8/+38
* Fix a limitation in bhyve that would limit the number of virtual machines toneel2013-09-111-0/+6
* Mask off the vector from the MSI-x data word.grehan2013-09-071-1/+1
* Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.neel2013-02-111-27/+2
* Fix a broken assumption in the passthru implementation that the MSI-X tableneel2013-02-011-1/+10
* Increase the number of passthru devices supported by bhyve.neel2013-02-011-1/+1
* Fix a bug in the MSI-X resource allocation for PCI passthrough devices.neel2012-11-221-37/+26
* Provide per-vcpu locks instead of relying on a single big lock.neel2012-10-121-0/+2
* Deliver the MSI to the correct guest virtual cpu.neel2012-10-111-4/+1
* Change vm_malloc() to map pages in the guest physical address space in 4KBneel2012-10-041-1/+0
* MSI-x interrupt support for PCI pass-thru devices.grehan2012-04-281-4/+177
* IFC @ r222830grehan2011-06-281-0/+1
* First cut at porting the kernel portions of 221828 and 221905 from thejhb2011-05-141-1/+1
* Import of bhyve hypervisor and utilities, part 1.grehan2011-05-131-0/+449
OpenPOWER on IntegriCloud