]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
vmm: Use a cpuset_t for vCPUs waiting for STARTUP IPIs.
[FreeBSD/FreeBSD.git] / sys /
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 Warner Loshbhyve: Implement MSR_MISC_FEATURES_ENABLES
2023-01-26 Mark Johnstonbhyve: Address some signed/unsigned comparison warnings
2023-01-26 Mark Johnstonbhyve: Annotate unused function parameters
2023-01-26 Mihai Burceavmm: Fix snapshots for AMD CPUs
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
2023-01-26 Roger Pau Monnébhyve/ioapic: improve the tracking of IRR bit
2023-01-26 Roger Pau Monnébhyve/ioapic: only account for asserted line in level...
2023-01-26 Roger Pau Monnébhyve/vioapic: remove an extra pin masked check
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-26 Alexander V. Chernikovnetlink: allow netlink to be build in the kernel
2023-01-26 Gleb Smirnoffnetlink: fix standalone module build
2023-01-26 Alexander V. Chernikovlinuxolator: add netlink support
2023-01-26 Gordon Berglingath(4): Fix a sysctl description and a typo in a comment
2023-01-26 Rick Macklemkgssapi: Increase timeout for kernel to gssd(8) upcalls
2023-01-26 Rick Macklemnfscl: Improve NFSv4 error message for NFSERR_WRONGSEC
2023-01-25 Steffen Dirkwinkelumodem: ignore CDC_CM descriptor for baltech smartcard...
2023-01-25 Steffen Dirkwinkelumodem: add quirk to ignore CDC_CM descriptor
2023-01-25 Warner LoshRevert "mips: remove saf1761"
2023-01-24 Warner Loshbyteswap.h: Add a glibc/linux compatible byteswap.h
2023-01-24 Warner Loshlinux: For better compatibility, provide compatible...
2023-01-24 Warner Loshendian.h: Use the __bswap* versions
2023-01-24 Brooks Davisepoch: replace hand coded assertion
2023-01-24 Brooks Davisriscv: Fix thread0.td_kstack_pages init
2023-01-24 Brooks Davisarm64: Fix thread0.td_kstack_pages init
2023-01-24 Warner Loshstand: Make ioctl declaration consistent
2023-01-24 Warner Loshmips: remove saf1761
2023-01-24 Jessica Clarkeufs: Rework shortlink handling to avoid subobject overflows
2023-01-24 Roger Pau Monnéstand/multiboot2: add support for booting a Xen dom0...
2023-01-24 Andrew TurnerRemove obsolete code gated on _ARM_ARCH_*
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Update `struct irq_work`
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Define `boot_cpu_data.x86_max_cores`
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Define `lockdep_assert_none_held_once()`
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Include `errno.h` from `acpi/video.h`
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Introduce module_param() of type `bint`
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Add `PCIE_SPEED_{32,64}_0GT` PCI-E bus speed...
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Add `cmpxchg64()` in <asm/atomic.h>
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Define `ZERO_OR_NULL_PTR()` in <linux/slab.h>
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Define `pci_reset_function()` in <linux/pci.h>
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Include <linux/list.h> and <linux/kernel...
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Add <linux/mman.h> which includes <linux...
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Add <linux/page-flags.h>
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Add `dev_warn_once()` in <linux/device.h>
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Add `list_for_each_entry_from_rcu()` in ...
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Define `typeof_member()` in <linux/kernel.h>
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Add <linux/dma-buf-map.h>
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Add <linux/mmzone.h>
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Add <acpi/actbl.h>
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Add `krealloc_array()`
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Introduce module_param() of type `hexint`
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Introduce `vma_set_file()`
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Include <linux/shinker.h> in <linux/mm.h>
2023-01-24 Jean-Sébastien Pédronlinuxkpi: Add `__GFP_NOMEMALLOC` kmalloc flag
2023-01-24 John Graftonlinprocfs: Add net/route.
2023-01-24 John Baldwinktls: Post receive errors on partially closed sockets.
next