aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* hid: Import usbhid - USB transport backend for HID subsystem.Vladimir Kondratyev2021-01-071-0/+3
* hid: Import iichid - I2C transport backend for HID subsystemVladimir Kondratyev2021-01-071-0/+1
* hid: Import functions and constants required by new subsystemVladimir Kondratyev2021-01-071-0/+1
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-071-0/+3
* amd64 nmi handler: fix comment about %ebxKonstantin Belousov2020-12-271-2/+2
* amd64: preserve %cr2 in NMI/MCE/DBG handlers.Konstantin Belousov2020-12-272-7/+17
* Fix amd64 GENERIC-MMCCAM kernel buildKristof Provost2020-12-241-3/+0
* gdb(4) fix x86 signal reportingMitchell Horne2020-12-231-15/+12
* Skip the vm.pmap.kernel_maps sysctl by default.John Baldwin2020-12-181-1/+1
* amd64: use register macros for gdb_cpu_getreg()Mitchell Horne2020-12-182-22/+25
* amd64: allow gdb(4) to write to most registersMitchell Horne2020-12-182-4/+50
* amd64 pmap: fix PCID mode invalidationsKonstantin Belousov2020-12-142-159/+154
* Enable ROUTE_MPATH support in GENERIC kernels.Alexander V. Chernikov2020-12-141-0/+1
* hme(4): Remove as previous announcedBrooks Davis2020-12-111-1/+0
* Fix i386 linux module after r367395.Tijl Coosemans2020-12-051-0/+0
* Add VT driver for VBE framebuffer deviceToomas Soome2020-11-303-0/+3
* bhyve: limit max GPA to VM_MAXUSER_ADDRESS_LA48.Konstantin Belousov2020-11-291-3/+3