summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/cpu.h
AgeCommit message (Expand)Author
2007-11-16fix the bus_space #define nightmare, so that amd64 and i386 are much moreTheo de Raadt
2007-11-01Remove curproc definition. It is supposed to be in proc.h only.Mike Belopuhov
2007-05-29take a lot more stuff out of userland namespace (sysctl cared about ksensor u...Theo de Raadt
2007-05-29Some improvements for better intel cpu support.Ted Unangst
2007-05-10evcnt & friends were replaced by a proper interrupt counting mechanism 3 year...Theo de Raadt
2007-05-07Garbage collect ci_astpending; it's no longer used.Mark Kettenis
2007-05-06Add the mp setperf mechanism to AMD64, like its i386 counterpart it allowsGordon Willem Klok
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-02-17Add code to check for the AMD amd64 errata, and correct them whereTom Cosgrove
2007-02-01When doing signotify, check if we're notifying a process on anotherArtur Grabowski
2006-12-24Define PROC_PC. Then, since profiling information is being reported inMiod Vallat
2006-12-20Decalre extern int cpuspeed in sys/arch/amd64/include/cpu.h like cpuspeedGordon Willem Klok
2006-12-12Complete gwk's previous patch to stop setperf methods from returningDimitry Andric
2006-11-25sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for multi-...Niklas Hallqvist
2006-11-07Timecounters for amd64. Diff by art@, tested by many. ok deraadt@Otto Moerbeek
2006-03-08Patch from Gordon Klock to update AMD PowerNow K8 support on i386,Uwe Stuehler
2005-12-13Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
2005-09-25Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,Miod Vallat
2005-09-20unbreak tree, how did you do that miodTheo de Raadt
2005-09-20Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,Miod Vallat
2005-08-20Check for and report the presense of SSE3. This has started to appearJonathan Gray
2005-07-26Instead of juggling around with cr4 and enabling parts of it sometimes,Artur Grabowski
2005-04-19CLKF_BASEPRI we do not have no more; noticed by miodMichael Shalayeff
2004-06-25'machine cpuinfo' and 'machine ddbcpu' in ddb for amd64Andreas Gunnarsson
2004-06-25SMP support. Big parts from NetBSD, but with some really serious debuggingArtur Grabowski
2004-06-22Switch amd64 to __HAVE_CPUINFOArtur Grabowski
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-03-09simplify the delay stuffTheo de Raadt
2004-02-28sysctl hw.cpuspeed outputTheo de Raadt
2004-02-25dkcsum stuff for amd64, written by tom, who cannot commit it at the moment.Theo de Raadt
2004-02-11permit installboot to at least compile... remove some crudTheo de Raadt
2004-02-09repair cpu dmesg print a bitMichael Shalayeff
2004-01-28an amd64 arch support.Michael Shalayeff