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
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r307903,307904,308039,308050: vmm/svm: iopm_bitmap and msr_bitmap
avg
2016-11-08
1
-4
/
+5
*
vmm(4): Small spelling fixes.
pfg
2016-05-03
1
-1
/
+1
*
Allow guest writes to AMD microcode update[0xc0010020] MSR without updating a...
anish
2016-04-11
1
-0
/
+5
*
As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to
skra
2016-02-22
2
-3
/
+0
*
Restore the host's GS.base before returning from 'svm_launch()'.
neel
2015-06-23
4
-33
/
+24
*
Restructure memory allocation in bhyve to support "devmem".
neel
2015-06-18
1
-1
/
+1
*
Use tunable 'hw.vmm.svm.features' to disable specific SVM features even
neel
2015-06-04
1
-5
/
+10
*
Fix non-deterministic delays when accessing a vcpu that was in "running" or
neel
2015-05-28
1
-3
/
+9
*
Do a proper emulation of guest writes to MSR_EFER.
neel
2015-05-06
1
-14
/
+84
*
Emulate machine check related MSRs to allow guest OSes like Windows to boot.
neel
2015-05-02
1
-0
/
+7
*
Emulate MSR_SYSCFG which is accessed by Linux on AMD cpus when MTRRs are
neel
2015-05-01
1
-0
/
+2
*
Don't require <sys/cpuset.h> to be always included before <machine/vmm.h>.
neel
2015-04-30
3
-3
/
+0
*
Advertise the MTRR feature via CPUID and emulate the minimal set of MTRR MSRs.
neel
2015-04-30
1
-1
/
+22
*
Missing break in switch case.
araujo
2015-04-23
1
-0
/
+1
*
Prefer 'vcpu_should_yield()' over checking 'curthread->td_flags' directly.
neel
2015-04-16
1
-1
/
+1
*
When fetching an instruction in non-64bit mode, consider the value of the
tychon
2015-03-24
1
-0
/
+6
*
Fix warnings/errors when building vmm.ko with gcc:
neel
2015-03-02
2
-6
/
+12
*
Add macro to identify AVIC capability (advanced virtual interrupt controller)
neel
2015-01-24
1
-0
/
+1
*
'struct vm_exception' was intended to be used only as the collateral for the
neel
2015-01-13
1
-11
/
+4
*
Clear blocking due to STI or MOV SS in the hypervisor when an instruction is
neel
2015-01-06
2
-0
/
+14
*
Initialize all fields of 'struct vm_exception exception' before passing it to
neel
2014-12-30
1
-2
/
+5
*
Inject #UD into the guest when it executes either 'MONITOR' or 'MWAIT' on
neel
2014-12-30
2
-0
/
+15
*
Allow ktr(4) tracing of all guest exceptions via the tunable
neel
2014-12-23
1
-4
/
+92
*
Reported by: Coverity
araujo
2014-10-28
1
-0
/
+1
*
Remove bhyve SVM feature printf's now that they are available in the
grehan
2014-10-27
1
-21
/
+0
*
IFC @r273214
neel
2014-10-20
1
-1
/
+1
*
Use the correct fault type (VM_PROT_EXECUTE) for an instruction fetch.
neel
2014-10-16
1
-0
/
+2
*
Remove extraneous comments.
neel
2014-10-11
1
-22
/
+6
*
Get rid of unused headers.
neel
2014-10-11
3
-193
/
+126
*
Get rid of unused forward declaration of 'struct svm_softc'.
neel
2014-10-11
1
-2
/
+1
*
style(9) fixes.
neel
2014-10-11
1
-8
/
+1
*
Use a consistent style for messages emitted when the module is loaded.
neel
2014-10-11
1
-28
/
+24
*
Fix bhyvectl so it works correctly on AMD/SVM hosts. Also, add command line
neel
2014-10-10
2
-0
/
+88
*
Simplify register state save and restore across a VMRUN:
neel
2014-09-27
4
-145
/
+85
*
Allow more VMCB fields to be cached:
neel
2014-09-21
5
-223
/
+245
*
IFC r271888.
neel
2014-09-20
3
-25
/
+232
*
IFC @r271694
neel
2014-09-17
1
-6
/
+24
|
\
*
|
Rework vNMI injection.
neel
2014-09-17
1
-7
/
+73
*
|
Minor cleanup.
neel
2014-09-16
2
-15
/
+1
*
|
Use V_IRQ, V_INTR_VECTOR and V_TPR to offload APIC interrupt delivery to the
neel
2014-09-16
1
-44
/
+149
*
|
Set the 'vmexit->inst_length' field properly depending on the type of the
neel
2014-09-14
1
-127
/
+158
*
|
Bug fixes.
neel
2014-09-13
2
-1
/
+6
*
|
style(9): insert an empty line if the function has no local variables
neel
2014-09-13
1
-0
/
+2
*
|
AMD processors that have the SVM decode assist capability will store the
neel
2014-09-13
2
-8
/
+41
*
|
style(9): indent the switch, don't indent the case, indent case body one tab.
neel
2014-09-11
1
-152
/
+132
*
|
Repurpose the V_IRQ interrupt injection to implement VMX-style interrupt
neel
2014-09-11
1
-71
/
+177
*
|
Allow intercepts and irq fields to be cached by the VMCB.
neel
2014-09-10
2
-117
/
+133
*
|
Move the VMCB initialization into svm.c in preparation for changes to the
neel
2014-09-10
3
-84
/
+79
*
|
Move the event injection function into svm.c and add KTR logging for
neel
2014-09-10
3
-41
/
+66
*
|
Remove a bogus check that flagged an error if the guest %rip was zero.
neel
2014-09-10
1
-5
/
+0
[next]