]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
vmm: Remove unused vcpuid argument from vioapic_process_eoi.
[FreeBSD/FreeBSD.git] / sys / amd64 /
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...
2022-11-08 Konstantin Belousovvmm: do not leak halted_cpus bit after suspension
2022-11-06 Mitchell Horneddb: print the actual syscall name
2022-11-06 Mitchell Hornelinux: populate sv_syscallnames in each sysentvec
2022-11-06 Mitchell Horneddb: de-duplicate decode_syscall()
2022-10-26 Konstantin BelousovAdd vm_page_any_valid()
2022-10-13 Konstantin Belousovamd64: remove useless addr2 variables in page range...
2022-10-13 Konstantin Belousovamd64 pmap: add comment explaining why INVLPG is functi...
2022-10-09 Mark Johnstonamd64: Make it possible to grow the KERNBASE region...
2022-10-05 Konstantin Belousovamd64: Initialize IPI scoreboard earlier
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-10-01 Mark Johnstonamd64: Ignore 1GB mappings in pmap_advise()
2022-10-01 Mark Johnstonamd64: Handle 1GB mappings in pmap_enter_quick_locked()
2022-09-14 Alexander V. ChernikovAdd FIB_ALGO to GENERIC on amd64/arm64.
2022-08-31 Konstantin Belousovx86: improve machdep.uprintf_signal
2022-08-31 Konstantin Belousovx86: print trap name in addition of trap number
2022-08-28 Konstantin Belousovamd64: update comment for casueword/casueword32, mentio...
2022-08-25 John Baldwinbhyve: Validate host PAs used to map passthrough BARs.
2022-07-29 Dimitry AndricFix unused variable warning in amd64's pmap.c
2022-07-27 Mark Johnstonvm_object: Modify various drivers to allocate OBJT_SWAP...
2022-07-13 John Baldwinvmm: Destroy character devices synchronously.
2022-07-13 Dmitry Chaginamd64: Reload CPU ext features after resume or cr4...
2022-07-06 Dmitry Chaginlinux(4): To reuse MD linux.h hide kernel dependencies...
2022-06-30 Alexander Motinamd64: Stop using REP MOVSB for backward memmove()s.
2022-06-29 Mark Johnstonpmap: Keep PTI page table pages busy
2022-06-27 Mitchell Hornekerneldump: remove physical from dump routines
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-24 Vitaliy Gusevvmm: move bumping VMEXIT_USERSPACE stat to the right...
2022-06-20 Corvin Köhnevmm: add tunable to trap WBINVD
2022-06-17 Dmitry Chaginlinux(4): Properly restore the thread signal mask after...
2022-06-17 Dmitry Chaginlinux(4): Properly build argument list for the signal...
2022-06-17 Dmitry Chaginlinux(4): Microoptimize rt_sendsig(), convert signal...
2022-06-17 Dmitry Chaginlinux(4): Avoid direct manipulation of td_sigmask
2022-06-17 Dmitry Chaginlinux(4): Reduce duplication between MD parts of the...
2022-06-17 Dmitry Chaginlinux(4): Handle 64-bit SO_TIMESTAMP for 32-bit binaries
2022-06-17 Dmitry Chaginlinux(4): Deduplicate execve
2022-06-17 Dmitry Chaginlinux(4): Fix execve() on amd64/linux32 after a125ed50
2022-06-17 Dmitry Chaginlinux(4): Deduplicate bsd_to_linux_trapcode()
2022-06-17 Dmitry Chaginlinux(4): Deduplicate translate_traps()
2022-06-17 Dmitry ChaginRetire sv_transtrap
next