| Age | Commit message (Expand) | Author |
| 2021-04-06 | Implement nvmm_vcpu::stop, a race-free exit from nvmm_vcpu_run() without | reinoud |
| 2020-09-05 | nvmm: update copyright headers | maxv |
| 2019-10-27 | Change the way root_owner works: consider the calling process as root_owner | maxv |
| 2019-10-27 | Add the "nvmm" group, and make nvmm_init() public. Sent to tech-kern@ a few | maxv |
| 2019-10-23 | Three changes in libnvmm: | maxv |
| 2019-10-23 | Miscellaneous changes in NVMM, to address several inconsistencies and | maxv |
| 2019-06-08 | Change the NVMM API to reduce data movements. Sent to tech-kern@. | 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-29 | Remove useless calls to nvmm_init(). | maxv |
| 2019-04-28 | Modify the communication layer between the kernel NVMM driver and libnvmm: | maxv |
| 2019-04-10 | Add the NVMM_CTL ioctl, always privileged regardless of the permissions of | maxv |
| 2019-04-04 | Check the GPA permissions too in the Assists, because it is possible that | maxv |
| 2019-03-21 | Make it possible for an emulator to set the protection of the guest pages. | maxv |
| 2018-12-27 | Several improvements and fixes: | maxv |
| 2018-12-15 | Invert the mapping logic. | maxv |
| 2018-12-12 | Change the map/unmap functions, again. | maxv |
| 2018-11-29 | Rewrite the gpa map/unmap functions. Dig holes in the mapped areas when | maxv |
| 2018-11-19 | Fix error handling of realloc, and use memmove because the areas overlap; | maxv |
| 2018-11-10 | Add libnvmm, NetBSD's new virtualization API. It provides a way for VMM | maxv |