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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compute the number of initial kernel page table pages (NKPT) dynamically.
neel
2013-02-06
3
-19
/
+59
*
cpususpend_handler: mark AP as resumed only after fully setting up lapic
avg
2013-02-02
1
-2
/
+2
*
x86 suspend/resume: suspend pics and pseudo-pics in reverse order
avg
2013-02-02
1
-1
/
+1
*
Remove support for plip from the GENERIC kernel as no systems in the
eadler
2013-02-01
1
-1
/
+0
*
Fix a broken assumption in the passthru implementation that the MSI-X table
neel
2013-02-01
1
-1
/
+10
*
Increase the number of passthru devices supported by bhyve.
neel
2013-02-01
2
-17
/
+29
*
Add emulation support for instruction "88/r: mov r/m8, r8".
neel
2013-01-30
2
-1
/
+60
*
Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h
jhb
2013-01-29
2
-160
/
+1
*
Always allow access to the sysenter cs/esp/eip MSRs since they
grehan
2013-01-25
1
-0
/
+7
*
Don't assume that all Linux TCP-level socket options are identical to
jhb
2013-01-23
1
-0
/
+7
*
Postpone vmm module initialization until after SMP is initialized - particularly
neel
2013-01-21
1
-4
/
+8
*
Add svn properties to the recently merged bhyve source files.
neel
2013-01-20
2
-2
/
+2
*
Merge projects/bhyve to head.
neel
2013-01-19
46
-0
/
+12243
|
\
|
*
IFC @ r245509
neel
2013-01-17
2
-0
/
+17
|
|
\
|
*
|
IFC @ r245205
neel
2013-01-09
1
-4
/
+3
|
*
|
IFC @ r245178
neel
2013-01-09
1
-9
/
+1
|
|
\
\
|
*
|
|
Revert changes for x2apic support from projects/bhyve.
neel
2013-01-06
3
-40
/
+18
|
*
|
|
bhyve does not require a custom configuration file anymore so make the GENERIC
neel
2013-01-05
1
-6
/
+1
|
*
|
|
IFC @ r244983.
neel
2013-01-04
2
-9
/
+48
|
|
\
\
\
|
*
|
|
|
There is no need for a special 'BHYVE' kernel configuration file anymore -
neel
2013-01-04
1
-345
/
+0
|
*
|
|
|
There is no need for 'start_emulating()' and 'stop_emulating()' to be defined
neel
2013-01-04
2
-19
/
+2
|
*
|
|
|
The "unrestricted guest" capability is a feature of Intel VT-x that allows
neel
2013-01-04
1
-43
/
+0
|
*
|
|
|
Modify the default behavior of bhyve such that it no longer forces the use of
neel
2012-12-16
1
-3
/
+1
|
*
|
|
|
Prefer x2apic mode when running inside a virtual machine.
neel
2012-12-16
2
-0
/
+3
|
*
|
|
|
IFC @r243836
neel
2012-12-04
2
-25
/
+31
|
|
\
\
\
\
|
*
|
|
|
|
Properly screen for the AND 0x81 instruction from the set
grehan
2012-11-30
1
-0
/
+7
|
*
|
|
|
|
Remove debug printf.
grehan
2012-11-29
1
-1
/
+0
|
*
|
|
|
|
Add support for the 0x81 AND instruction, now generated
grehan
2012-11-29
2
-4
/
+34
|
*
|
|
|
|
Cleanup the user-space paging exit handler now that the unified instruction
neel
2012-11-28
2
-4
/
+0
|
*
|
|
|
|
Change emulate_rdmsr() and emulate_wrmsr() to return 0 on sucess and errno on
neel
2012-11-28
3
-65
/
+37
|
*
|
|
|
|
Revamp the x86 instruction emulation in bhyve.
neel
2012-11-28
8
-218
/
+605
|
*
|
|
|
|
Fix a bug in the MSI-X resource allocation for PCI passthrough devices.
neel
2012-11-22
1
-37
/
+26
|
*
|
|
|
|
Get rid of redundant comparision which is guaranteed to be "true" for unsigned
neel
2012-11-22
1
-1
/
+1
|
*
|
|
|
|
Handle CPUID leaf 0x7 now that FreeBSD is using it.
grehan
2012-11-20
2
-0
/
+2
|
*
|
|
|
|
IFC @ r243164
neel
2012-11-17
2
-6
/
+3
|
|
\
\
\
\
\
|
*
\
\
\
\
\
IFC @ r242940
neel
2012-11-13
1
-1
/
+15
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
IFC @ r242684
neel
2012-11-11
27
-1134
/
+458
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
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
5
-24
/
+218
|
*
|
|
|
|
|
|
|
Set the valid field of the newly allocated field as all other
grehan
2012-10-26
1
-0
/
+1
|
*
|
|
|
|
|
|
|
Unconditionally enable fpu emulation by setting CR0.TS in the host after the
neel
2012-10-26
2
-1
/
+22
|
*
|
|
|
|
|
|
|
If the guest vcpu wants to idle then use that opportunity to relinquish the
neel
2012-10-25
2
-23
/
+95
|
*
|
|
|
|
|
|
|
Hide the monitor/mwait instruction capability from the guest until we know how
neel
2012-10-25
1
-0
/
+6
|
*
|
|
|
|
|
|
|
Maintain state regarding NMI delivery to guest vcpu in VT-x independent manner.
neel
2012-10-24
5
-34
/
+45
|
*
|
|
|
|
|
|
|
Test for AST pending with interrupts disabled right before entering the guest.
neel
2012-10-23
4
-28
/
+86
|
*
|
|
|
|
|
|
|
Calculate the number of host ticks until the next guest timer interrupt.
neel
2012-10-20
4
-56
/
+65
|
*
|
|
|
|
|
|
|
Add the guest physical address and r/w/x bits to
grehan
2012-10-12
2
-0
/
+4
|
*
|
|
|
|
|
|
|
Provide per-vcpu locks instead of relying on a single big lock.
neel
2012-10-12
7
-76
/
+134
|
*
|
|
|
|
|
|
|
Fix warnings generated by 'debug.witness.watch' during VM creation and
neel
2012-10-11
3
-39
/
+59
[next]