| Age | Commit message (Expand) | Author |
| 2020-12-27 | Implement support for trapping REP CMPS instructions in NVMM. | reinoud |
| 2020-09-05 | nvmm: update copyright headers | maxv |
| 2019-11-22 | Several improvements. In particular, reduce CS.limit, because Intel CPUs | 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-10-14 | Implement XCHG, add associated tests, and add comments to explain. With | maxv |
| 2019-10-14 | add missing initializer | christos |
| 2019-10-13 | Fix incorrect parsing: the R/M field uses a special GPR map when the | 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-03-22 | Fix build break due to typos. | htodd |
| 2019-03-21 | Make it possible for an emulator to set the protection of the guest pages. | maxv |
| 2019-03-19 | Add CVS ids, and rename the PTE bits. No functional change. | maxv |
| 2019-02-26 | Change the layout of the SEG state: | maxv |
| 2019-02-07 | Improvements: | maxv |
| 2019-02-06 | movzx is not AT&T syntax, but some bastard version of Intel syntax. | joerg |
| 2019-02-05 | Ah, I had warnings disabled, fix the build. | maxv |
| 2019-02-05 | Add 12 tests for libnvmm's I/O Assist. | maxv |
| 2019-02-01 | Fix two issues: | maxv |
| 2019-02-01 | Put correct values in the seg fields. AMD doesn't check for that, but Intel | maxv |
| 2018-12-27 | Several improvements and fixes: | maxv |
| 2018-12-24 | Keep infrastructure setup and only exclude test for non-amd64 case. | kre |
| 2018-12-23 | further build fixes | jakllsch |
| 2018-12-23 | Fix the build | martin |
| 2018-12-23 | Add initial tests for libnvmm's Mem Assist, with 8 test cases. | maxv |