kernel - Rename vm_map_wire() and vm_map_unwire()
[dragonfly.git] / sys / dev / virtual / nvmm / x86 /
2021-07-21 Aaron LInvmm: Fix building nvmm into kernel
2021-07-20 Aaron LInvmm: Add back NetBSD bits
2021-07-20 Aaron LInvmm: Optimize DB regs save & restore
2021-07-20 Aaron LInvmm: Adjust EPT/NPT transform code for NetBSD
2021-07-20 Aaron LInvmm: Revert to use os_curcpu() in vmx_vmcs_enter()
2021-07-20 Aaron LInvmm: Implement os_ipi_broadcast() for _change_cpu()
2021-07-20 Aaron LInvmm: Various minor style tweaks
2021-07-20 Aaron LInvmm: Add volatile and memory barrier to clts inline ASM
2021-07-20 Matthew Dillonnvmm - Improve cast portability of vmx_resume_rip
2021-07-20 Aaron LInvmm: Save host DB regs in per-cpu structure
2021-07-20 Matthew Dillonnvmm - Fix event commit logic
2021-07-20 Aaron LInvmm: More OS independence
2021-07-20 Aaron LInvmm: Various misc cleanups and minor updates
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: Make svm_vmrun() void
2021-07-20 Aaron LInvmm: Add SVM CET definitions
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 #3: handle Fn8000_0008...
2021-07-20 Aaron LInvmm: Improve CPUID emulation #2: mask upper bits of...
2021-07-20 Aaron LInvmm: Improve CPUID emulation #1: flags
2021-07-20 Aaron LInvmm: Clarify state handling
2021-07-20 Aaron LInvmm: Clarify the RESET state
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: Fix SVM TSS restore on DragonFly
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: Rewrite makefiles and hook to build
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 LInvmm: Port to DragonFly #1: nvmm_x86_{svmfunc,vmxfunc}.S
2021-07-20 Aaron LInvmm: Bring some minor changes from NetBSD-current
2021-07-20 Aaron LIImport nvmm(4) from NetBSD 9-stable