nvmm: Rename a few things for clarity
[dragonfly.git] / sys / dev / virtual / nvmm / x86 / nvmm_x86_vmx.c
2021-07-20 Aaron LInvmm: Rename a few things for clarity
2021-07-20 Aaron LInvmm: Make FPU state more OS-indenpendent
2021-07-20 Aaron LInvmm: Rewrite vmx_vmx{on,off}() as inline ASM functions
2021-07-20 Aaron LInvmm: Redefine CPUID values to be OS-indenpendent
2021-07-20 Aaron LInvmm: Improve CPUID emulation #5: handle Fn0000_0001...
2021-07-20 Aaron LInvmm: Improve CPUID emulation #4: handle Fn0000_0004...
2021-07-20 Aaron LInvmm: Improve CPUID emulation #2: mask upper bits of...
2021-07-20 Aaron LInvmm: Clarify state handling
2021-07-20 Aaron LInvmm: Add #CP (control protection exception)
2021-07-20 Aaron LInvmm: Improve FPU support and reduce diff against NetBSD
2021-07-20 Matthew Dillonnvmm - Fix TSC synchronization issues
2021-07-20 Aaron LInvmm: Revamp host TLB flush mechanism
2021-07-20 Matthew Dillonnnvm - Move *_fpu_enter/leave inside the cli/sti
2021-07-20 Aaron LInvmm: Check for pending host events before VM entry
2021-07-20 Aaron LINVMM: Sync with NetBSD #2: SVM & VMX backends
2021-07-20 Aaron LINVMM: Sync with NetBSD #1: copyright headers
2021-07-20 Aaron LInvmm: Implement waits for lwkt_send_ipiq_mask()
2021-07-20 Aaron LInvmm: Fix VMX VMCS remote clear issues
2021-07-20 Aaron LInvmm: Fix issues of porting 'curcpu()' as 'mycpu'
2021-07-20 Aaron LInvmm: Fix '-Wnested-externs' warning nvmm_x86_vmx.c
2021-07-20 Aaron LInvmm: Port to DragonFly #24: pmap transform & TLB inval...
2021-07-20 Aaron LInvmm: Port to DragonFly #23: header inclusion adjustments
2021-07-20 Aaron LInvmm: Port to DragonFly #22: pmap EPT/NPT base address
2021-07-20 Aaron LInvmm: Port to DragonFly #19: IPI cross-cpu calls
2021-07-20 Aaron LInvmm: Port to DragonFly #18: kernel memory allocation
2021-07-20 Aaron LInvmm: Port to DragonFly #16: contiguous memory allocation
2021-07-20 Aaron LInvmm: Port to DragonFly #12: FPU save & restore
2021-07-20 Aaron LInvmm: Port to DragonFly #11: CPU features
2021-07-20 Aaron LInvmm: Port to DragonFly #10: cpu_info etc.
2021-07-20 Aaron LInvmm: Port to DragonFly #9: atomic operations
2021-07-20 Aaron LInvmm: Port to DragonFly #8: kcpuset(9) -> cpumask(9)
2021-07-20 Aaron LIImport nvmm(4) from NetBSD 9-stable