]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2023-01-26 John Baldwinbhyve: Pass a vCPU ID of 0 to vm_setup_pptdev_msi*.
2023-01-26 John Baldwinbhyve: Remove unused argument from pci_nvme_handle_door...
2023-01-26 John BaldwinRELNOTES: Document lifting the hard limit on guest...
2023-01-26 John Baldwinvmm: Free vCPUs when destroying them.
2023-01-26 John Baldwinvmm: Avoid infinite loop in vcpu_lock_all error case.
2023-01-26 John Baldwinvmm: Don't lock a vCPU for VM_PPTDEV_MSI[X].
2023-01-26 John Baldwinvmm: VM_GET/SET_KERNEMU_DEV should run with the vCPU...
2023-01-26 John Baldwinvmm: Remove stale comment for vm_rendezvous.
2023-01-26 Dmitry Chaginvmm: Fix build w/o KDTRACE_HOOKS.
2023-01-26 Cy Schubertvmm: Fix non-INVARIANTS build
2023-01-26 John Baldwinvmm: Trim some pointless #ifdef KTR.
2023-01-26 John Baldwinvmm: Convert VM_MAXCPU into a loader tunable hw.vmm...
2023-01-26 John Baldwinvmm: Allocate vCPUs on first use of a vCPU.
2023-01-26 Corvin Köhnevmm: don't lock a mtx in the icr_low write handler
2023-01-26 John Baldwinvmm: Use a cpuset_t for vCPUs waiting for STARTUP IPIs.
2023-01-26 John Baldwinvmm devmem_mmap_single: Bump object reference under...
2023-01-26 Robert Wingvmm: take exclusive mem_segs_lock in vm_cleanup()
2023-01-26 Robert Wingvmm: take exclusive mem_segs_lock when (un)assigning...
2023-01-26 John Baldwinvmm: Use an sx lock to protect the memory map.
2023-01-26 John Baldwinvmm: Destroy mutexes.
2023-01-26 John Baldwinvmm stat: Add a special nelems constant for arrays...
2023-01-26 John Baldwinvmm vmx: Allocate vpids on demand as each vCPU is initi...
2023-01-26 John Baldwinvmm: Lookup vcpu pointers in vmmdev_ioctl.
2023-01-26 John Baldwinvmm ppt: Remove unused vcpu arg from MSI setup handlers.
2023-01-26 John Baldwinvmm: Remove unused vcpuid argument from vioapic_process...
2023-01-26 John Baldwinvmm: Use struct vcpu in the rendezvous code.
2023-01-26 John Baldwinvmm: Remove support for vm_rendezvous with a cpuid...
2023-01-26 John Baldwinvmm: Remove vcpuid from I/O port handlers.
2023-01-26 Mark Johnstonvmm: Restore the correct vm_inject_*() prototypes
2023-01-26 John Baldwinvmm: Pass vcpu instead of vm and vcpuid to APIs used...
2023-01-26 John Baldwinvmm: Use struct vcpu in the instruction emulation code.
2023-01-26 John Baldwinvmm: Add vm_gpa_hold_global wrapper function.
2023-01-26 John Baldwinvmm: Add _KERNEL guards for io headers shared with...
2023-01-26 John Baldwinbhyve: Remove unused vm and vcpu arguments from vm_copy...
2023-01-26 John Baldwinvmm: Use struct vcpu with the vmm_stat API.
2023-01-26 John Baldwinvmm: Expose struct vcpu as an opaque type.
2023-01-26 John Baldwinvmm: Use VLAPIC_CTR* in more places.
2023-01-26 John Baldwinvmm vmx: Add VMX_CTR* wrapper macros.
2023-01-26 John Baldwinvmm svm: Add SVM_CTR* wrapper macros.
2023-01-26 John Baldwinvmm: Remove the per-vm cookie argument from vmmops...
2023-01-26 John Baldwinvmm: Refactor storage of CPU-dependent per-vCPU data.
2023-01-26 John Baldwinvmm vmx: Add a global bool to indicate if the host...
2023-01-26 John Baldwinvmm: Rework snapshotting of CPU-specific per-vCPU data.
2023-01-26 John Baldwinvmm svm: Mark all VMCB state caches dirty on vCPU restore.
2023-01-26 John Baldwinvmm vmx: Refactor per-vCPU data.
2023-01-26 John Baldwinvmm svm: Refactor per-vCPU data.
2023-01-26 John Baldwinvmm: Use vm_get_maxcpus() instead of VM_MAXCPU in vario...
2023-01-26 John Baldwinvmm: Simplify saving of absolute TSC values in snapshots.
2023-01-26 John Baldwinbhyve: Avoid passing a possible garbage pointer to...
2023-01-26 John Baldwinbhyve: Appease warning about a potentially unaligned...
2023-01-26 John Baldwinbhyve: Fix sign compare warnings in the NVMe device...
2023-01-26 John Baldwinbhyve: Avoid unlikely truncation of the blockif ident...
2023-01-26 John Baldwinbhyve: Clear lid to 0 for internal device errors for...
2023-01-26 John Baldwinbhyve: Don't leak uninitialized bits in NVMe completion...
2023-01-26 John Baldwinbhyve: Fix sign compare warnings in the e1000 device...
2023-01-26 John Baldwinbhyve basl: Use GCC pragmas.
2023-01-26 Mark Johnstonbhyve: Enable the default compiler warnings
2023-01-26 John Baldwinbhyve: Mark pci_de_vinput as static.
2023-01-26 Mark Johnstonbhyve: Let BASL compile with raised warnings
2023-01-26 Mark Johnstonbhyve: Avoid using a packed struct for xhci port registers
2023-01-26 Mark Johnstonbhyve: Fix a typo in a comment
2023-01-26 Mark Johnstonbhyve: Address warnings about potential unaligned acces...
2023-01-26 Warner Loshbhyve: Implement MSR_MISC_FEATURES_ENABLES
2023-01-26 Mark Johnstonbhyve: Remove an unused parameter from pci_nvme_append_...
2023-01-26 Mark Johnstonbhyve: Address signed/unsigned comparison warnings...
2023-01-26 Mark Johnstonbhyve: Address some signed/unsigned comparison warnings
2023-01-26 Mark Johnstonbhyve: Address signed/unsigned comparison warnings...
2023-01-26 Mark Johnstonbhyve: Address warnings in blockif_proc()
2023-01-26 Mark Johnstonbhyve: Drop a bogus const qualifier
2023-01-26 Mark Johnstonbhyve: Put the prototype for vmexit_task_switch() in...
2023-01-26 Mark Johnstonbhyve: Annotate an unused function as such
2023-01-26 Mark Johnstonbhyve: USB device model structures can be qualified...
2023-01-26 Mark Johnstonbhyve: Fix some warnings in the snapshot code
2023-01-26 Mark Johnstonbhyve: Put the prototype for vga_render() in a header
2023-01-26 Mark Johnstonbhyve: Use the proper type for string literals
2023-01-26 Mark Johnstonbhyve: Avoid arithmetic on void pointers
2023-01-26 Mark Johnstonbhyve: Address some warnings in bhyverun.c
2023-01-26 Mark Johnstonbhyve: Make hda_ops function tables const
2023-01-26 Mark Johnstonbhyve: Annotate unused function parameters
2023-01-26 Mark Johnstonbhyve: Use designated initializers for virtio_consts...
2023-01-26 Mark Johnstonbhyve: Address some warnings in bhyverun.c
2023-01-26 Chuck Tufflibhyve nvme: Fix Controller init error cases
2023-01-26 Mihai Burceavmm: Fix snapshots for AMD CPUs
2023-01-26 Vitaliy Gusevlibvmmapi: Add vm_close()
2023-01-26 Vitaliy Gusevbhyve: Snapshot impovements for 'blockif' backend
2023-01-26 Vitaliy Gusevbhyve: Enable suspend/resume support for virtio-blk.
2023-01-26 James Mintrambhyve: Report an error for invalid UUIDs.
2023-01-26 Robert Wingvmm_instruction_emul.c: fix bhyve build
2023-01-26 Robert Wingvmm: fix set but not used warning
2023-01-26 Robert Wingvmm: fix set but not used warning
2023-01-26 Robert Wingvmm: fix set but not used warning
2023-01-26 Robert Wingvmm: fix set but not used warnings
2023-01-26 Robert Wingvmm: fix set but not used warnings
2023-01-26 Robert Wingvmm: fix set but not used warning
2023-01-26 John BaldwinFix a typo in previous commit.
2023-01-26 John Baldwinvmm amdvi: Move ctrl under #ifdef AMDVI_DEBUG_CMD.
2023-01-26 John Baldwinvmm: Re-quiet set but unused warnings.
2023-01-26 Robert Wingvmm: fix "set but not used" warnings
2023-01-26 Robert Wingvmm: fix "set but not used" warnings
2023-01-26 Robert Wingvmm: fix "set but not used" warnings
next