summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
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
2012-02-25Remove useless code.Christiano F. Haesbaert
2012-02-25Make CPUF_GO setting atomic.Christiano F. Haesbaert
2012-01-31remove an unused msr readJonathan Gray
2012-01-13Crank amd64 boot(8) version for the softraid changes.Joel Sing
2012-01-13Switch back to bootduid, however remember to include sys/systm.h...Joel Sing
2012-01-13handle m_copyback errors, this code is too sensitive for suchMike Belopuhov
2012-01-11Backout premature use of 'bootduid', as 'rootduid' has not yet beenKenneth R Westerback
2012-01-11Pass the DUID of the boot disk via bootduid instead of rootduid, since itJoel Sing
2012-01-11Teach OpenBSD/amd64 boot(8) how to access softraid(8) volumes. ThisJoel Sing
2012-01-08Make sure we only read cpuid 0x80000001 features if pnfeatset reports it.Christiano F. Haesbaert
2012-01-07Check that we have pstates in _PSS before calling the pstate status MSR.Jonathan Gray
2011-12-26Add the missing ECX cpu flags from CPUID at 0x80000001.Christiano F. Haesbaert
2011-12-17Initialize the (abridged) tag word correctly.Mark Kettenis
2011-12-03Remove an OpenBSD-specific tweak regarding .Xr spacingIngo Schwarze
2011-11-16Make userret() MI. On architectures which jammed stuff into it in theTheo de Raadt
2011-11-15Simplify various parts of the puc(4) attachment code. Tested lightlyTheo de Raadt
2011-11-14merge syscall.c into the end of trap.c as almost all architectures do.Theo de Raadt
2011-11-13If a softraid chunk is offline we are not necessarily going to have theJoel Sing
2011-11-08Garbage collect now unused MKDEP definitions. ok deraadt@Matthieu Herrb
2011-10-29Make sure we don't accidentally use ISA or EISA interrupt mappings on PCIMark Kettenis
2011-10-21Add bounds checks for access to mp_busses.Mark Kettenis
2011-10-19Oh yeah, a cvs id is goodPhilip Guenthe
2011-10-15"TLS-lite": add kernel support for a per-thread userspace pointer,Philip Guenthe
2011-10-13I'm sick and tired of people doing misalgned reads and writes to PCI configMark Kettenis
2011-10-12Remove all MD diagnostics in cpu_switchto(), and move them to MI code ifMiod Vallat
2011-10-10Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).Miod Vallat
2011-10-06ccd goes to the atticTheo de Raadt
2011-10-04In the coming future, we are more likely to need ehci(4) than sk(4) orTheo de Raadt
2011-09-20Remove commented-out leftovers from old drm drivers that have been removedMatthieu Herrb
2011-09-20Fix bogus comment. Okay miod@Paul Irofti