summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
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
2017-10-18Set TSC timecounter frequency to the CPU frequency estimate if unknownMike Belopuhov
2017-10-17Don't do crazy bullshit when this is included by the bootblocks.Theo de Raadt
2017-10-17remove the remaining references to .depend files since nothing creates themChristian Weisgerber
2017-10-17Simplify code that determines the number of arguments for a given function.Jasper Lievisse Adriaanse
2017-10-17Add a machine-independent implementation for the mplock.Visa Hankala
2017-10-17Correctly handle frequency measurement failuresMike Belopuhov
2017-10-14locore0: remove an unused variableMike Larkin
2017-10-14reduce the amount of includes in arch/amd64Jonathan Gray
2017-10-13I was one bit off in the "is canonical" test for FS.base (TCB pointer) values,Philip Guenther
2017-10-11Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. ThePatrick Wildt
2017-10-11Add "machine gop" command to support changing graphic output mode.YASUOKA Masahiko
2017-10-10remove a unused variableMike Larkin
2017-10-06Recalibrate TSC timecounter with HPET and PM timerMike Belopuhov
2017-10-06vmm: handle 32 bit guest w/PAE when guest enables PAE first then paging,Mike Larkin
2017-10-06Revert previous video mode when setting GOP SetMode is failed. ThisYASUOKA Masahiko
2017-10-05vmm: add functions to decode %rflags and IA32_MISC_ENABLE MSR.Mike Larkin
2017-10-05restore a block of code erroneously removed in r1.162 that causes aMike Larkin
2017-10-05fix some spacing issues, wrong comments, and DPRINTFs that were in theMike Larkin
2017-10-05change DPRINTF format specifier from %lld to %llx for easier readabilityMike Larkin