aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert vmm_ops calls to IFUNCPeter Grehan2020-11-287-173/+230
* o Move options IOMMU from Debugging section back to the Bus sectionRuslan Bukin2020-11-272-2/+2
* Remove manual instruction encodings for VMLOAD, VMRUN, and VMSAVE.Peter Grehan2020-11-261-7/+3
* Unobfuscate "KERNLOAD" parameter on amd64. This change lines-up amd64 with theMaxim Sobolev2020-11-253-1/+11
* Pull the check for VM ownership into ppt_find().John Baldwin2020-11-241-70/+58
* Honor the disabled setting for MSI-X interrupts for passthrough devices.John Baldwin2020-11-244-0/+32
* Port rtsx(4) driver for Realtek SD card reader from OpenBSD.Jung-uk Kim2020-11-241-0/+1
* Linuxolator: Replace use of eventhandlers by sysent hooks.Konstantin Belousov2020-11-232-0/+6
* vm_phys: Try to clean up NUMA KPIsMark Johnston2020-11-192-4/+4
* 'make sysent' for r367773Conrad Meyer2020-11-176-12/+120
* linux(4): Implement name_to_handle_at(), open_by_handle_at()Conrad Meyer2020-11-172-4/+24
* vmm: Make pmap_invalidate_ept() wait synchronously for guest exitsMark Johnston2020-11-114-20/+55
* linux(4): Deduplicate unimpl/dummy syscall handlersConrad Meyer2020-11-053-303/+74
* Add qat(4)Mark Johnston2020-11-051-0/+4
* amd64: Make it easier to configure exception stack sizesMark Johnston2020-11-044-17/+24
* Fix a typoMateusz Piotrowski2020-11-041-1/+1
* Tidy up the #includes. Recent changes, such as the introduction ofAlan Cox2020-11-021-5/+0
* malloc: delegate M_EXEC handling to dedicacted routinesMateusz Guzik2020-10-301-1/+1
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
* Fix misnomer - linux_to_bsd_errno() does the exact opposite.Edward Tomasz Napierala2020-10-272-2/+2
* audit: also correctly audit linux_execve()Kyle Evans2020-10-262-0/+6
* Improve FPU Tag Word reconstruction on i386 to indicate register states.Konstantin Belousov2020-10-211-7/+37
* Add a kernel crypto driver using assembly routines from OpenSSL.John Baldwin2020-10-201-0/+1
* vmx: Implement pmap (de)activation in CMark Johnston2020-10-194-61/+33
* Stop calling set_syscall_retval() from linux_set_syscall_retval().Edward Tomasz Napierala2020-10-181-13/+34
* Slightly tweak linux ptrace(2) debug message; no functional changes.Edward Tomasz Napierala2020-10-181-0/+12
* amd64 pmap.h: explicitly provide constants values instead of relyingKonstantin Belousov2020-10-161-2/+2
* Simplify preload_dump() conditionMitchell Horne2020-10-151-2/+1
* Fix for mis-interpretation of PCB_KERNFPU.Konstantin Belousov2020-10-142-4/+6
* Limit workaround for errata E400 to appropriate AMD cpus.Konstantin Belousov2020-10-142-2/+17
* Avoid dump_avail[] redefinition.Konstantin Belousov2020-10-144-2/+6
* eliminate possible race in parallel TLB shootdown IPITycho Nightingale2020-10-131-1/+1
* 10Gigabit Ethernet driver for AMD SoCEmmanuel Vadot2020-10-112-0/+2