index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
amd64
/
vmm
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allocate VPIDs by using the unit number allocator to keep do the bookkeeping.
neel
2013-09-07
1
-39
/
+103
*
Do not create superpage mappings in the iommu.
neel
2013-08-20
1
-1
/
+18
*
Extract the location of the remapping hardware units from the ACPI DMAR table.
neel
2013-08-20
1
-60
/
+54
*
Follow-up commit to fix CR0 issues. Maintain
grehan
2013-08-03
1
-4
/
+38
*
Correctly maintain the CR0/CR4 shadow registers.
grehan
2013-08-01
1
-11
/
+54
*
Ignore guest PAT settings by default in EPT mappings.
grehan
2013-07-01
1
-2
/
+10
*
Add RIP-relative addressing to the instruction decoder.
grehan
2013-04-25
3
-42
/
+37
*
Create sysctl node 'hw.vmm.vmx' and populate it with oids that expose the VMX
neel
2013-04-13
1
-0
/
+19
*
Make the code to check if VMX is enabled more readable by using macros
neel
2013-04-11
1
-1
/
+2
*
Add some more stats to keep track of all the reasons that a vcpu is exiting.
neel
2013-03-30
1
-1
/
+16
*
Allow vmm stats to be specific to the underlying hardware assist technology.
neel
2013-03-16
1
-4
/
+3
*
Always allow access to the sysenter cs/esp/eip MSRs since they
grehan
2013-01-25
1
-0
/
+7
*
Add support for the 0x81 AND instruction, now generated
grehan
2012-11-29
1
-4
/
+5
*
Cleanup the user-space paging exit handler now that the unified instruction
neel
2012-11-28
1
-2
/
+0
*
Change emulate_rdmsr() and emulate_wrmsr() to return 0 on sucess and errno on
neel
2012-11-28
1
-6
/
+8
*
Revamp the x86 instruction emulation in bhyve.
neel
2012-11-28
2
-25
/
+21
*
Get rid of redundant comparision which is guaranteed to be "true" for unsigned
neel
2012-11-22
1
-1
/
+1
*
Fix issue found with clang build. Avoid code insertion by the compiler
grehan
2012-11-06
1
-29
/
+48
*
Convert VMCS_ENTRY_INTR_INFO field into a vmcs identifier before passing it
neel
2012-10-29
1
-1
/
+1
*
Corral all the host state associated with the virtual machine into its own file.
neel
2012-10-29
2
-24
/
+17
*
Unconditionally enable fpu emulation by setting CR0.TS in the host after the
neel
2012-10-26
1
-1
/
+9
*
If the guest vcpu wants to idle then use that opportunity to relinquish the
neel
2012-10-25
1
-3
/
+18
*
Maintain state regarding NMI delivery to guest vcpu in VT-x independent manner.
neel
2012-10-24
2
-15
/
+2
*
Test for AST pending with interrupts disabled right before entering the guest.
neel
2012-10-23
4
-28
/
+86
*
Add the guest physical address and r/w/x bits to
grehan
2012-10-12
1
-0
/
+2
*
Provide per-vcpu locks instead of relying on a single big lock.
neel
2012-10-12
1
-2
/
+2
*
Allocate memory pages for the guest from the host's free page queue.
neel
2012-10-08
1
-5
/
+45
*
Get rid of assumptions in the hypervisor that the host physical memory
neel
2012-10-03
3
-20
/
+102
*
Intel VT-x provides the length of the instruction at the time of the nested
neel
2012-09-27
1
-3
/
+13
*
Add support for trapping MMIO writes to local apic registers and emulating them.
neel
2012-09-25
2
-14
/
+70
*
Add an explicit exit code 'SPINUP_AP' to tell the controlling process that an
neel
2012-09-25
1
-0
/
+8
*
Stash the 'vm_exit' information in each 'struct vcpu'.
neel
2012-09-24
1
-1
/
+4
*
Force certain bits in %cr4 to be hard-wired to '1' or '0' from a guest's
neel
2012-08-04
1
-16
/
+52
*
Verify that VMX operation has been enabled by BIOS before executing the
neel
2012-07-25
1
-1
/
+11
*
MSI-x interrupt support for PCI pass-thru devices.
grehan
2012-04-28
2
-0
/
+5
*
Add support for running as a nested hypervisor under VMWare Fusion, on
grehan
2011-12-24
1
-18
/
+54
*
Some tweaks to the CPUID support:
jhb
2011-06-02
1
-6
/
+5
*
Add a 'show vmcs' DDB command to dump state about the current CPU's
jhb
2011-06-02
3
-1
/
+99
*
Fix a long standing bug in VMXCTX_GUEST_RESTORE().
neel
2011-05-20
4
-8
/
+27
*
Avoid unnecessary sign extension when promoted to a 64-bit integer.
neel
2011-05-20
1
-1
/
+1
*
Import of bhyve hypervisor and utilities, part 1.
grehan
2011-05-13
13
-0
/
+4380