summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2015-06-29Remove some unused #definesMike Larkin
2015-06-28Force the return to userspace from execve to go through iretq to get allPhilip Guenther
2015-06-28LDT is gone and not coming backPhilip Guenther
2015-06-28Split AST handling from trap() into ast() and get rid of T_ASTFLT.Philip Guenther
2015-06-25you need to include ddb/db_output.h so you know how to call db_printfDavid Gwynne
2015-06-24Uninitialized variables; pedro@Miod Vallat
2015-06-24Remove a couple of unused and old #defines that discussed phys and virtMike Larkin
2015-06-23If the kernel symbols fit completely into the 2 MB alignment holeAlexander Bluhm
2015-06-22Add an #ifdef HIBERNATE to allow to build a kernel without hibernate butAlexander Bluhm
2015-06-22Make it possible to create write combing mappings through /dev/mem. This isMark Kettenis
2015-06-22document that boot.conf can contain comments;Jason McIntyre
2015-06-13Parse _CST objects and use the C-states they describe when they're sane.Philip Guenther
2015-06-07Add a default panic case to a switch statement where code after assumesJonathan Gray
2015-06-07Add CR4_FSGSBASEPhilip Guenther
2015-06-07Enable use of mwait in non-MP boxes and report # of C-substates up to C7,Philip Guenther
2015-06-06Enable rtwn(4) on RAMDISK_CD kernels for upgrades. ok deraadtStefan Sperling
2015-06-04Enable rtwn(4) on amd64.Stefan Sperling
2015-05-30Remove commented out DRMDEBUG/DRM_DEBUG lines. Other drivers don't haveJonathan Gray
2015-05-29Nuke annoying whitespace nits to shrink some future diffs.Kenneth R Westerback
2015-05-28when machdep.allowaperture sysctl is set to 3, allow concurrent accessJoshua Stein
2015-05-28Save the cpuid(6) eax bits in the cpu_info and report the SENSOR and ARATPhilip Guenther
2015-05-24Treat primary cpu like others and put pointer to its GDT in cpu_info.ci_gdtPhilip Guenther
2015-05-18Do lazy update/reset of the FS.base and %[def]s segment registers: resetingPhilip Guenther
2015-05-13Define END() to set ELF symbol size.Masao Uebayashi
2015-05-11Convert from uiomovei() to uiomove() to prevent short tranfersPhilip Guenther
2015-05-09Cleanup/rejig GPT code to be more readable, support different endianKenneth R Westerback
2015-05-05emul_native is only used for kernel threads which can't dump core, soPhilip Guenther
2015-04-30Clean up some spacing. No functional changeMike Larkin
2015-04-30Remove SIZE_MAX from limits.h. It was added years ago before weTodd C. Miller
2015-04-28Explicitly include .codepatch and .codepatchend in .rodata such thatMark Kettenis
2015-04-25We now following the ABI and always clear cld on function entry, so removePhilip Guenther
2015-04-25cpu_busy_cycle_fcn callback has never been usedPhilip Guenther
2015-04-24Use "softintr_pic0" instead of "softintr_fakepic" when faking aJonathan Gray
2015-04-19Add support for x2apic modeStefan Fritsch
2015-04-19Add a missing pmap_kremoveStefan Fritsch
2015-04-18It seems that the CPUID lies about the monitor-line size, or at least ourMark Kettenis
2015-04-18i386 and amd64 have only one syscall entry point now, so simply thePhilip Guenther
2015-04-16Enable ualea(4) where we have uhub(4), these USB device lists cry forMartin Pieuchot
2015-04-15include header required for DEBUG build; ok jsg@Christian Weisgerber
2015-04-15Unneeded return at the end of a void function.Mike Larkin
2015-04-02use correct capitalization of 'BlackBerry'Jasper Lievisse Adriaanse
2015-03-31Tracing across an interrupt frame was failing because the trace code thoughtPhilip Guenther
2015-03-25Save/restore AVX registers and other XSAVE-managed state information whenMark Kettenis
2015-03-25Mark CPUID_LEAF inline asm as volatile to prevent the compiler from reorderingMark Kettenis
2015-03-24unwire lmc(4) and san(4).David Gwynne
2015-03-22Explain the state on syscall entryPhilip Guenther
2015-03-22Xstray* and Xhold* symbols vanished at some point; delete special handlingPhilip Guenther
2015-03-21Add support for saving/restoring FPU state using the XSAVE/XRSTOR. LimitMark Kettenis
2015-03-16Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpeTheo de Raadt
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray