aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/vmm/intel/vmx_support.S
Commit message (Expand)AuthorAgeFilesLines
* amd64: Remove some unused SMP-only definesMark Johnston2025-07-171-6/+0
* 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
* vmx: Implement pmap (de)activation in CMark Johnston2020-10-191-52/+0
* Update L1TF workaround to sustain L1D pollution from NMI.Konstantin Belousov2018-08-191-36/+2
* Provide part of the mitigation for L1TF-VMM.Konstantin Belousov2018-08-141-2/+41
* Add SPDX tags to vmm(4).Marcelo Araujo2018-06-131-0/+2
* Provide further mitigation against CVE-2017-5715 by flushing theTycho Nightingale2018-02-121-20/+67
* Provide some mitigation against CVE-2017-5715 by clearing registersTycho Nightingale2018-01-151-0/+16
* Fix build to not bogusly always rebuild vmm.ko.Warner Losh2014-10-171-1/+1
* Make the vmx asm code dtrace-fbt-friendly byPeter Grehan2014-05-181-5/+16
* There is no need to save and restore the host's return address in theNeel Natu2014-04-111-9/+5
* Avoid doing unnecessary nested TLB invalidations.Neel Natu2014-02-041-7/+8
* Enable the "Acknowledge Interrupt on VM exit" VM-exit control.Neel Natu2014-01-111-0/+18
* Use the same label name for ENTRY() and END() macros for 'vmx_enter_guest'.Neel Natu2014-01-031-1/+1
* Restructure the VMX code to enter and exit the guest. In large part this changeNeel Natu2014-01-011-202/+117
* Merge projects/bhyve_npt_pmap into head.Neel Natu2013-10-051-7/+82
* Test for AST pending with interrupts disabled right before entering the guest.Neel Natu2012-10-231-6/+34
* Fix a long standing bug in VMXCTX_GUEST_RESTORE().Neel Natu2011-05-201-4/+18
* Import of bhyve hypervisor and utilities, part 1.Peter Grehan2011-05-131-0/+204