Age | Commit message (Expand) | Author |
2006-06-12 | Some more improvements to EST: | Dimitry Andric |
2006-05-29 | implement reliable microtime on smp (joint work w/ otto): | Michael Shalayeff |
2006-05-19 | Reimplement the Enhanced SpeedStep CPU detection by using the | Dimitry Andric |
2006-05-09 | Move the sti to after the memory write. We do not want execution of | Otto Moerbeek |
2006-04-27 | implement separate PAE pmap that allows access to 64g of physmem | Michael Shalayeff |
2006-01-12 | Move to using gdt only (no more ldt in general case) but with a variable | Tobias Weingartner |
2005-11-04 | only build powernow pieces as appropriate for config'd cpu types | Ted Unangst |
2005-10-28 | update support for powernow (cool and quiet) on k7, and add support | Ted Unangst |
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-05-27 | Enable SSE instructions on secondary (i386) processors in | Kjell Wooding |
2004-08-05 | spelling nit from Chris Pascoe | David Gwynne |
2004-07-14 | setperf driver for powernow in amd k7 cpus. derived from a diff to | Ted Unangst |
2004-06-25 | Instead of accessing ci_dev (that's an MI field), provide a marco that | Artur Grabowski |
2004-06-21 | Put back the moving of schedstate_percpu into sched.h. This time expose | Artur Grabowski |
2004-06-20 | nope, tree breakage in libpthread. too tough to run a make build? | Theo de Raadt |
2004-06-20 | Move schedstate_percpu into sched.h so that we don't have to include | Artur Grabowski |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-06 | Don't touch any hardware registers while fetching hw.cpuspeed and | Alexander Yurchenko |
2004-04-02 | K6-2/3 powernow driver. not without quirks, but mostly working. | Ted Unangst |
2004-02-14 | Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuff | Alexander Yurchenko |
2004-02-01 | Enable FXSR all the time, and cope with NPX/FXSR conversions; from netbsd. | Theo de Raadt |
2004-02-01 | Sync user ldt code with NetBSD: | Alexander Yurchenko |
2004-01-06 | adjust pentium_mhz when cpu speed changes. ok deraadt | Ted Unangst |
2003-12-20 | add pentium 4 thermal control circuit (tcc) driver. can use this to | Ted Unangst |
2003-12-19 | add cpu_ecxfeature to cpu.h, and stop locally externing it and cpu_feature. | Ted Unangst |
2003-12-18 | add new hw sysctls, cpuspeed and setperf to control cpu frequency. | Ted Unangst |
2003-07-28 | nuke more MATH_EMULATE | Jason Wright |
2003-07-07 | function for cpuid instruction. pulled from longrun into generic code. | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-27 | change .byte for the correct opcodes now that gas can handle'em. | Federico G. Schwindt |
2003-05-14 | Support for Transmeta CPU power management, called LongRun. | Ted Unangst |
2003-03-28 | Add a sysctl to option USER_LDT, to control its behaviour, which will be | Miod Vallat |
2003-01-16 | Getting rid of vm_offset_t | Artur Grabowski |
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat |
2002-09-24 | Restore pentium_microtime, testing by henning@, millert@. ok deraadt@ | Thomas Nordin |
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-07-13 | delete duplicate definitions | Theo de Raadt |
2001-06-21 | Finish what Theo started (a char * to void * conversion) | Niklas Hallqvist |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski |
2001-04-30 | Move proc0's TSS and LDT initialization to a separate function | Artur Grabowski |
2001-02-19 | Avoid losing rtc after suspend/resume on some laptops. Ok provos@ | Hakan Olsson |
2001-01-25 | constify cpuid tables | Michael Shalayeff |
2001-01-05 | Add i386 specific sysctl to modify halt -p processing, required to make | Marco S Hyman |
2000-08-02 | permit build with HZ user-defined; <wd@ics.nara-wu.ac.jp | Theo de Raadt |
2000-06-05 | Argh. forgot this when committing the reaper stuff. | Artur Grabowski |