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
*
MFC 305502: Reset PCI pass through devices via PCI-e FLR during VM start/end.
jhb
2016-09-30
1
-0
/
+11
*
MFC 304858,305485,305497: Fix various issues with PCI pass through and VT-d.
jhb
2016-09-30
3
-12
/
+57
*
Don't repeat the the word 'the'
eadler
2016-05-17
1
-1
/
+1
*
vmm(4): Small spelling fixes.
pfg
2016-05-03
1
-1
/
+1
*
Restructure memory allocation in bhyve to support "devmem".
neel
2015-06-18
1
-5
/
+11
*
CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten
jkim
2015-05-22
1
-1
/
+1
*
r281630 relaxed the limits on the vectors that can be asserted in the IRRs.
neel
2015-05-01
1
-11
/
+9
*
Don't require <sys/cpuset.h> to be always included before <machine/vmm.h>.
neel
2015-04-30
6
-6
/
+0
*
Re-implement RTC current time calculation to eliminate the possibility of
neel
2015-04-29
1
-21
/
+32
*
Implement the century byte in the RTC. Some guests require this field to be
neel
2015-04-28
1
-22
/
+44
*
Fix the RTC device model to operate correctly in 12-hour mode. The following
neel
2015-03-28
1
-6
/
+41
*
Use lapic_ipi_alloc() to dynamically allocate IPI slots needed by bhyve when
neel
2015-03-14
1
-1
/
+0
*
When ICW1 is issued the edge sense circuit is reset which means that
tychon
2015-03-06
1
-0
/
+1
*
Allow passthrough devices to be hinted.
rstone
2015-03-01
1
-33
/
+45
*
Replace bhyve's minimal RTC emulation with a fully featured one in vmm.ko.
neel
2014-12-30
3
-61
/
+1011
*
Implement "special mask mode" in vatpic.
neel
2014-12-28
1
-4
/
+25
*
Various 8259 device model improvements:
neel
2014-12-20
1
-4
/
+37
*
Fix 8259 IRQ priority resolver.
neel
2014-12-17
1
-18
/
+28
*
For level triggered interrupts clear the PIC IRR bit when the interrupt pin
neel
2014-12-16
1
-0
/
+2
*
Change the type of the first argument to the I/O emulation handlers to
neel
2014-10-26
6
-15
/
+15
*
Move the ACPI PM timer emulation into vmm.ko.
neel
2014-10-26
2
-0
/
+146
*
IFC @r272481
neel
2014-10-05
1
-13
/
+12
|
\
|
*
Allow the PIC's IMR register to be read before ICW initialisation.
grehan
2014-09-27
1
-13
/
+12
*
|
IFC @r272185
neel
2014-09-27
1
-0
/
+1
|
\
\
|
|
/
|
*
Add some more KTR events to help debugging.
neel
2014-09-20
1
-0
/
+1
*
|
IFC @r271694
neel
2014-09-17
1
-9
/
+18
|
\
\
|
|
/
|
*
Return the spurious interrupt vector (IRQ7 or IRQ15) if the atpic cannot
neel
2014-08-23
1
-2
/
+8
|
*
Reword comment to match the interrupt mode names from the MPtable spec.
neel
2014-08-14
1
-7
/
+10
*
|
Use V_IRQ, V_INTR_VECTOR and V_TPR to offload APIC interrupt delivery to the
neel
2014-09-16
1
-2
/
+6
|
/
*
Add reserved bit checking when doing %CR8 emulation and inject #GP if required.
neel
2014-06-09
2
-19
/
+42
*
Support guest accesses to %cr8.
tychon
2014-06-06
2
-3
/
+22
*
Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doing
neel
2014-05-31
1
-4
/
+0
*
A Centos 6.4 guest will write 0xff to the 8259 mask register before beginning
neel
2014-05-23
1
-0
/
+1
*
Implement a PCI interrupt router to route PCI legacy INTx interrupts to
jhb
2014-05-15
2
-0
/
+38
*
Change the vlapic timer frequency to be in the ballpark of contemporary
neel
2014-04-23
1
-1
/
+6
*
Add support for the PIT 'readback' command -- based on a patch by grehan@.
tychon
2014-04-18
1
-2
/
+74
*
Respect the destination operand size of the 'Input from Port' instruction.
tychon
2014-04-18
4
-47
/
+56
*
Add support for reading the PIT Counter 2 output signal via the NMI
tychon
2014-04-18
2
-18
/
+59
*
Add support for emulating the slave PIC.
tychon
2014-04-14
1
-65
/
+132
*
Rework r264179.
grehan
2014-04-10
1
-1
/
+2
*
Make the vmm code compile with gcc too. Not entirely sure things are
imp
2014-04-05
2
-23
/
+1
*
Re-write bhyve's I/O MMU handling in terms of PCI RID.
rstone
2014-04-01
3
-15
/
+16
*
Revert PCI RID changes.
rstone
2014-04-01
3
-16
/
+15
*
Re-write bhyve's I/O MMU handling in terms of PCI RIDs
rstone
2014-04-01
3
-15
/
+16
*
Move the atpit device model from userspace into vmm.ko for better
tychon
2014-03-25
2
-0
/
+410
*
Fix a race wherein the source of an interrupt vector is wrongly
tychon
2014-03-15
4
-33
/
+36
*
Don't try to return a vector to a caller that only cares if a vector
tychon
2014-03-11
1
-2
/
+6
*
Replace the userspace atpic stub with a more functional vmm.ko model.
tychon
2014-03-11
5
-5
/
+734
*
Add support for x2APIC virtualization assist in Intel VT-x.
neel
2014-02-21
3
-1
/
+10
*
Simplify APIC mode switching from MMIO to x2APIC. In part this is done to
neel
2014-02-20
2
-39
/
+72
[next]