nvmm: Implement os_ipi_broadcast() for _change_cpu()
[dragonfly.git] / sys / dev / virtual / nvmm / x86 / nvmm_x86_svm.c
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: 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: 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 #3: handle Fn8000_0008...
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: 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: Bring some minor changes from NetBSD-current
2021-07-20 Aaron LIImport nvmm(4) from NetBSD 9-stable