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
/
vmm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump VM_MAX_MEMSEGS from 2 to 3 to match the number of VM segment
marcel
2016-02-26
1
-1
/
+1
*
As <machine/vm.h> is included from <vm/vm.h>, there is no need to
skra
2016-02-22
1
-1
/
+0
*
As <machine/vmparam.h> is included from <vm/vm_param.h>, there is no
skra
2016-02-22
1
-1
/
+0
*
Restructure memory allocation in bhyve to support "devmem".
neel
2015-06-18
1
-188
/
+283
*
Fix non-deterministic delays when accessing a vcpu that was in "running" or
neel
2015-05-28
1
-22
/
+92
*
Exceptions don't deliver an error code in real mode.
neel
2015-05-23
1
-0
/
+11
*
Don't rely on the 'VM-exit instruction length' field in the VMCS to always
neel
2015-05-22
1
-13
/
+10
*
Deprecate the 3-way return values from vm_gla2gpa() and vm_copy_setup().
neel
2015-05-06
1
-13
/
+10
*
When an instruction cannot be decoded just return to userspace so bhyve(8)
neel
2015-04-30
1
-2
/
+6
*
Fix "MOVS" instruction memory to MMIO emulation. Currently updates to
tychon
2015-04-01
1
-1
/
+1
*
When fetching an instruction in non-64bit mode, consider the value of the
tychon
2015-03-24
1
-3
/
+4
*
Use lapic_ipi_alloc() to dynamically allocate IPI slots needed by bhyve when
neel
2015-03-14
1
-4
/
+3
*
Allow passthrough devices to be hinted.
rstone
2015-03-01
1
-1
/
+6
*
Simplify instruction restart logic in bhyve.
neel
2015-01-18
1
-16
/
+57
*
'struct vm_exception' was intended to be used only as the collateral for the
neel
2015-01-13
1
-30
/
+38
*
Clear blocking due to STI or MOV SS in the hypervisor when an instruction is
neel
2015-01-06
1
-17
/
+12
*
Replace bhyve's minimal RTC emulation with a fully featured one in vmm.ko.
neel
2014-12-30
1
-0
/
+15
*
Allow ktr(4) tracing of all guest exceptions via the tunable
neel
2014-12-23
1
-0
/
+12
*
Change the lower bound for guest vmspace allocation to 0 instead of
grehan
2014-11-23
1
-1
/
+1
*
Move the ACPI PM timer emulation into vmm.ko.
neel
2014-10-26
1
-0
/
+11
*
IFC @r273206
neel
2014-10-19
1
-1
/
+1
|
\
|
*
Follow up to r225617. In order to maximize the re-usability of kernel code
davide
2014-10-16
1
-1
/
+1
*
|
IFC @r272887
neel
2014-10-10
1
-0
/
+4
|
\
\
|
|
/
|
*
Inject #UD into the guest when it executes either 'MONITOR' or 'MWAIT'.
neel
2014-10-06
1
-0
/
+4
*
|
IFC @r272185
neel
2014-09-27
1
-1
/
+7
|
\
\
|
|
/
|
*
Add some more KTR events to help debugging.
neel
2014-09-20
1
-1
/
+7
|
*
Restructure the MSR handling so it is entirely handled by processor-specific
neel
2014-09-20
1
-13
/
+0
*
|
IFC r271888.
neel
2014-09-20
1
-13
/
+0
*
|
IFC @r271694
neel
2014-09-17
1
-1
/
+17
|
\
\
|
|
/
|
*
Optimize the common case of injecting an interrupt into a vcpu after a HLT
neel
2014-09-12
1
-1
/
+17
*
|
AMD processors that have the SVM decode assist capability will store the
neel
2014-09-13
1
-11
/
+18
*
|
IFC @r269962
neel
2014-09-02
1
-141
/
+552
|
\
\
|
|
/
|
*
Use the max guest memory address when creating its iommu domain.
neel
2014-08-14
1
-1
/
+16
|
*
If a vcpu has issued a HLT instruction with interrupts disabled then it sleeps
neel
2014-07-26
1
-1
/
+9
|
*
Fix fault injection in bhyve.
neel
2014-07-24
1
-57
/
+15
|
*
Emulate instructions emitted by OpenBSD/i386 version 5.5:
neel
2014-07-23
1
-2
/
+117
|
*
Handle nested exceptions in bhyve.
neel
2014-07-19
1
-19
/
+206
|
*
Add support for operand size and address size override prefixes in bhyve's
neel
2014-07-15
1
-2
/
+5
|
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-1
/
+0
|
*
Revert r267961, r267973:
gjb
2014-06-27
1
-0
/
+1
|
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-1
/
+0
|
*
Expose the amount of resident and wired memory from the guest's vmspace.
grehan
2014-06-25
1
-0
/
+31
|
*
Add helper functions to populate VM exit information for rendezvous and
neel
2014-06-10
1
-0
/
+26
|
*
Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintained
neel
2014-06-07
1
-73
/
+131
|
*
Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doing
neel
2014-05-31
1
-9
/
+20
*
|
MFC @ r266724
grehan
2014-06-03
1
-84
/
+616
|
\
\
|
|
/
|
*
Consolidate all the information needed by the guest page table walker into
neel
2014-05-24
1
-14
/
+8
|
*
When injecting a page fault into the guest also update the guest's %cr2 to
neel
2014-05-24
1
-1
/
+8
|
*
Add emulation of the "outsb" instruction. NetBSD guests use this to write to
neel
2014-05-23
1
-0
/
+22
|
*
Inject page fault into the guest if the page table walker detects an invalid
neel
2014-05-22
1
-2
/
+19
[next]