summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm
Commit message (Expand)AuthorAgeFilesLines
* MFC 258860,260167,260238,260397:jhb2014-04-174-419/+215
* MFC 259542:jhb2014-02-234-149/+62
* MFC 258859,259081,259085,259205,259213,259275,259482,259537,259702,259779:jhb2014-02-2313-309/+861
* MFC 257297:jhb2014-02-227-9/+0
* MFC r258779,r258780,r258787,r258822:eadler2014-02-043-4/+4
* MFC 259782:jhb2014-01-293-0/+25
* MFC 257422,257661,258075,258476,258494,258579,258609,258699:jhb2014-01-2314-440/+1497
* MFC r256645.neel2013-10-224-3/+40
* MFC r256570:neel2013-10-161-26/+38
* Merge projects/bhyve_npt_pmap into head.neel2013-10-0516-652/+977
* Return 0 for a rdmsr of MSR_IA32_PLATFORM_ID. Thisgrehan2013-09-271-1/+5
* Hide TSC-deadline APIC timer support from guests. This modegrehan2013-09-171-1/+6
* Fix a bug in decoding an instruction that has an SIB byte as well as anneel2013-09-171-6/+6
* Fix a limitation in bhyve that would limit the number of virtual machines toneel2013-09-113-1/+9
* Allocate VPIDs by using the unit number allocator to keep do the bookkeeping.neel2013-09-071-39/+103
* Mask off the vector from the MSI-x data word.grehan2013-09-071-1/+1
* Emulate reading of the IA32_MISC_ENABLE MSR, by returninggrehan2013-09-061-1/+16
* Allow CPUID leaf 0xD to be read as zeroes.grehan2013-09-062-0/+2
* Add support for emulating the byte move instruction "mov r/m8, r8".neel2013-08-271-2/+10
* 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
* Follow-up commit to fix CR0 issues. Maintaingrehan2013-08-031-4/+38
* Moved clearing of vmm_initialized to avoid the casegrehan2013-08-011-1/+6
* Correctly maintain the CR0/CR4 shadow registers.grehan2013-08-011-11/+54
* Add support for emulation of the "or r/m, imm8" instruction.neel2013-07-231-3/+60
* Verify that all bytes in the instruction buffer are consumed during decoding.neel2013-07-031-0/+16
* Ignore guest PAT settings by default in EPT mappings.grehan2013-07-011-2/+10
* Make sure all CPUID values are handled, instead of exiting thegrehan2013-06-281-10/+38
* 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-104-35/+74
* Switch to standard copyright license textemaste2013-05-021-2/+2
* Add RIP-relative addressing to the instruction decoder.grehan2013-04-255-76/+69
* Create sysctl node 'hw.vmm.vmx' and populate it with oids that expose the VMXneel2013-04-131-0/+19
* Use the MAKEDEV_CHECKNAME flag to check for an invalid device name and returnneel2013-04-131-2/+6
* If vmm.ko could not be initialized correctly then prevent the creation ofneel2013-04-122-7/+20
* Make the code to check if VMX is enabled more readable by using macrosneel2013-04-111-1/+2
* Unsynchronized TSCs on the host require special handling in bhyve:neel2013-04-101-1/+18
* 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
* Add some more stats to keep track of all the reasons that a vcpu is exiting.neel2013-03-303-1/+42
* Allow caller to skip 'guest linear address' validation when doing instructionneel2013-03-281-5/+4
* Fix the '-Wtautological-compare' warning emitted by clang for comparing theneel2013-03-161-1/+1
* Allow vmm stats to be specific to the underlying hardware assist technology.neel2013-03-164-10/+43
* Requests for invalid CPUID leaves should map to the highest known leaf instead.neel2013-02-131-2/+2
* Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.neel2013-02-113-98/+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-012-17/+29
* Add emulation support for instruction "88/r: mov r/m8, r8".neel2013-01-301-0/+58
* Always allow access to the sysenter cs/esp/eip MSRs since theygrehan2013-01-251-0/+7
OpenPOWER on IntegriCloud