| Age | Commit message (Expand) | Author |
| 2021-04-12 | be sure to only access vcpu if it was initialised. | mrg |
| 2021-03-26 | Implement nvmm_vcpu::stop, a race-free exit from nvmm_vcpu_run() without | reinoud |
| 2020-10-24 | Issue 64-bit versions of *XSAVE* for 64-bit amd64 programs | mgorny |
| 2020-09-08 | nvmm-x86: avoid hogging behavior observed recently | maxv |
| 2020-09-08 | nvmm-x86-vmx: improve the handling of CR0 | maxv |
| 2020-09-08 | nvmm: cosmetic changes | maxv |
| 2020-09-06 | Fix fallout from previous uvm.h cleanup. | riastradh |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-09-05 | x86: fix several CPUID flags | maxv |
| 2020-09-05 | x86: rename PGEX_X -> PGEX_I | maxv |
| 2020-09-05 | nvmm: update copyright headers | maxv |
| 2020-09-04 | nvmm-x86: improve the CPUID emulation | maxv |
| 2020-09-04 | nvmm: more __read_mostly | maxv |
| 2020-09-04 | nvmm-x86-vmx: improve the handling of CR0 | maxv |
| 2020-09-04 | nvmm-x86-svm: check the SVM revision | maxv |
| 2020-08-29 | nvmm: explicitly include atomic.h | maxv |
| 2020-08-26 | nvmm-x86-svm: improve the handling of MSR_EFER | maxv |
| 2020-08-26 | nvmm-x86: improve the handling of RFLAGS.RF | maxv |
| 2020-08-26 | nvmm-x86-vmx: improve the handling of CR4 | maxv |
| 2020-08-26 | nvmm: slightly clarify | maxv |
| 2020-08-26 | nvmm-x86-svm: don't forget to intercept INVD | maxv |
| 2020-08-26 | nvmm: misc improvements | maxv |
| 2020-08-22 | nvmm-x86-vmx: fix detection of the BIOS lock | maxv |
| 2020-08-22 | nvmm-x86: hide more CPUID flags, mostly related to perf monitors | maxv |
| 2020-08-22 | nvmm-x86-svm: dedup code | maxv |
| 2020-08-20 | nvmm-x86: improve the CPUID emulation | maxv |
| 2020-08-20 | nvmm-x86: advertise the SERIALIZE instruction, available on future CPUs | maxv |
| 2020-08-18 | nvmm-x86-svm: improve the CPUID emulation | maxv |
| 2020-08-18 | nvmm: use relaxed atomics to read nmachines | maxv |
| 2020-08-18 | nvmm: localify a variable that doesn't need to be global | maxv |
| 2020-08-18 | nvmm-x86: also flush the guest TLB when CR4.{PCIDE,SMEP} changes | maxv |
| 2020-08-11 | Micro-optimize: use pushq instead of pushw. To avoid LCP stalls and | maxv |
| 2020-08-11 | Improve the CPUID emulation on nvmm-intel: | maxv |
| 2020-08-11 | Improve emulation of MSR_IA32_ARCH_CAPABILITIES: publish only the *_NO | maxv |
| 2020-08-11 | Hide OSPKE. NFC since the host never uses PKU, but still. | maxv |
| 2020-08-05 | Add CTASSERT. | maxv |
| 2020-08-05 | Improve the CPUID emulation: | maxv |
| 2020-08-05 | Add new field definitions, and intercept everything, for future-proofness. | maxv |
| 2020-08-05 | Add new field definitions. | maxv |
| 2020-08-05 | Make it easier to understand what's going on, no functional change. | maxv |
| 2020-08-05 | Use ULL, to make it clear we are unsigned. | maxv |
| 2020-08-05 | Simplify, remove unnecessary #ifdef DIAGNOSTIC around KASSERTs. | maxv |
| 2020-08-01 | Put the few x86-specific structures under #ifdef __x86_64__, for clarity. | maxv |
| 2020-07-19 | Switch to fpu_kern_enter/leave, to prevent clobbering, now that the kernel | maxv |
| 2020-07-19 | The TLB flush IPIs do not respect the IPL, so enforcing IPL_HIGH has no | maxv |
| 2020-07-18 | Now that the IDT is per-CPU, it must be saved/restored on each CPU | maxv |
| 2020-07-14 | Introduce per-cpu IDTs | yamaguchi |
| 2020-07-03 | Print the backend name when attaching. | maxv |
| 2020-06-25 | Register NVMM as an actual pseudo-device. Without PMF handler, to | maxv |
| 2020-06-18 | style | maxv |