linuxkpi: Add `complete` field to `struct dev_pm_ops`
[freebsd.git] / sys / amd64 /
2023-01-25 Martin Matuskazfs: merge openzfs/zfs@9cd71c860 (master)
2023-01-23 Xin LIMFV: xz 5.4.1.
2023-01-21 Andrew Gallatinvm: centralize VM_BATCHQUEUE_SIZE definition
2023-01-20 Robert Wingvmm: fix use after free in ppt_detach()
2023-01-20 Robert Wingvmm: take exclusive mem_segs_lock in vm_cleanup()
2023-01-20 Robert Wingvmm: take exclusive mem_segs_lock when (un)assigning...
2023-01-19 Gordon Berglingamd64: Fix a common typo in source code comments
2023-01-15 Gregory Neil ShapiroMerge commit '28fbd2825d216dafca4d991ad96d05b312f4f9a3'
2023-01-15 Cy Schubertunbound: Vendor import 1.17.1
2023-01-13 Alexander V. Chernikovnetlink: add netlink to GENERIC@amd64
2023-01-10 Dag-Erling SmørgravBring our tzcode up to date.
2023-01-06 Cy Schubertsqlite3: Vendor import of sqlite3 3.40.1
2023-01-05 Konstantin Belousovamd64 pmap.h: make it easier to use the header for...
2023-01-05 Konstantin Belousovamd64: be more precise when enabling the AlderLake...
2023-01-01 Xin LIMFV: xz 5.4.0
2022-12-31 Konstantin BelousovMove INVLPG to pmap_quick_enter_page() from pmap_quick_...
2022-12-31 Konstantin Belousovamd64: for small cores, use (big hammer) INVPCID_CTXGLO...
2022-12-31 Konstantin Belousovamd64: identify small cores
2022-12-14 Andrew Gallatinvm: reduce lock contention when processing vm batchqueues
2022-12-13 Martin Matuskalibarchive: merge from vendor branch
2022-12-12 Alan Coxpmap: standardize promotion conditions between amd64...
2022-12-09 John Baldwinvmm: Free vCPUs when destroying them.
2022-12-09 John Baldwinvmm: Avoid infinite loop in vcpu_lock_all error case.
2022-12-09 John Baldwinvmm: Don't lock a vCPU for VM_PPTDEV_MSI[X].
2022-12-09 John Baldwinvmm: VM_GET/SET_KERNEMU_DEV should run with the vCPU...
2022-12-09 Xin LIMFV: xz 5.2.9
2022-12-07 Martin Matuskazfs: merge openzfs/zfs@59493b63c (master)
2022-11-30 John Baldwinvmm: Remove stale comment for vm_rendezvous.
2022-11-30 Philip Paepscontrib/tzdata: import tzdata 2022g
2022-11-29 Bjoern A. Zeebnet80211: fix IEEE80211_DEBUG_REFCNT builds
2022-11-28 Cy Schubertsqlite3: Vendor import of sqlite3 3.40.0
2022-11-23 Corvin Köhnevmm: don't lock a mtx in the icr_low write handler
2022-11-21 Corvin Köhnevmm: remove unneccessary rendezvous assertion
2022-11-20 Dmitry Chaginvmm: Fix build w/o KDTRACE_HOOKS.
2022-11-18 Cy Schubertvmm: Fix non-INVARIANTS build
2022-11-18 Mark Johnstonvmm: Restore the correct vm_inject_*() prototypes
2022-11-18 John Baldwinvmm: Trim some pointless #ifdef KTR.
2022-11-18 John Baldwinvmm: Convert VM_MAXCPU into a loader tunable hw.vmm...
2022-11-18 John Baldwinvmm: Allocate vCPUs on first use of a vCPU.
2022-11-18 John Baldwinvmm: Use a cpuset_t for vCPUs waiting for STARTUP IPIs.
2022-11-18 John Baldwinvmm devmem_mmap_single: Bump object reference under...
2022-11-18 John Baldwinvmm: Use an sx lock to protect the memory map.
2022-11-18 John Baldwinvmm: Destroy mutexes.
2022-11-18 John Baldwinvmm stat: Add a special nelems constant for arrays...
2022-11-18 John Baldwinvmm vmx: Allocate vpids on demand as each vCPU is initi...
2022-11-18 John Baldwinvmm: Lookup vcpu pointers in vmmdev_ioctl.
2022-11-18 John Baldwinvmm ppt: Remove unused vcpu arg from MSI setup handlers.
2022-11-18 John Baldwinvmm: Remove unused vcpuid argument from vioapic_process...
2022-11-18 John Baldwinvmm: Use struct vcpu in the rendezvous code.
2022-11-18 John Baldwinvmm: Remove support for vm_rendezvous with a cpuid...
2022-11-18 John Baldwinvmm: Remove vcpuid from I/O port handlers.
2022-11-18 John Baldwinvmm: Pass vcpu instead of vm and vcpuid to APIs used...
2022-11-18 John Baldwinvmm: Use struct vcpu in the instruction emulation code.
2022-11-18 John Baldwinvmm: Add vm_gpa_hold_global wrapper function.
2022-11-18 John Baldwinvmm: Add _KERNEL guards for io headers shared with...
2022-11-18 John Baldwinbhyve: Remove unused vm and vcpu arguments from vm_copy...
2022-11-18 John Baldwinvmm: Use struct vcpu with the vmm_stat API.
2022-11-18 John Baldwinvmm: Expose struct vcpu as an opaque type.
2022-11-18 John Baldwinvmm: Use VLAPIC_CTR* in more places.
2022-11-18 John Baldwinvmm vmx: Add VMX_CTR* wrapper macros.
2022-11-18 John Baldwinvmm svm: Add SVM_CTR* wrapper macros.
2022-11-18 John Baldwinvmm: Remove the per-vm cookie argument from vmmops...
2022-11-18 John Baldwinvmm: Refactor storage of CPU-dependent per-vCPU data.
2022-11-18 John Baldwinvmm vmx: Add a global bool to indicate if the host...
2022-11-18 John Baldwinvmm: Rework snapshotting of CPU-specific per-vCPU data.
2022-11-18 John Baldwinvmm svm: Mark all VMCB state caches dirty on vCPU restore.
2022-11-18 John Baldwinvmm vmx: Refactor per-vCPU data.
2022-11-18 John Baldwinvmm svm: Refactor per-vCPU data.
2022-11-18 John Baldwinvmm: Use vm_get_maxcpus() instead of VM_MAXCPU in vario...
2022-11-18 John Baldwinvmm: Simplify saving of absolute TSC values in snapshots.
2022-11-18 Xin LIMFV: expat 2.5.0
2022-11-18 Xin LIMFV: xz-embedded 3f438e15109229bb14ab45f285f4bff5412a9542
2022-11-17 Xin LIMFV: Merge xz 5.2.8
2022-11-16 Martin Matuskazfs: merge openzfs/zfs@2163cde45
2022-11-15 Emmanuel VadotImport device-tree files from Linux 6.0
2022-11-15 Emmanuel VadotImport device-tree files from Linux 5.19
2022-11-15 Mateusz GuzikRetire broken GPROF support from the kernel
2022-11-11 Mark Johnstonbhyve: Drop volatile qualifiers from snapshot code
2022-11-05 Kyle EvansMerge commit '93bf91b4012a28610672d2266366dfa0a663b70f...
2022-11-02 Elliott Mitchellsys: use .S for assembly language files that use the...
2022-11-01 Jung-uk KimOpenSSL: Merge OpenSSL 1.1.1s
2022-11-01 Konstantin Belousovvmm: do not leak halted_cpus bit after suspension
2022-10-29 Kyle EvansAdd 'contrib/wireguard-tools/' from commit '7e00bf8773b...
2022-10-29 Philip Paepscontrib/tzdata: import tzdata 2022f
2022-10-28 Mitchell Horneddb: print the actual syscall name
2022-10-28 Mitchell Hornelinux: populate sv_syscallnames in each sysentvec
2022-10-28 Jung-uk Kimacpica: Merge ACPICA 20221020
2022-10-27 Xin LIMFV: Restore the ability to process files from stdin...
2022-10-26 John Baldwinvmm: Fix AP startup with old userspace binaries.
2022-10-25 Mark Johnstonbhyve: Address some signed/unsigned comparison warnings
2022-10-19 Konstantin BelousovAdd vm_page_any_valid()
2022-10-19 Ed Mastessh: update to OpenSSH 9.1p1
2022-10-18 Colin Percivalamd64: Add FIRECRACKER kernel configuration
2022-10-16 Cy Schubertunbound: Vendor import 1.17.0
2022-10-14 Corvin Köhnevmm: validate icr value
2022-10-14 Corvin Köhnevmm: increase vlapic version
2022-10-14 Corvin Köhnevmm: permit some IPIs to be handled by userspace
2022-10-12 Philip Paepscontrib/tzdata: import tzdata 2022e
2022-10-10 Konstantin Belousovamd64 pmap: add comment explaining why INVLPG is functi...
2022-10-10 Konstantin Belousovamd64: remove useless addr2 variables in page range...
next