kernel - Rename vm_map_wire() and vm_map_unwire()
[dragonfly.git] / sys / dev / virtual / nvmm /
2021-07-23 Matthew Dillonkernel - Rename vm_map_wire() and vm_map_unwire()
2021-07-21 Aaron LInvmm: Fix building nvmm into kernel
2021-07-20 Aaron LInvmm: Fix comm page unmapping issue by doing it on...
2021-07-20 Aaron LInvmm: Add back NetBSD bits
2021-07-20 Aaron LInvmm: Move DragonFly module code in nvmm.c to nvmm_drag...
2021-07-20 Aaron LInvmm: Reorganize OS-specific code in nvmm_os.c
2021-07-20 Aaron LInvmm: Optimize DB regs save & restore
2021-07-20 Matthew Dillonnvmm - Use a critical section around the vmrun again
2021-07-20 Aaron LInvmm: Don't assume comm page size to be PAGE_SIZE
2021-07-20 Aaron LInvmm: Add missing comm page unmapping
2021-07-20 Aaron LInvmm: Adjust EPT/NPT transform code for NetBSD
2021-07-20 Aaron LIx86_64/cpu.h: Rename nvmm_break_wanted() to hvm_break_w...
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 - Fix overflow tests
2021-07-20 Matthew Dillonnvmm - Change NVMM_MAX_RAM
2021-07-20 Matthew Dillonnvmm - Improve cast portability of vmx_resume_rip
2021-07-20 Matthew Dillonnvmm - Move M_NVMM definition to nvmm_os.c
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 Matthew Dillonkernel - Expand GDT table to maximum size
2021-07-20 Aaron LInvmm: More OS independence
2021-07-20 Aaron LInvmm: Various misc cleanups and minor updates
2021-07-20 Aaron LIRevert "libnvmm: Fix mmap() failure with 'permission...
2021-07-20 Aaron LInvmm: Create comm page in nvmm_vcpu_create() rather...
2021-07-20 Aaron LInvmm: Reduce NVMM_MAX_VCPUS from 256 to 128
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 Matthew Dillonnvmm - Change max emulated RAM from 128GB to 128TB
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: Improve nvmm_return_needed() by using nvmm_break_...
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 LIlibnvmm: Fix mmap() failure with 'permission denied'
2021-07-20 Aaron LInvmm: Improve makefile to allow standalone build
2021-07-20 Aaron LInvmm: Rewrite makefiles and hook to build
2021-07-20 Aaron LInvmm: Add to sys/conf/files and LINT64
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 #21: virtual address space...
2021-07-20 Aaron LInvmm: Port to DragonFly #20: preemption & critical...
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 #17: physical page allocation
2021-07-20 Aaron LInvmm: Port to DragonFly #16: contiguous memory allocation
2021-07-20 Aaron LInvmm: Port to DragonFly #15: anonymous object management
2021-07-20 Aaron LInvmm: Port to DragonFly #14: device & module operations
2021-07-20 Aaron LInvmm: Port to DragonFly #13: debug register save &...
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 #7: memory allocation
2021-07-20 Aaron LInvmm: Port to DragonFly #6: mutex/rwlock
2021-07-20 Aaron LInvmm: Port to DragonFly #5: constants/functions/macros
2021-07-20 Aaron LInvmm: Port to DragonFly #4: PAT modes
2021-07-20 Aaron LInvmm: Port to DragonFly #3: CR/MSR defines
2021-07-20 Aaron LInvmm: Port to DragonFly #2: CPUID Fn0000_000B for SVM
2021-07-20 Aaron LInvmm: Port to DragonFly #1: nvmm_x86_{svmfunc,vmxfunc}.S
2021-07-20 Aaron LInvmm: Port to DragonFly #0: initial nvmm_compat.h
2021-07-20 Aaron LInvmm: Bring some minor changes from NetBSD-current
2021-07-20 Aaron LIImport nvmm(4) from NetBSD 9-stable