aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/vmm/vmm_lapic.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* vmm: Lookup vcpu pointers in vmmdev_ioctl.John Baldwin2022-11-181-6/+6
* vmm: Pass vcpu instead of vm and vcpuid to APIs used from CPU backends.John Baldwin2022-11-181-4/+3
* vmm: Use struct vcpu in the instruction emulation code.John Baldwin2022-11-181-2/+2
* vmx: use C99 bool, not boolean_tEd Maste2019-08-011-1/+1
* sys/amd64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* vlapic code restructuring to make it easy to support hardware-assist for APICNeel Natu2013-12-251-20/+0
* Extend the support for local interrupts on the local APIC:John Baldwin2013-12-231-0/+7
* Add an API to deliver message signalled interrupts to vcpus. This allowsNeel Natu2013-12-161-0/+1
* Fix x2apic support in bhyve.Neel Natu2013-12-101-2/+4
* Use callout(9) to drive the vlapic timer instead of clocking it on each VM exit.Neel Natu2013-12-071-2/+0
* Add support for level triggered interrupt pins on the vioapic. Prior to thisNeel Natu2013-11-271-1/+17
* Revamp the x86 instruction emulation in bhyve.Neel Natu2012-11-281-2/+4
* Calculate the number of host ticks until the next guest timer interrupt.Neel Natu2012-10-201-1/+1
* Intel VT-x provides the length of the instruction at the time of the nestedNeel Natu2012-09-271-2/+2
* Add support for trapping MMIO writes to local apic registers and emulating them.Neel Natu2012-09-251-0/+3
* Restructure the x2apic access code in preparation for supporting memory mappedNeel Natu2012-09-211-2/+4
* Import of bhyve hypervisor and utilities, part 1.Peter Grehan2011-05-131-0/+64