summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/cpu.h
AgeCommit message (Expand)Author
2004-04-02K6-2/3 powernow driver. not without quirks, but mostly working.Ted Unangst
2004-02-14Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuffAlexander Yurchenko
2004-02-01Enable FXSR all the time, and cope with NPX/FXSR conversions; from netbsd.Theo de Raadt
2004-02-01Sync user ldt code with NetBSD:Alexander Yurchenko
2004-01-06adjust pentium_mhz when cpu speed changes. ok deraadtTed Unangst
2003-12-20add pentium 4 thermal control circuit (tcc) driver. can use this toTed Unangst
2003-12-19add cpu_ecxfeature to cpu.h, and stop locally externing it and cpu_feature.Ted Unangst
2003-12-18add new hw sysctls, cpuspeed and setperf to control cpu frequency.Ted Unangst
2003-07-28nuke more MATH_EMULATEJason Wright
2003-07-07function for cpuid instruction. pulled from longrun into generic code.Ted Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-27change .byte for the correct opcodes now that gas can handle'em.Federico G. Schwindt
2003-05-14Support for Transmeta CPU power management, called LongRun.Ted Unangst
2003-03-28Add a sysctl to option USER_LDT, to control its behaviour, which will beMiod Vallat
2003-01-16Getting rid of vm_offset_tArtur Grabowski
2003-01-09Remove fetch(9) and store(9) functions from the kernel, and replace the fewMiod Vallat
2002-09-24Restore pentium_microtime, testing by henning@, millert@. ok deraadt@Thomas Nordin
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
2001-07-13delete duplicate definitionsTheo de Raadt
2001-06-21Finish what Theo started (a char * to void * conversion)Niklas Hallqvist
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
2001-04-30Move proc0's TSS and LDT initialization to a separate functionArtur Grabowski
2001-02-19Avoid losing rtc after suspend/resume on some laptops. Ok provos@Hakan Olsson
2001-01-25constify cpuid tablesMichael Shalayeff
2001-01-05Add i386 specific sysctl to modify halt -p processing, required to makeMarco S Hyman
2000-08-02permit build with HZ user-defined; <wd@ics.nara-wu.ac.jpTheo de Raadt
2000-06-05Argh. forgot this when committing the reaper stuff.Artur Grabowski
2000-01-29separate clock init, to be called upon resume from apm sleepsMichael Shalayeff
1999-09-12Fix rootdev handling, use disk checksums to find the device we were bootedTobias Weingartner
1999-07-06for CTRL-ALT-DEL, send SIGUSR1 to initprocTheo de Raadt
1999-03-08Add support for CPUID level 2. This is used to determine the L2 cache sizeJason Downs
1999-02-23apm battery status messages now suppressed until battery lifeMarco S Hyman
1998-08-30Add extra cpu_setup argument.Jason Downs
1998-06-04cpuid return values for sysctlJason Downs
1998-05-25Add support for feature bit listing; fix #defines.Jason Downs
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
1998-02-17add an in-kernel /dev/xf86 aperture driver. the 'machdep.allowaperture'Matthieu Herrb
1997-12-17New CPU detection code, from NetBSD, with some machdep changes from myself.Jason Downs
1997-12-09Intel P5 f00f workaround; weingart & who knows who elseTheo de Raadt
1997-10-25fix blk2chr,chr2blkMichael Shalayeff
1997-10-25do blk<-->chr dev_t conversions through the sysctlMichael Shalayeff
1997-09-27add ID, we have mods hereMichael Shalayeff
1997-09-21branch the bios tree inside the machdepMichael Shalayeff
1997-09-21support new bootsMichael Shalayeff
1997-04-20Allow kern_clock.c to see interrupt frames on i386Thorsten Lockert
1996-10-17kvtop protoNiklas Hallqvist
1996-10-16decl calibrate_cyclecounter, fusword, suswordTheo de Raadt