Age | Commit message (Expand) | Author |
2009-12-09 | Detect the cache line size for the clflush instruction when we identify | Owain Ainsworth |
2009-11-22 | Bring amd64 closer to resume, while at it kill dead code. Okay deraadt@. | Paul Irofti |
2009-07-22 | via nano cpus are amd64, and so we need machdep.xcrypt | Theo de Raadt |
2009-06-09 | revert guenther@'s un-revert of art's curpmap. | Kenneth R Westerback |
2009-06-06 | Unrevert the curpmap change with the addition of correct %gs handling | Philip Guenthe |
2009-06-05 | Revert the curpmap change. We know the IPI is broken on both ends, | Philip Guenthe |
2009-06-02 | Added interface for cpu idle on amd64 | Jordan Hargrave |
2009-05-28 | Bring back the curpmap change. It was missing a reload of the pmap on | Artur Grabowski |
2009-04-27 | turning pmap_deactivate into a NOP brought back the reaper panics, probably | Theo de Raadt |
2009-04-23 | Make pmap_deactivate a NOP. | Artur Grabowski |
2009-02-16 | Store conditionally extended cpuid family/model values | Jonathan Gray |
2009-02-13 | Make "boot -d" work on amd64 MP. | Andreas Gunnarsson |
2008-11-22 | The last parts of cpu_unidle. i386, amd64 and sparc64 | Artur Grabowski |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |
2008-07-18 | Add a macro that clears the want_resched flag that need_resched sets. | Artur Grabowski |
2008-06-10 | All your memory belong to us. This has been in snaps for a while, | Tobias Weingartner |
2008-06-09 | Remove fillw(). Bonus points if you do not remember what it was used for. | Miod Vallat |
2008-05-26 | - also zap userldt here | Jasper Lievisse Adriaanse |
2007-11-16 | fix the bus_space #define nightmare, so that amd64 and i386 are much more | Theo de Raadt |
2007-11-01 | Remove curproc definition. It is supposed to be in proc.h only. | Mike Belopuhov |
2007-05-29 | take a lot more stuff out of userland namespace (sysctl cared about ksensor u... | Theo de Raadt |
2007-05-29 | Some improvements for better intel cpu support. | Ted Unangst |
2007-05-10 | evcnt & friends were replaced by a proper interrupt counting mechanism 3 year... | Theo de Raadt |
2007-05-07 | Garbage collect ci_astpending; it's no longer used. | Mark Kettenis |
2007-05-06 | Add the mp setperf mechanism to AMD64, like its i386 counterpart it allows | Gordon Willem Klok |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-02-17 | Add code to check for the AMD amd64 errata, and correct them where | Tom Cosgrove |
2007-02-01 | When doing signotify, check if we're notifying a process on another | Artur Grabowski |
2006-12-24 | Define PROC_PC. Then, since profiling information is being reported in | Miod Vallat |
2006-12-20 | Decalre extern int cpuspeed in sys/arch/amd64/include/cpu.h like cpuspeed | Gordon Willem Klok |
2006-12-12 | Complete gwk's previous patch to stop setperf methods from returning | Dimitry Andric |
2006-11-25 | sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for multi-... | Niklas Hallqvist |
2006-11-07 | Timecounters for amd64. Diff by art@, tested by many. ok deraadt@ | Otto Moerbeek |
2006-03-08 | Patch from Gordon Klock to update AMD PowerNow K8 support on i386, | Uwe Stuehler |
2005-12-13 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray |
2005-09-25 | Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators, | Miod Vallat |
2005-09-20 | unbreak tree, how did you do that miod | Theo de Raadt |
2005-09-20 | Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators, | Miod Vallat |
2005-08-20 | Check for and report the presense of SSE3. This has started to appear | Jonathan Gray |
2005-07-26 | Instead of juggling around with cr4 and enabling parts of it sometimes, | Artur Grabowski |
2005-04-19 | CLKF_BASEPRI we do not have no more; noticed by miod | Michael Shalayeff |
2004-06-25 | 'machine cpuinfo' and 'machine ddbcpu' in ddb for amd64 | Andreas Gunnarsson |
2004-06-25 | SMP support. Big parts from NetBSD, but with some really serious debugging | Artur Grabowski |
2004-06-22 | Switch amd64 to __HAVE_CPUINFO | Artur Grabowski |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-03-09 | simplify the delay stuff | Theo de Raadt |
2004-02-28 | sysctl hw.cpuspeed output | Theo de Raadt |
2004-02-25 | dkcsum stuff for amd64, written by tom, who cannot commit it at the moment. | Theo de Raadt |
2004-02-11 | permit installboot to at least compile... remove some crud | Theo de Raadt |
2004-02-09 | repair cpu dmesg print a bit | Michael Shalayeff |