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
/
io
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a limitation in bhyve that would limit the number of virtual machines to
neel
2013-09-11
2
-0
/
+7
*
Mask off the vector from the MSI-x data word.
grehan
2013-09-07
1
-1
/
+1
*
Fix a gcc warning uncovered after r251745.
pluknet
2013-06-18
1
-0
/
+3
*
Replace cpusetffs_obj with CPU_FFS, missed in r251703.
pluknet
2013-06-14
1
-1
/
+1
*
Support array-type of stats in bhyve.
neel
2013-05-10
1
-2
/
+6
*
Don't panic when a valid divisor of 1 has been requested.
grehan
2013-04-05
1
-0
/
+2
*
Add counter to keep track of the number of timer interrupts generated by
neel
2013-03-31
1
-0
/
+4
*
Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.
neel
2013-02-11
1
-27
/
+2
*
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
1
-1
/
+1
*
Modify the default behavior of bhyve such that it no longer forces the use of
neel
2012-12-16
1
-3
/
+1
*
Fix a bug in the MSI-X resource allocation for PCI passthrough devices.
neel
2012-11-22
1
-37
/
+26
*
Calculate the number of host ticks until the next guest timer interrupt.
neel
2012-10-20
2
-53
/
+62
*
Provide per-vcpu locks instead of relying on a single big lock.
neel
2012-10-12
1
-0
/
+2
*
Deliver the MSI to the correct guest virtual cpu.
neel
2012-10-11
1
-4
/
+1
*
Allocate memory pages for the guest from the host's free page queue.
neel
2012-10-08
2
-2
/
+57
*
Change vm_malloc() to map pages in the guest physical address space in 4KB
neel
2012-10-04
1
-1
/
+0
*
Add an option "-a" to present the local apic in the XAPIC mode instead of the
neel
2012-09-26
2
-9
/
+16
*
Add support for trapping MMIO writes to local apic registers and emulating them.
neel
2012-09-25
1
-5
/
+34
*
Add an explicit exit code 'SPINUP_AP' to tell the controlling process that an
neel
2012-09-25
1
-5
/
+54
*
Restructure the x2apic access code in preparation for supporting memory mapped
neel
2012-09-21
2
-3
/
+34
*
MSI-x interrupt support for PCI pass-thru devices.
grehan
2012-04-28
3
-5
/
+180
*
Remove duplicated license text.
emaste
2012-03-06
1
-28
/
+0
*
Get rid of redundant initialization of 'dmask'. It was being re-initialized
neel
2011-07-06
1
-2
/
+0
*
IFC @ r222830
grehan
2011-06-28
2
-13
/
+15
*
First cut at porting the kernel portions of 221828 and 221905 from the
jhb
2011-05-14
2
-2
/
+2
*
Import of bhyve hypervisor and utilities, part 1.
grehan
2011-05-13
8
-0
/
+2057