summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2012-08-24Synchronize CR4 and CPUID portions of <machine/specialreg.h> for i386 and amd64Philip Guenthe
2012-08-23kill nnpfs deadTheo de Raadt
2012-08-22Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccPascal Stumpf
2012-08-22Build the kernel with -fno-pie. Just getting Ms out of my tree; this will bePascal Stumpf
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2012-08-15use Lk for links;Jason McIntyre
2012-08-15add oce and mfii; ok deraadt dlgMike Belopuhov
2012-08-14enable mfii(4).David Gwynne
2012-08-10';;', even with a newline between the semicolons, doesn't make muchKenneth R Westerback
2012-08-07Move the common bits of syscall invocation and return handling intoPhilip Guenthe
2012-08-03enable oce(4)Mike Belopuhov
2012-08-01Use mtrrmask instead of hardcoded values to accommodate newer CPUsMike Belopuhov
2012-07-13extraneous comment (corresponding code was removed a while back)Mike Larkin
2012-07-13Make amd64 look like i386 for hibernate resumeMike Larkin
2012-07-13Make amd64 like i386 for hibernate support in acpi_sleep_machdepMike Larkin
2012-07-13More foundation goo for amd64 hibernateMike Larkin
2012-07-13Starting point for amd64 hibernate ... some goo copied from i386.Mike Larkin
2012-07-09Remove a useless macroTheo de Raadt
2012-07-09After a resume, re-initialize the MTRR registers on the AP processorsTheo de Raadt
2012-07-09Do not re-initialize ci_randseed on the primary cpuTheo de Raadt
2012-07-09unify com at cardbus attachmentsTheo de Raadt
2012-07-08The comment above amd64_mrinit_cpu() was way too specific and wrong.Theo de Raadt
2012-07-08apm_kqfilter() is gonePhilip Guenthe
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-06-11serial -> serial port; ok phessler@Otto Moerbeek
2012-06-10Document the "machine comaddr" command. Remove the text that (incorrectly)Mark Kettenis
2012-06-10Always allow serial console, even if the BIOS doesn't report the presence ofMark Kettenis
2012-06-04Fix serial port output.Marcus Glocker
2012-06-04Correct the backwards compatibility code for console device configuration.Joel Sing
2012-06-03Add support for serial consoles at non-standard addresses. This implementsMark Kettenis
2012-05-29Remove unused define CHAR_CHS_FORCE.Marcus Glocker
2012-05-27enable tcpcib(4)Jonathan Gray
2012-05-27Add tcpcib(4) to support Intel Atom E600 watchdog.Jonathan Gray
2012-05-23increase the number of io and mem extent regions for amd64 to 16Mike Belopuhov
2012-05-06Garbage collect the old int$80 kernel entry point: the last use ofPhilip Guenthe
2012-04-22Test vendor against cpu_vendor instead of calling CPUID, this matchesChristiano F. Haesbaert
2012-04-17Don't try to cache the CPU's FS.base, as userland can make it a lie byPhilip Guenthe
2012-04-14User area hasn't been double-mapped in a long timePhilip Guenthe
2012-04-11The first ktrace record for a newly spawned thread is a returnMike Belopuhov
2012-04-06tedu the raidframe.Joel Sing
2012-04-04Make sure that identifycpu() is run only once; fixes occasionalMike Belopuhov
2012-03-27only attempt to calculate bus_clock if we can't get tables from acpiJonathan Gray
2012-03-27Implement the AMD suggested workaround for family 10h & 12h errata 721Jonathan Gray
2012-03-27Run identifycpu() on its own cpu.Christiano F. Haesbaert
2012-03-26Add APM_IOC_HIBERNATETheo de Raadt
2012-03-19Only change the default boot device to a bootable softraid volume, if weJoel Sing
2012-03-19more intel cpu models, though the low/high est method is largelyJonathan Gray
2012-03-16Display L3 cache information on amd64 for amd cpus, Intel now uses aChristiano F. Haesbaert
2012-03-15Take cd9660 support off the "obviously a floppy" install media, to findTheo de Raadt
2012-03-09- remove a redundant note about tftpd; ok dlgJason McIntyre