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 helper functions to populate VM exit information for rendezvous and
neel
2014-06-10
1
-0
/
+2
*
Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintained
neel
2014-06-07
2
-0
/
+4
*
Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doing
neel
2014-05-31
2
-1
/
+22
*
Add segment protection and limits violation checks in vie_calculate_gla()
neel
2014-05-27
2
-2
/
+10
*
Do the linear address calculation for the ins/outs emulation using a new
neel
2014-05-25
2
-4
/
+3
*
Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and out
neel
2014-05-24
2
-1
/
+12
*
Consolidate all the information needed by the guest page table walker into
neel
2014-05-24
2
-78
/
+77
*
When injecting a page fault into the guest also update the guest's %cr2 to
neel
2014-05-24
1
-1
/
+2
*
Check for alignment check violation when processing in/out string instructions.
neel
2014-05-23
1
-2
/
+8
*
Add emulation of the "outsb" instruction. NetBSD guests use this to write to
neel
2014-05-23
2
-8
/
+42
*
Inject page fault into the guest if the page table walker detects an invalid
neel
2014-05-22
2
-0
/
+11
*
Add PG_U (user/supervisor) checks when translating a guest linear address
neel
2014-05-19
2
-1
/
+3
*
Implement a PCI interrupt router to route PCI legacy INTx interrupts to
jhb
2014-05-15
2
-0
/
+13
*
Increase the TSS limit by one byte. The processor requires an additional byte
neel
2014-05-14
1
-0
/
+6
*
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
[next]