aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* x86: Update some stale comments in cpu_fork() and cpu_copy_thread().John Baldwin2021-03-121-2/+4
* x86: Always use clean FPU and segment base state for new kthreads.John Baldwin2021-03-121-11/+35
* x86: Copy the FPU/XSAVE state from the creating thread to new threads.John Baldwin2021-03-121-4/+6
* amd64: Cleanups to setting TLS registers for Linux binaries.John Baldwin2021-03-122-21/+5
* amd64: Only update fsbase/gsbase in pcb for curthread.John Baldwin2021-03-121-2/+4
* amd64 pmap: convert to counter(9), add PV and pagetable page countsJason A. Harmening2021-03-093-123/+155
* Rename _cscan_atomic.h and _cscan_bus.h to atomic_san.h and bus_san.hMark Johnston2021-03-081-1/+1
* Only set delayed inval for procs using PTIEric van Gyzen2021-03-051-1/+2
* acpi: Make nexus_acpi quiet on amd64 and i386Mark Johnston2021-03-051-1/+1
* pmap: Fix largemap restart checks in the kernel_maps sysctl handlerMark Johnston2021-02-251-6/+18
* Limit when we call DELAY from KCSAN on amd64Andrew Turner2021-02-251-1/+11
* smbios: Move smbios driver out from x86 machdep codeAllan Jude2021-02-233-32/+2
* amd64: implement strlen in assembly, take 2Mateusz Guzik2021-02-211-0/+66
* Add a VA_IS_CLEANMAP() macro.John Baldwin2021-02-181-3/+2
* linux: Unmap the VDSO page when unloadingMark Johnston2021-02-162-2/+4
* xen/boot: allow specifying boot method when booted from XenRoger Pau Monné2021-02-161-4/+0
* linux: drop unneeded castsEdward Tomasz Napierala2021-02-151-3/+3
* Revert "amd64: implement strlen in assembly"Mateusz Guzik2021-02-091-66/+0
* amd64: fix up a braino in strlen commentMateusz Guzik2021-02-081-1/+1
* amd64: implement strlen in assemblyMateusz Guzik2021-02-081-0/+66
* amd64 GENERIC: compile in mlx5en(4)Konstantin Belousov2021-02-051-0/+9
* Add a comment notifying that "device axp" requires miibus for build.Muhammad Moinur Rahman2021-02-042-1/+3
* bhyve/ioapic: improve the tracking of IRR bitRoger Pau Monné2021-02-021-4/+18
* bhyve/ioapic: only account for asserted line in level modeRoger Pau Monné2021-02-021-0/+2
* bhyve/vioapic: remove an extra pin masked checkRoger Pau Monné2021-02-021-3/+1
* amd64: use compiler intrinsics for bsf* and bsr*Mateusz Guzik2021-02-011-32/+4
* amd64: move memcmp checks upfrontMateusz Guzik2021-01-311-23/+29
* amd64: retire sse2_pagezeroMateusz Guzik2021-01-302-25/+0
* amd64: add missing ALIGN_TEXT to loops in memset and memmoveMateusz Guzik2021-01-301-0/+3
* Remove ndis(4) remnants from kernel configsMateusz Guzik2021-01-261-5/+0
* linux: map EBUSY returned by ptrace into ESRCHEdward Tomasz Napierala2021-01-191-2/+6
* linux: fix PTRACE_POKEDATA and PTRACE_POKETEXT.Edward Tomasz Napierala2021-01-191-2/+7
* KTLS: Enable KERN_TLS in GENERIC on amd64Andrew Gallatin2021-01-181-0/+1
* hid: Replace USBHID_ENABLED kernel config option with loader tunableVladimir Kondratyev2021-01-141-3/+0
* Split out the NODEBUG options to a common fileAndrew Turner2021-01-141-12/+1
* amd64: use builtins for all ffs* variantsMateusz Guzik2021-01-141-14/+3
* Enable accelerated AES-XTS software crypto in GENERIC.John Baldwin2021-01-131-0/+1
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-1/+2
* amd64: fix tlb shootdown when all cpus are passed in the bitmapMateusz Guzik2021-01-121-9/+6
* amd64: compare TLB shootdown target to all_cpusAndrew Gallatin2021-01-121-2/+2
* amd64 pmap: do not sleep in pmap_allocpte_alloc() with zero referenced page t...Konstantin Belousov2021-01-111-31/+35
* amd64 pmap: rename _pmap_allocpte() to pmap_allocpte_alloc().Konstantin Belousov2021-01-111-16/+16
* amd64 pmap: Remove wrong __unused annotation from the va argument.Konstantin Belousov2021-01-111-1/+1
* amd64 pmap: fix NULL deref in pmap_mincore().Konstantin Belousov2021-01-111-0/+3
* xen/privcmd: implement the dm op ioctlRoger Pau Monne2021-01-111-0/+7
* Prefer the use of vm_page_domain() to vm_phys_domain().Alan Cox2021-01-101-2/+2
* hid: Add recently imported drivers to NOTESVladimir Kondratyev2021-01-101-1/+7
* x86: Add rdtscp32() into cpufunc.h.Konstantin Belousov2021-01-101-0/+9
* amd64 pmap: add comment explaining TLB invalidation modes.Konstantin Belousov2021-01-101-17/+144
* pccard: Remove wi(4) driverWarner Losh2021-01-081-1/+0