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
...
*
Handle writes to the SELF_IPI MSR by the guest when the vlapic is configured
neel
2014-02-17
2
-3
/
+33
*
Use spinlocks to lock accesses to the vioapic.
neel
2014-02-17
1
-3
/
+3
*
Support level triggered interrupts with VT-x virtual interrupt delivery.
neel
2014-01-25
2
-19
/
+26
*
There is no need to initialize the IOMMU if no passthru devices have been
neel
2014-01-21
3
-4
/
+30
*
Add an API to rendezvous all active vcpus in a virtual machine. The rendezvous
neel
2014-01-14
3
-17
/
+147
*
Don't expose 'vmm_ipinum' as a global.
neel
2014-01-09
2
-4
/
+4
*
Use the 'Virtual Interrupt Delivery' feature of Intel VT-x if supported by
neel
2014-01-07
2
-38
/
+60
*
Allow vlapic_set_intr_ready() to return a value that indicates whether or not
neel
2014-01-07
2
-24
/
+47
*
Fix a bug in the HPET emulation where a timer interrupt could be lost when the
neel
2014-01-03
1
-67
/
+84
*
Modify handling of writes to the vlapic LVT registers.
neel
2013-12-28
3
-58
/
+131
*
Modify handling of writes to the vlapic ICR_TIMER, DCR_TIMER, ICRLO and ESR
neel
2013-12-27
2
-36
/
+42
*
Modify handling of write to the vlapic SVR register.
neel
2013-12-27
3
-15
/
+28
*
Modify handling of writes to the vlapic ID, LDR and DFR registers.
neel
2013-12-26
2
-51
/
+81
*
vlapic code restructuring to make it easy to support hardware-assist for APIC
neel
2013-12-25
3
-141
/
+209
*
Extend the support for local interrupts on the local APIC:
jhb
2013-12-23
2
-15
/
+155
*
Consolidate the virtual apic initialization in a single function: vlapic_reset()
neel
2013-12-22
1
-15
/
+6
*
Add an API to deliver message signalled interrupts to vcpus. This allows
neel
2013-12-16
6
-95
/
+242
*
Fix typo when initializing the vlapic version register ('<<' instead of '<').
neel
2013-12-11
1
-1
/
+1
*
Fix x2apic support in bhyve.
neel
2013-12-10
2
-14
/
+24
*
Use callout(9) to drive the vlapic timer instead of clocking it on each VM exit.
neel
2013-12-07
2
-114
/
+226
*
If a vcpu disables its local apic and then executes a 'HLT' then spin down the
neel
2013-12-07
2
-2
/
+47
*
Add support for level triggered interrupt pins on the vioapic. Prior to this
neel
2013-11-27
6
-89
/
+205
*
Add HPET device emulation to bhyve.
neel
2013-11-25
3
-3
/
+818
*
Add an ioctl to assert and deassert an ioapic pin atomically. This will be used
neel
2013-11-23
2
-4
/
+31
*
Move the ioapic device model from userspace into vmm.ko. This is needed for
neel
2013-11-12
2
-0
/
+415
*
Remove the 'vdev' abstraction that was meant to sit on top of device models
neel
2013-11-04
4
-415
/
+8
*
Rename the VMM_CTRx() family of macros to VCPU_CTRx() to highlight that these
neel
2013-10-31
1
-2
/
+2
*
Merge projects/bhyve_npt_pmap into head.
neel
2013-10-05
2
-12
/
+48
*
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
[prev]
[next]