aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* ddb: replace watchpoint set/clear functionsMitchell Horne2021-03-291-15/+0
* x86: implement kdb watchpoint functionsMitchell Horne2021-03-292-1/+5
* amd64: Make KPDPphys local to pmap.cMark Johnston2021-03-242-2/+1
* bhyve amd: Small cleanups in amdvi_dump_cmdsKa Ho Ng2021-03-231-2/+1
* Generalize bus_space(9) and atomic(9) sanitizer interceptorsMark Johnston2021-03-231-2/+10
* Correct "Fondation" typo (missing "u")Ed Maste2021-03-222-2/+2
* AMD-vi: Fix IOMMU device interrupts being overriddenKa Ho Ng2021-03-225-81/+250
* ivrs_drv: Fix IVHDs with duplicated BaseAddressKa Ho Ng2021-03-221-2/+3
* Remove PCPU_INCJason A. Harmening2021-03-211-29/+0
* x86: consolidate hw watchpoint logic into new fileMitchell Horne2021-03-191-211/+5
* bhyve: support relocating fbuf and passthru data BARsD Scott Phillips2021-03-196-2/+72
* Rename linux_set_upcall_kse() to linux_set_upcall().John Baldwin2021-03-183-3/+3
* x86: Reduce code duplication in cpu_fork() and cpu_copy_thread().John Baldwin2021-03-181-102/+65
* factor out PT page allocation/freeingJason A. Harmening2021-03-161-92/+109
* 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