aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* bhyve: Remove vmctx member from struct vm_snapshot_meta.John Baldwin3 days2-23/+32
* libvmmapi: Add a struct vcpu and use it in most APIs.John Baldwin3 days3-206/+162
* acpi_wakeup.c: apply the reviewer' editorial corrections to the comment text.Konstantin Belousov10 days1-2/+2
* amd64: properly recalculate mitigations knobs after resumeKonstantin Belousov10 days2-1/+15
* amd64 acpi_wakeup.c: fix typoKonstantin Belousov11 days1-1/+1
* vmm: fix missing ipi statisticVitaliy Gusev11 days3-8/+6
* linux(4): Drop unncessary struct l_ifconf declaration from amd64/linuxDmitry Chagin2023-03-041-11/+0
* linux(4): Reduce code duplication between MD filesDmitry Chagin2023-03-042-68/+0
* abstract out the vm detection via smbios..John-Mark Gurney2023-03-031-0/+3
* bhyve: fix restore of kernel structsVitaliy Gusev2023-02-285-25/+1
* vmm: fix restore of TSC offsetVitaliy Gusev2023-02-281-0/+2
* amd64 kernel config: clean up whitespaceMike Karels2023-02-244-19/+19
* Exclude MMCCAM kernels from make universeMateusz Guzik2023-02-161-0/+2
* linux(4): Rename linux_timer.h to linux_time.hDmitry Chagin2023-02-142-2/+2
* linux(4): Cleanup includes under amd64/linuxDmitry Chagin2023-02-148-58/+7
* linux(4): Cleanup vm includes from linux_util.hDmitry Chagin2023-02-141-0/+1
* Complete removal of opt_compat.hDmitry Chagin2023-02-131-1/+0
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-122-4/+0
* vmm: Fix AP startup compatibility for old bhyve executablesMark Johnston2023-02-091-8/+14
* vmm: Remove an unneeded initialization of "retu"Mark Johnston2023-02-091-3/+1
* vmm: Collapse identical case statements in vlapic_icrlo_write_handler()Mark Johnston2023-02-091-16/+0
* MINIMAL: Update and clean up.Dag-Erling Smørgrav2023-02-091-3/+10
* amd64 ia32 vdso: always define some __vdso_ symbolsKonstantin Belousov2023-02-091-2/+10
* amd64: ansifyMateusz Guzik2023-02-073-35/+11
* amd64 pmap: patch up a comment in pmap_init_pv_tableMateusz Guzik2023-02-061-3/+7
* hv_hid: Hyper-V HID driverYuri2023-02-051-0/+1
* vmm: purge EOL release compatibilityElliott Mitchell2023-02-041-10/+0
* linux(4): Remove stale comment that no longer applies.Dmitry Chagin2023-02-021-2/+0
* linux(4): Microoptimize rt_sendsig() on amd64.Dmitry Chagin2023-02-021-17/+17
* linux(4): Preserve fpu fxsave state across signal delivery on amd64.Dmitry Chagin2023-02-021-6/+64
* linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin2023-02-022-57/+3
* linux(4): Deduplicate linux_copyout_strings().Dmitry Chagin2023-02-021-129/+1
* linux(4): Deduplicate linux_fixup_elf().Dmitry Chagin2023-02-022-33/+2
* linux(4): Microoptimize linux_elf.h for future use.Dmitry Chagin2023-02-022-0/+2
* Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov2023-02-012-9/+24
* linux(4): Deduplicate MI futex structures.Dmitry Chagin2023-02-012-22/+0
* amd64: Eliminate write only cpu_fxsr.Dmitry Chagin2023-02-011-1/+1
* vmm: avoid spurious rendezvousCorvin Köhne2023-02-014-7/+14
* vtd: Increase DRHD_MAX_UNITSEric Joyner2023-01-311-1/+1
* amd64: do not enable PKRU if user disabled saving PKRU register in xsave maskKonstantin Belousov2023-01-271-1/+17
* vm: centralize VM_BATCHQUEUE_SIZE definitionAndrew Gallatin2023-01-211-6/+0
* vmm: fix use after free in ppt_detach()Robert Wing2023-01-203-1/+6
* vmm: take exclusive mem_segs_lock in vm_cleanup()Robert Wing2023-01-201-0/+4
* vmm: take exclusive mem_segs_lock when (un)assigning ppt devRobert Wing2023-01-201-2/+2
* amd64: Fix a common typo in source code commentsGordon Bergling2023-01-191-2/+2
* netlink: add netlink to GENERIC@amd64Alexander V. Chernikov2023-01-131-0/+1
* amd64 pmap.h: make it easier to use the header for other consumersKonstantin Belousov2023-01-051-0/+2
* amd64: be more precise when enabling the AlderLake small core PCID workaroundKonstantin Belousov2023-01-054-16/+31
* Move INVLPG to pmap_quick_enter_page() from pmap_quick_remove_page().Konstantin Belousov2022-12-311-8/+7
* amd64: for small cores, use (big hammer) INVPCID_CTXGLOB instead of INVLPGKonstantin Belousov2022-12-315-13/+67