kernel - Add workaround support for a probable AMD cpu bug related to cc1
[dragonfly.git] / sys / cpu / i386 / include / cpufunc.h
2011-12-25 Matthew Dillonkernel - Add workaround support for a probable AMD...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-22 Sascha Wildneri386/cpufunc.h: Adjust opcodes which are specified...
2011-11-02 Matthew Dillonkernel - Add bsflong() asm functions
2011-08-09 Sascha Wildnerkernel/i386: Use 16 bit types for functions that access...
2011-06-03 Sascha Wildnerkernel: Add rdmsr_safe() in preparation for the coretem...
2011-01-30 Sepherosa Ziehaucpu_sfence: Don't use sfence
2011-01-28 Sepherosa Ziehaui386: Add CPU_HAS_SSE2 and CPU_HAS_FXSR options
2010-10-28 Matthew Dillonkernel - Fix serious issue w/ smp_invltlb(), plus other...
2009-12-13 Alexander Polakovi386: sync identcpu with FreeBSD
2007-04-27 Matthew DillonAdd a generally accessible cpu_pause() inline for spin...
2007-04-13 Simon SchubertConvert assembly which accesses segment descriptors...
2007-01-07 Matthew DillonAllow certain cpufunc.h inlines to be overridden by...
2006-11-07 Matthew DillonMore Machine-dependant/Machine-independant code and...
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2005-08-28 Jeffrey HsuA machine-independent spinlock implementation. It...
2005-06-03 Matthew DillonReplace cpu_mb1() and cpu_mb2() with cpu_mfence(),...
2005-06-03 Matthew Dilloncpu_mb2() needs to load %eax with $0 before running...
2005-05-07 Simon SchubertFix gcc40 compilation of lib/libsvg by merging from...
2005-03-06 Matthew DillonDo some WARNS 6 cleanups. Add __unused, add a few...
2005-02-03 Joerg SonnenbergerGCC 1.x is dead.
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-28 Matthew Dillonsmp/up collapse stage 1 of 2: Make UP use the globaldat...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: