| Age | Commit message (Expand) | Author |
| 2021-12-08 | Pull up the following revisions, requested by msaitoh in ticket #1391: | martin |
| 2020-09-13 | Pull up following revision(s) (requested by maxv in ticket #1078): | martin |
| 2020-09-13 | Pull up following revision(s) (requested by maxv in ticket #1077): | martin |
| 2020-09-04 | Pull up following revision(s) (requested by maxv in ticket #1076): | martin |
| 2020-08-29 | Pull up following revision(s) (requested by maxv in ticket #1068): | martin |
| 2020-08-26 | Pull up following revision(s) (requested by maxv in ticket #1058): | martin |
| 2020-08-18 | Pull up following revision(s) (requested by maxv in ticket #1055): | martin |
| 2020-08-05 | Pull up following revision(s) (requested by maxv in ticket #1041): | martin |
| 2020-08-02 | Open code preempt_needed() which is not available on this branch. | martin |
| 2020-08-02 | Pull up following revision(s) (requested by maxv in ticket #1032): | martin |
| 2020-05-21 | Pull up following revision(s) (requested by maxv in ticket #919): | martin |
| 2020-05-13 | Pull up following revision(s) (requested by maxv in ticket #898): | martin |
| 2020-04-27 | Pull up following revision(s) (requested by maxv in ticket #857): | martin |
| 2020-02-10 | Pull up following revision(s) (requested by maxv in ticket #688): | martin |
| 2019-11-25 | Pull up following revision(s) (requested by maxv in ticket #475): | martin |
| 2019-11-16 | Pull up following revision(s) (requested by jmcneill in ticket #434): | martin |
| 2019-11-10 | Pull up following revision(s) (requested by maxv in ticket #405): | martin |
| 2019-10-06 | Pull up following revision(s) (requested by maxv in ticket #287): | martin |
| 2019-09-24 | Pull up following revision(s) (requested by maxv in ticket #239): | martin |
| 2019-07-06 | Localify two functions that are no longer used outside. Also return the | maxv |
| 2019-06-16 | Make sure VMX-outside-SMX is allowed. It may not be if the BIOS decided to | maxv |
| 2019-05-18 | Now that SVS cannot be disabled at run time, MSR_LSTAR is static, so no | maxv |
| 2019-05-15 | NVMM: Expose MD_CLEAR to the guests. | 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 | Stop taking care of the INT/NMI windows in the kernel, the emulator is | maxv |
| 2019-04-28 | Modify the communication layer between the kernel NVMM driver and libnvmm: | maxv |
| 2019-04-27 | Mmh, fix nvmm_vcpu_create(), the cpuid is given, and must not be chosen | maxv |
| 2019-04-27 | Reorder the NVMM headers, to make a clear(er) distinction between MI and | maxv |
| 2019-04-27 | If guest events were being processed when a #VMEXIT occurred, reschedule | maxv |
| 2019-04-27 | Optimize nvmm-intel, use inlined GCC assembly rather than function calls. | maxv |
| 2019-04-24 | Match the structure order, for better cache utilization. | maxv |
| 2019-04-24 | Provide the hardware error code for NVMM_EXIT_INVALID, useful when | maxv |
| 2019-04-20 | Ah, take XSAVE into account in ECX too, not just in EBX. Otherwise if the | maxv |
| 2019-04-10 | Add the NVMM_CTL ioctl, always privileged regardless of the permissions of | maxv |
| 2019-04-08 | Switch to MODULE_CLASS_MISC, from pgoyette@. | maxv |
| 2019-04-08 | Don't forget to call (*machine_destroy) when killing VMs. | maxv |
| 2019-04-08 | Use the fd_clone approach, to avoid losing references to the registered | maxv |
| 2019-04-07 | Invert the filtering priority: now the kernel-managed cpuid leaves are | maxv |
| 2019-04-07 | Don't allow unloading when there are still VMs registered, and don't allow | maxv |
| 2019-04-06 | Replace the misc[] state by a new compressed nvmm_x64_state_intr structure, | maxv |
| 2019-04-03 | VMX: if PAT is not valid, #GP on WRMSR, rather than crashing the guest. | maxv |
| 2019-04-03 | Add new VMCS bits. | maxv |
| 2019-04-03 | Add MSR_TSC. | maxv |
| 2019-03-28 | Move NVMM in the "any" class, so that it can be enabled in GENERIC. Add | maxv |
| 2019-03-21 | Make it possible for an emulator to set the protection of the guest pages. | maxv |
| 2019-03-14 | Optimize NVMM-Intel: keep the VMCS active on the host CPU, and lazy-switch | maxv |
| 2019-03-14 | Move a KASSERT, applies to all branches. | maxv |
| 2019-03-14 | Reduce the mask of the VTPR, only the first four bits matter. | maxv |
| 2019-03-14 | Fail early if we're beyond the guest max ram. | maxv |