aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Handle getcpu() calls in vsyscall emulation on amd64.Mark Johnston2020-05-311-1/+1
* Fix boot on systems where NUMA domain 0 is unpopulated.Mark Johnston2020-05-282-2/+2
* ice(4): Introduce new driver for Intel E800 Ethernet controllersEric Joyner2020-05-262-0/+5
* xen-locore: fix size in GDT descriptorRoger Pau Monné2020-05-261-2/+2
* copystr(9): Move to deprecate (attempt #2)Conrad Meyer2020-05-251-37/+0
* Fix the build after r361033 when ACPI is disabled.Mark Johnston2020-05-221-0/+5
* amd64: Add a knob to flush RSB on context switches if machine has SMEP.Konstantin Belousov2020-05-203-10/+27
* vmm(4): Add 12 user ABI compat after r349948Conrad Meyer2020-05-202-9/+39
* vmm(4), bhyve(8): Expose kernel-emulated special devices to userspaceConrad Meyer2020-05-152-0/+54
* Hide host CPUID 0x15 TSC/Crystal ratio/freq info from guestPeter Grehan2020-05-142-0/+13
* Call acpi_pxm_set_proximity_info() slightly earlier on x86.Mark Johnston2020-05-141-1/+2
* Assert that page table traversal functions don't operate on superpages.Mark Johnston2020-05-141-0/+4
* amd64/pmap: unbreak !NUMA case for fictitious pagesAndriy Gapon2020-05-121-1/+2
* Revert r360944 and r360946 until reported issues can be resolvedConrad Meyer2020-05-121-0/+37
* copystr(9): Move to deprecate [2/2]Conrad Meyer2020-05-111-37/+0
* Reinitialize thread0's stack base after enabling XSAVE.Mark Johnston2020-05-081-6/+7
* Initial support for bhyve save and restore.John Baldwin2020-05-0528-5/+1690
* Remove an obsolete TODO comment from several minidump implementations.Mark Johnston2020-04-241-1/+0
* vmm(4): Decode and emulate BEXTRConrad Meyer2020-04-211-0/+86
* vmm(4): Decode 3-byte VEX-prefixed instructionsConrad Meyer2020-04-212-4/+91
* vmm(4): Bump VM_MAX_MEMMAPS for vmgenidConrad Meyer2020-04-191-1/+1
* vmm.h: Add ABI assertions and mark implicit holesConrad Meyer2020-04-171-2/+14
* Convert canary, execpathp, and pagesizes to pointers.Brooks Davis2020-04-162-10/+10
* vmm(4): Expose instruction decode to userspace buildConrad Meyer2020-04-162-2/+24
* Make ps_strings in struct image_params into a pointer.Brooks Davis2020-04-152-2/+2
* Centralize compatability translation macros.Brooks Davis2020-04-142-16/+4
* Add queue(2) debug macros as build optionsConrad Meyer2020-04-122-0/+2
* Retire procfs-based process debugging.John Baldwin2020-04-015-13/+4
* Merge ACPICA 20200326.Jung-uk Kim2020-03-272-40/+21
* Expand generic subword atomic primitivesConrad Meyer2020-03-251-0/+1
* [PowerPC][Book-E] Fix missing load base in elf_cpu_parse_dynamic().Brandon Bergren2020-03-181-1/+1
* Untangle TPR shadowing and APIC virtualization.Michael Reifenberger2020-03-103-18/+84
* [aacraid] Port driver to big-endianLeandro Lupori2020-03-051-4/+0
* amd64 pmap.c: minor codegen optimization in flag accessRyan Libby2020-02-281-4/+4
* amd64 atomic.h: minor codegen optimization in flag accessRyan Libby2020-02-281-12/+6
* Remove trailing whitespace.Brooks Davis2020-02-271-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-265-12/+21
* Fix IBRS for machines with IBRS_ALL capability.Konstantin Belousov2020-02-252-2/+2
* amd64: keep PTE bitmasks in sync with target pmap during pv reclaimChuck Silvers2020-02-181-3/+6
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (4 of many)Pawel Biernacki2020-02-1511-19/+33
* amd64: remove no longer needed atomic_load_ptr castsMateusz Guzik2020-02-141-2/+2
* Make atomic_load_ptr type-awareMateusz Guzik2020-02-141-3/+3
* amd64: only check for error != 0 in the inlined part of l1d flush checkMateusz Guzik2020-02-141-8/+15
* vmm: Add Hygon Dhyana support.Konstantin Belousov2020-02-136-10/+14
* amd64: provide custom zpcpu set/add/sub routinesMateusz Guzik2020-02-122-4/+58
* amd64: store per-cpu allocations subtracted by __pcpuMateusz Guzik2020-02-122-2/+8
* amd64: remove redundant sa->code assignment from cpu_fetch_syscall_args_fallbackMateusz Guzik2020-02-111-2/+0
* amd64: clean up counter(9)Mateusz Guzik2020-02-071-8/+9
* Define MAXCPU consistently between the kernel and KLDs.Mark Johnston2020-02-051-1/+1
* regen linuxulator sysent after r357577Ed Maste2020-02-055-5/+75