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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add logic in the HLT exit handler to detect if the guest has put all vcpus
neel
2014-05-02
1
-0
/
+1
*
Some Linux guests will implement a 'halt' by disabling the APIC and executing
neel
2014-04-29
1
-1
/
+1
*
Allow a virtual machine to be forcibly reset or powered off. This is done
neel
2014-04-28
2
-2
/
+17
*
Update EFI framebuffer handoff from loader
emaste
2014-03-27
1
-1
/
+14
*
amd64: Parse the EFI memory map if present
emaste
2014-03-27
1
-0
/
+7
*
Add an ioctl to suspend a virtual machine (VM_SUSPEND). The ioctl can be called
neel
2014-03-26
2
-1
/
+14
*
Move the atpit device model from userspace into vmm.ko for better
tychon
2014-03-25
1
-0
/
+1
*
Add change forgotten in r263475. Make dmaplimit accessible outside
kib
2014-03-21
1
-0
/
+1
*
Fix a race wherein the source of an interrupt vector is wrongly
tychon
2014-03-15
1
-0
/
+3
*
Replace the userspace atpic stub with a more functional vmm.ko model.
tychon
2014-03-11
2
-0
/
+17
*
xen: add a hook to perform AP startup
royger
2014-03-11
1
-0
/
+1
*
xen: use the same hypercall mechanism for XEN and XENHVM
royger
2014-03-11
1
-7
/
+0
*
xen: implement hook to fetch and parse e820 memory map
royger
2014-03-11
1
-0
/
+2
*
xen: implement an early timer for Xen PVH
royger
2014-03-11
1
-0
/
+2
*
xen: add PV/PVH kernel entry point
royger
2014-03-11
1
-0
/
+26
*
amd64/i386: switch IPI handlers to C code.
royger
2014-03-11
1
-0
/
+6
*
Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c.
jkim
2014-03-04
2
-1
/
+1
*
Queue pending exceptions in the 'struct vcpu' instead of directly updating the
neel
2014-02-26
2
-25
/
+32
*
Simplify APIC mode switching from MMIO to x2APIC. In part this is done to
neel
2014-02-20
1
-2
/
+1
*
provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64
avg
2014-02-14
1
-0
/
+16
*
Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge
jhb
2014-02-12
1
-0
/
+3
*
Add support for FreeBSD/i386 guests under bhyve.
jhb
2014-02-05
2
-3
/
+17
*
Enhance the support for PCI legacy INTx interrupts and enable them in
jhb
2014-01-29
1
-1
/
+4
*
Support level triggered interrupts with VT-x virtual interrupt delivery.
neel
2014-01-25
1
-0
/
+4
*
Move <machine/apicvar.h> to <x86/apicvar.h>.
jhb
2014-01-23
2
-225
/
+1
*
Add an API to rendezvous all active vcpus in a virtual machine. The rendezvous
neel
2014-01-14
1
-1
/
+27
*
Don't expose 'vmm_ipinum' as a global.
neel
2014-01-09
1
-1
/
+1
*
Restructure the VMX code to enter and exit the guest. In large part this change
neel
2014-01-01
1
-1
/
+11
*
vlapic code restructuring to make it easy to support hardware-assist for APIC
neel
2013-12-25
1
-1
/
+5
*
Add a resume hook for bhyve that runs a function on all CPUs during
jhb
2013-12-23
2
-0
/
+5
*
Extend the support for local interrupts on the local APIC:
jhb
2013-12-23
1
-0
/
+3
*
Add a parameter to 'vcpu_set_state()' to enforce that the vcpu is in the IDLE
neel
2013-12-22
1
-1
/
+2
*
Re-arrange bits in the amd64/pmap 'pm_flags' field.
neel
2013-12-20
1
-3
/
+4
*
Add an API to deliver message signalled interrupts to vcpus. This allows
neel
2013-12-16
1
-3
/
+11
*
Move constants for indices in the local APIC's local vector table from
jhb
2013-12-09
1
-9
/
+0
*
If a vcpu disables its local apic and then executes a 'HLT' then spin down the
neel
2013-12-07
1
-0
/
+4
*
The 'protection' field in the VM exit collateral for the PAGING exit is not
neel
2013-12-03
1
-1
/
+0
*
Rename 'vm_interrupt_hostcpu()' to 'vcpu_notify_event()' because the function
neel
2013-12-03
1
-1
/
+1
*
Hide struct pcb definition by #ifdef __amd64__ braces. If cc -m32
kib
2013-11-26
2
-2
/
+4
*
Add HPET device emulation to bhyve.
neel
2013-11-25
2
-0
/
+9
*
Add an ioctl to assert and deassert an ioapic pin atomically. This will be used
neel
2013-11-23
1
-0
/
+3
*
Introduce a WEAK_REFERENCE() alias and use it. Get rid of the CNAME and the
andreast
2013-11-21
1
-0
/
+9
*
Move the ioapic device model from userspace into vmm.ko. This is needed for
neel
2013-11-12
2
-0
/
+13
*
As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In other
alc
2013-11-08
1
-10
/
+3
*
Add a new capability, VM_CAP_ENABLE_INVPCID, that can be enabled to expose
neel
2013-10-16
1
-0
/
+1
*
Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_id
gibbs
2013-10-05
1
-1
/
+2
*
Merge projects/bhyve_npt_pmap into head.
neel
2013-10-05
4
-40
/
+134
*
Reorder/regroup the vmm ioctl api definitions to allow some
grehan
2013-09-21
1
-21
/
+35
*
Merge Xen PVHVM support into the GENERIC kernel config for both
gibbs
2013-09-20
1
-0
/
+2
*
Merge the following changes from projects/bhyve_npt_pmap:
neel
2013-09-20
1
-1
/
+9
[next]