]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
epair: Simplify the transmit path and address lost wakeups
[FreeBSD/FreeBSD.git] / sys / amd64 /
2023-03-07 Mark Johnstonamd64: Avoid copying td_frame from kernel procs
2023-02-27 Alexander V. ChernikovRevert "netlink: add NETLINK to GENERIC."
2023-02-23 Mark Johnstonvmm: Fix AP startup compatibility for old bhyve executables
2023-02-09 Dmitry Chaginlinux(4): Remove stale comment that no longer applies.
2023-02-09 Dmitry Chaginlinux(4): Microoptimize rt_sendsig() on amd64.
2023-02-09 Dmitry Chaginlinux(4): Preserve fpu fxsave state across signal deliv...
2023-02-09 Dmitry Chaginlinux(4): Deduplicate linux_trans_osrel().
2023-02-09 Dmitry Chaginlinux(4): Deduplicate linux_copyout_strings().
2023-02-09 Dmitry Chaginlinux(4): Deduplicate linux_fixup_elf().
2023-02-09 Dmitry Chaginlinux(4): Microoptimize linux_elf.h for future use.
2023-02-09 Dmitry Chaginlinux(4): Deduplicate MI futex structures.
2023-02-09 Dmitry Chaginamd64: Eliminate write only cpu_fxsr.
2023-02-09 Edward Tomasz Napi... Unstaticize {get,set}_fpcontext() on amd64
2023-02-08 Corvin Köhnevmm: avoid spurious rendezvous
2023-02-08 Bartosz Sobczakirdma: Add RDMA driver for Intel(R) Ethernet Controller...
2023-02-06 Eric Joynervtd: Increase DRHD_MAX_UNITS
2023-02-03 Konstantin Belousovamd64: do not enable PKRU if user disabled saving PKRU...
2023-01-27 Alexander V. Chernikovnetlink: add netlink to GENERIC@amd64
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 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-22 Gordon Berglingamd64: Fix a common typo in source code comments
2023-01-20 Konstantin Belousovamd64 pmap.h: make it easier to use the header for...
2023-01-20 Konstantin Belousovamd64: be more precise when enabling the AlderLake...
2023-01-20 Konstantin BelousovMove INVLPG to pmap_quick_enter_page() from pmap_quick_...
2023-01-20 Konstantin Belousovamd64: for small cores, use (big hammer) INVPCID_CTXGLO...
2023-01-20 Konstantin Belousovamd64: identify small cores
2022-12-22 John Baldwinvmm: Fix AP startup with old userspace binaries.
2022-12-22 Corvin Köhnevmm: validate icr value
2022-12-22 Corvin Köhnevmm: increase vlapic version
2022-12-09 Corvin Köhnevmm: permit some IPIs to be handled by userspace
2022-12-09 Corvin Köhnevmm: emulate INVD by ignoring it
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-11-29 Mark Johnstonbhyve: Drop volatile qualifiers from snapshot code
2022-11-29 Corvin Köhnevmm: remove unneccessary rendezvous assertion
2022-11-14 Mark JohnstonSimplify kernel sanitizer interceptors
2022-11-11 John Baldwinlinux32: binutils as requires %eflags instead of %flags...
2022-11-11 Vitaliy Gusevvmm: Cherry pick illumos commit '13361 bhyve should...
next