summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2018-01-12Correctly iterate over all extended signatures.Patrick Wildt
2018-01-12Unify <machine/mutex.h> a bit further.Martin Pieuchot
2018-01-12IBRS -> IBRS,IBPB in identifycpu linesMike Larkin
2018-01-11Update the Intel microcode once the root filesystem has been mounted.Patrick Wildt
2018-01-07delete a wrong commentMike Larkin
2018-01-07remove all PG_G global page mappings from the kernel when running onMike Larkin
2018-01-07amd64_{get,set}_fsbase() are superfluous and unused; delete them.Philip Guenther
2018-01-07Delete obsolete/untrue commentsPhilip Guenther
2018-01-07remove a ridiculous comment and move another comment to the line it wasMike Larkin
2018-01-07Add identcpu.c and specialreg.h definitions for the new Intel/AMD MSRsMike Larkin
2018-01-06Handle %gs like %[def]s and reset set it in cpu_switchto() instead of onPhilip Guenther
2018-01-05Show uvm_fault and trace when typing show panic on a page fault'd kernelPaul Irofti
2017-12-27Add size for free() in the AMD K10/K11 pstate driver.Frederic Cambus
2017-12-24Add a PCI attachment driver for bwfm(4). It's not finished, but it'sPatrick Wildt
2017-12-24Somes fixes for the VIA PadLock drivers.Frederic Cambus
2017-12-20Switch x86 architectures to the common C mutex implementation.Martin Pieuchot
2017-12-19Pass calibrated TSC frequency to vmm(4) guests. On machines where TSCPatrick Wildt
2017-12-18Add sizes for free() in libsa for amd64 and i386.Frederic Cambus
2017-12-17vmm(4): pass EFER properly from vmd(8), needed to support vmctl(8)'s "-b"Mike Larkin
2017-12-14fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, soPhilip Guenther
2017-12-11In uvm Chuck decided backing store would not be allocated proactivelyTheo de Raadt
2017-12-09Add sizes for free() in the AMD PowerNow! K8 driver.Frederic Cambus
2017-12-08Disable SMAP temporarily to display userland traces.Martin Pieuchot
2017-12-07correct indentationTheo de Raadt
2017-12-07reorder some port numbers, no functional change.Mike Larkin
2017-12-06Update inaccurate comment: i386_has_xcrypt => amd64_has_xcrypt.Frederic Cambus
2017-12-04Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock).Martin Pieuchot
2017-12-03Enable bgw(4).Mark Kettenis
2017-11-29vmm(4) :Add the ukvm/Solo5 hypercall I/O ports to the list of ports to beMike Larkin
2017-11-29make vmm(4) less responsible for initial register state, preferring to letMike Larkin
2017-11-29Add a bunch of DPRINTFs in failure paths, fix some whitespace and someMike Larkin
2017-11-29add some comments. no functional changeMike Larkin
2017-11-28better handling for invalid instruction lengths.Mike Larkin
2017-11-25Implement network boot support in efiboot(8). This changes efiboot(8)Patrick Wildt
2017-11-19Remove lock_machdep.c from amd64, i386, mips64 and sparc64.Visa Hankala
2017-11-17vmmvar.h changes for upcoming cdrom support in vmd(8).Mike Larkin
2017-11-16Add PCI attachment for dwiic(4) needed by Intel 100 Series machinesJoshua Stein
2017-11-14Add sizes for free() in the VIA PadLock driver.Frederic Cambus
2017-11-06Modify "machine video" command not to list mode when chaning video mode.YASUOKA Masahiko
2017-11-06Call CD-ROM devices cdN instead of hdN. Also select the booted deviceYASUOKA Masahiko
2017-11-04Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At theFlorian Obser
2017-11-03use %lx to print the frame address if resolving of the symbol name failsJasper Lievisse Adriaanse
2017-10-28Rename function name and order. No fuctional change.YASUOKA Masahiko
2017-10-28Attach efifb(4) when the system is booted with serial console. AlsoYASUOKA Masahiko
2017-10-27Call i8254_startclock() earlier to make delay() usable. Actually HPYASUOKA Masahiko
2017-10-25Initialize processor extended state in fpu_kernel_enterMike Belopuhov
2017-10-24In ld scripts, an output section with no input sections is always markedPhilip Guenther
2017-10-23Expose TSC properties via sysctl nodesMike Belopuhov
2017-10-19Don't forget to set the timecounter frequencyMike Belopuhov
2017-10-18Fixup previous; noticed by canacar@Mike Belopuhov