summaryrefslogtreecommitdiff
path: root/sys/dev/vmm/vmm_dev.c
AgeCommit message (Expand)Author
5 hoursvmm: Avoid clobbering errors from vmm_modinit()Mark Johnston
11 daysvmm: Deduplicate VM and vCPU state management codeMark Johnston
11 daysvmm: Consolidate vm and vcpu definitionsMark Johnston
2025-12-17vmm: Add ability to destroy VMs on closeBojan Novković
2025-12-17kern: Introduce RLIMIT_VMMBojan Novković
2025-11-04vmm: Move vm_maxcpu handling into MI codeMark Johnston
2025-11-04vmm: Consolidate VM name length checkingMark Johnston
2025-11-04vmm: Move the module load handler to vmm_dev.cMark Johnston
2025-11-04vmm: Simplify the VM_ALLOC_MEMSEG ioctl a bitMark Johnston
2025-10-21vmm: Add PRIV_DRIVER checks for passthru ioctlsMark Johnston
2025-10-21vmm: Improve register get/set handling a bitMark Johnston
2025-10-17vmm: Fix a deadlock between vm_smp_rendezvous() and vcpu_lock_all()Mark Johnston
2025-09-10vmm: Suspend the VM before destroying itMark Johnston
2025-07-27vmm: Add support for guest NUMA emulationBojan Novković
2025-07-26vmm: Clean up legacy create/destroy interfaceEd Maste
2025-07-03vmm: Add a missing entry to the ioctl tableMark Johnston
2025-02-18vmm: Consolidate code which manages guest memory regionsMark Johnston
2025-01-09vmm: Fix error handling in vmm_handler()Mark Johnston
2024-12-13vmm: Initialize error in vmmdev_rwJohn Baldwin
2024-11-05vmm: Add a device file interface for creating and destroying VMsMark Johnston
2024-09-05vmm: Remove more of vmmdev_open()Mark Johnston
2024-09-04vmm: Remove an incorrect credential check in vmmdev_open()Mark Johnston
2024-09-01vmm: Use make_dev_s() to create vmm devicesMark Johnston
2024-09-01vmm: Use an sx lock for vmmdev_mtxMark Johnston
2024-09-01vmm: Validate credentials when opening a vmmdevMark Johnston
2024-08-28vmm: Harmonize compat ioctl definitionsMark Johnston
2024-08-28vmm: Let devmem devices reference the VM credentialMark Johnston
2024-08-28vmm: Be more consistent with the credential used for VM lookupMark Johnston
2024-08-28vmm: Remove an unneeded lookup in devmem_create_cdev()Mark Johnston
2024-08-28vmm: Factor most of sysctl_vmm_destroy() into a separate functionMark Johnston
2024-08-28vmm: Factor most of sysctl_vmm_create() out into a separate functionMark Johnston
2024-08-26vmm: Move compat ioctl definitions to vmm_dev.cMark Johnston
2024-08-26vmm: Merge vmm_dev.cMark Johnston