nvmm: Fix comm page unmapping issue by doing it on userland side
[dragonfly.git] / sys / dev / virtual / nvmm / nvmm.c
2021-07-20 Aaron LInvmm: Fix comm page unmapping issue by doing it on...
2021-07-20 Aaron LInvmm: Move DragonFly module code in nvmm.c to nvmm_drag...
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 Matthew Dillonnvmm - Fix overflow tests
2021-07-20 Matthew Dillonnvmm - Move M_NVMM definition to nvmm_os.c
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: Rename a few things for clarity
2021-07-20 Aaron LInvmm: Revamp host TLB flush mechanism
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 LIlibnvmm: Fix mmap() failure with 'permission denied'
2021-07-20 Aaron LInvmm: Port to DragonFly #23: header inclusion adjustments
2021-07-20 Aaron LInvmm: Port to DragonFly #14: device & module operations
2021-07-20 Aaron LInvmm: Port to DragonFly #9: atomic operations
2021-07-20 Aaron LInvmm: Port to DragonFly #7: memory allocation
2021-07-20 Aaron LIImport nvmm(4) from NetBSD 9-stable