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
*
Add helper functions to populate VM exit information for rendezvous and
neel
2014-06-10
3
-32
/
+36
*
Turn on interrupt window exiting unconditionally when an ExtINT is being
neel
2014-06-10
1
-2
/
+6
*
Add reserved bit checking when doing %CR8 emulation and inject #GP if required.
neel
2014-06-09
3
-25
/
+51
*
Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintained
neel
2014-06-07
6
-80
/
+153
*
Add a page size field to struct vm_page. Increase the page size field when
alc
2014-06-07
1
-3
/
+1
*
Support guest accesses to %cr8.
tychon
2014-06-06
3
-53
/
+166
*
Restore comments accidentally removed.
imp
2014-06-06
1
-1
/
+1
*
Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doing
neel
2014-05-31
5
-15
/
+70
*
To allow to run the interpreter itself add a new ELF branding type.
dchagin
2014-05-31
1
-2
/
+2
*
If VMX isn't enabled so long as the lock bit isn't set yet in MSR
tychon
2014-05-30
1
-1
/
+10
*
Remove bogus check for kmem_malloc() failure even though M_WAITOK is set.
neel
2014-05-30
1
-7
/
+0
*
Allocate a zeroed LDT.
neel
2014-05-30
1
-1
/
+1
*
When usermode loaded non-default segment selector into the %gs,
kib
2014-05-29
1
-3
/
+20
*
Commit the rest of the changes that were intended to be part of r266826.
markj
2014-05-29
1
-22
/
+0
*
- Rework the XSAVE/XRSTOR emulation to only expose XCR0 features to the
jhb
2014-05-27
3
-3
/
+50
*
Add segment protection and limits violation checks in vie_calculate_gla()
neel
2014-05-27
4
-37
/
+91
*
Remove restriction on insb/insw/insl emulation. These instructions are
neel
2014-05-25
1
-8
/
+0
*
Do the linear address calculation for the ins/outs emulation using a new
neel
2014-05-25
5
-59
/
+35
*
Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and out
neel
2014-05-24
4
-14
/
+39
*
Consolidate all the information needed by the guest page table walker into
neel
2014-05-24
6
-127
/
+154
*
When injecting a page fault into the guest also update the guest's %cr2 to
neel
2014-05-24
4
-19
/
+28
*
Check for alignment check violation when processing in/out string instructions.
neel
2014-05-23
3
-23
/
+36
*
Add emulation of the "outsb" instruction. NetBSD guests use this to write to
neel
2014-05-23
8
-35
/
+379
*
A Centos 6.4 guest will write 0xff to the 8259 mask register before beginning
neel
2014-05-23
1
-0
/
+1
*
Don't permit users to request a subset of the AVX512 or MPX xsave masks.
jhb
2014-05-22
1
-0
/
+4
*
Allow vmx_getdesc() and vmx_setdesc() to be called for a vcpu that is in the
neel
2014-05-22
3
-10
/
+24
*
imagact_binmisc builds for all supported architectures, so enable it for all.
jhibbits
2014-05-22
1
-3
/
+0
*
Inject page fault into the guest if the page table walker detects an invalid
neel
2014-05-22
4
-25
/
+82
*
Add PG_RW check when translating a guest linear to guest physical address.
neel
2014-05-20
1
-20
/
+83
*
Add support for decoding the AMD SVM instructions.
jhb
2014-05-19
1
-0
/
+40
*
Add PG_U (user/supervisor) checks when translating a guest linear address
neel
2014-05-19
5
-25
/
+52
*
Make the vmx asm code dtrace-fbt-friendly by
grehan
2014-05-18
2
-7
/
+19
*
Add support for decoding rdrand and rdseed.
jhb
2014-05-17
1
-1
/
+23
*
Add definitions for more structured extended features as well as
jhb
2014-05-16
1
-3
/
+13
*
Implement a PCI interrupt router to route PCI legacy INTx interrupts to
jhb
2014-05-15
5
-0
/
+57
*
Increase the TSS limit by one byte. The processor requires an additional byte
neel
2014-05-14
4
-8
/
+10
*
Virtual machine halt detection is turned on by default. Allow it to be
neel
2014-05-05
1
-1
/
+11
*
Disable ACPI and P4TCC throttling by default, following discussion on
nwhitehorn
2014-05-04
1
-0
/
+2
*
Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.
ken
2014-05-02
1
-0
/
+1
*
lindev(4): finish the partial commit in r265212
eadler
2014-05-02
1
-3
/
+0
*
Add logic in the HLT exit handler to detect if the guest has put all vcpus
neel
2014-05-02
2
-4
/
+34
*
Ignore writes to microcode update MSR. This MSR is accessed by RHEL7 guest.
neel
2014-04-30
1
-0
/
+3
*
Some Linux guests will implement a 'halt' by disabling the APIC and executing
neel
2014-04-29
2
-68
/
+29
*
Allow a virtual machine to be forcibly reset or powered off. This is done
neel
2014-04-28
5
-20
/
+57
*
Report boot method (BIOS/UEFI) via sysctl machdep.bootmethod
emaste
2014-04-27
1
-0
/
+6
*
Same as it was done in r263878 for invlrng_handler(), fix order of
kib
2014-04-27
1
-6
/
+5
*
Don't need this now. VT does the same thing, but better.
nwhitehorn
2014-04-27
1
-11
/
+0
*
Add vt_efifb to VT kernel configuration now that that actually works. This
nwhitehorn
2014-04-27
1
-0
/
+1
*
A VMCS is always inactive when it exits the vmx_run() loop.
neel
2014-04-26
1
-8
/
+1
*
Retire smp_active. It was racey and caused demonstrated problems with
scottl
2014-04-26
2
-2
/
+1
[next]