summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm/io
Commit message (Expand)AuthorAgeFilesLines
* Fix a limitation in bhyve that would limit the number of virtual machines toneel2013-09-112-0/+7
* Mask off the vector from the MSI-x data word.grehan2013-09-071-1/+1
* Fix a gcc warning uncovered after r251745.pluknet2013-06-181-0/+3
* Replace cpusetffs_obj with CPU_FFS, missed in r251703.pluknet2013-06-141-1/+1
* Support array-type of stats in bhyve.neel2013-05-101-2/+6
* Don't panic when a valid divisor of 1 has been requested.grehan2013-04-051-0/+2
* Add counter to keep track of the number of timer interrupts generated byneel2013-03-311-0/+4
* 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
* Modify the default behavior of bhyve such that it no longer forces the use ofneel2012-12-161-3/+1
* Fix a bug in the MSI-X resource allocation for PCI passthrough devices.neel2012-11-221-37/+26
* Calculate the number of host ticks until the next guest timer interrupt.neel2012-10-202-53/+62
* 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
* Allocate memory pages for the guest from the host's free page queue.neel2012-10-082-2/+57
* Change vm_malloc() to map pages in the guest physical address space in 4KBneel2012-10-041-1/+0
* Add an option "-a" to present the local apic in the XAPIC mode instead of theneel2012-09-262-9/+16
* Add support for trapping MMIO writes to local apic registers and emulating them.neel2012-09-251-5/+34
* Add an explicit exit code 'SPINUP_AP' to tell the controlling process that anneel2012-09-251-5/+54
* Restructure the x2apic access code in preparation for supporting memory mappedneel2012-09-212-3/+34
* MSI-x interrupt support for PCI pass-thru devices.grehan2012-04-283-5/+180
* Remove duplicated license text.emaste2012-03-061-28/+0
* Get rid of redundant initialization of 'dmask'. It was being re-initializedneel2011-07-061-2/+0
* IFC @ r222830grehan2011-06-282-13/+15
* First cut at porting the kernel portions of 221828 and 221905 from thejhb2011-05-142-2/+2
* Import of bhyve hypervisor and utilities, part 1.grehan2011-05-138-0/+2057
OpenPOWER on IntegriCloud