summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/cpu.h
AgeCommit message (Expand)Author
2009-12-09Detect the cache line size for the clflush instruction when we identifyOwain Ainsworth
2009-11-22Bring amd64 closer to resume, while at it kill dead code. Okay deraadt@.Paul Irofti
2009-07-22via nano cpus are amd64, and so we need machdep.xcryptTheo de Raadt
2009-06-09revert guenther@'s un-revert of art's curpmap.Kenneth R Westerback
2009-06-06Unrevert the curpmap change with the addition of correct %gs handlingPhilip Guenthe
2009-06-05Revert the curpmap change. We know the IPI is broken on both ends,Philip Guenthe
2009-06-02Added interface for cpu idle on amd64Jordan Hargrave
2009-05-28Bring back the curpmap change. It was missing a reload of the pmap onArtur Grabowski
2009-04-27turning pmap_deactivate into a NOP brought back the reaper panics, probablyTheo de Raadt
2009-04-23Make pmap_deactivate a NOP.Artur Grabowski
2009-02-16Store conditionally extended cpuid family/model valuesJonathan Gray
2009-02-13Make "boot -d" work on amd64 MP.Andreas Gunnarsson
2008-11-22The last parts of cpu_unidle. i386, amd64 and sparc64Artur Grabowski
2008-10-15make random(9) return per-cpu values (by saving the seed in the cpuinfo),Theo de Raadt
2008-07-18Add a macro that clears the want_resched flag that need_resched sets.Artur Grabowski
2008-06-10All your memory belong to us. This has been in snaps for a while,Tobias Weingartner
2008-06-09Remove fillw(). Bonus points if you do not remember what it was used for.Miod Vallat
2008-05-26- also zap userldt hereJasper Lievisse Adriaanse
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