| Age | Commit message (Expand) | Author |
| 2021-03-26 | Implement nvmm_vcpu::stop, a race-free exit from nvmm_vcpu_run() without | reinoud |
| 2020-09-05 | nvmm: update copyright headers | maxv |
| 2020-08-05 | Add CTASSERT. | maxv |
| 2020-08-01 | Put the few x86-specific structures under #ifdef __x86_64__, for clarity. | maxv |
| 2019-10-28 | A few changes: | maxv |
| 2019-10-23 | Miscellaneous changes in NVMM, to address several inconsistencies and | maxv |
| 2019-05-11 | Rework the machine configuration interface. | maxv |
| 2019-05-01 | Use the comm page to inject events, rather than ioctls, and commit them in | maxv |
| 2019-04-28 | Modify the communication layer between the kernel NVMM driver and libnvmm: | maxv |
| 2019-04-27 | Reorder the NVMM headers, to make a clear(er) distinction between MI and | maxv |
| 2019-04-24 | Provide the hardware error code for NVMM_EXIT_INVALID, useful when | maxv |
| 2019-03-21 | Make it possible for an emulator to set the protection of the guest pages. | maxv |
| 2019-01-26 | Remove nvmm_exit_memory.npc, useless. | maxv |
| 2019-01-24 | Optimize: change the behavior of the HLT vmexit, make it a "change in vcpu | maxv |
| 2019-01-06 | Improvements and fixes in NVMM. | maxv |
| 2018-11-07 | Add NVMM - for NetBSD Virtual Machine Monitor -, a kernel driver that | maxv |