pc32: Split out isa_intr.h and move isa/intr_machdep.h to include/
[dragonfly.git] / sys / platform / pc32 / i386 / identcpu.c
2011-02-01 Sepherosa Ziehaupc32: Split out isa_intr.h and move isa/intr_machdep...
2011-01-28 Sepherosa Ziehaui386: Add CPU_HAS_SSE2 and CPU_HAS_FXSR options
2011-01-17 Sascha Wildnerkernel: Use NELEM() where we can.
2010-12-18 Venkatesh Srinivaskernel -- Add MONITOR and MWAIT routine to i386 kernel.
2010-12-03 Matthew Dillonkernel - Fix bug in x86-64 version of bzeront()
2010-10-12 Sascha Wildneridentcpu.c: Fix a typo in the Features2 strings and...
2009-12-13 Alexander Polakovidentcpu.c: add PLCMULDQ, AES and VMM feature strings
2009-12-13 Alexander Polakovi386: sync identcpu with FreeBSD
2009-10-04 Alex Hornungpc32 identcpu - Detect Geode LX
2009-10-02 Alex Hornungopencrypto - Finish porting
2009-10-02 Sascha WildnerVIA CPU support: Detect and enable CPU features (RNG...
2009-09-28 Thomas Nikolajseni386/identcpu.c: Add VIA Nano support
2009-09-28 Thomas Nikolajseni386/identcpu.c: Add support for VIA C7
2009-03-11 Sascha Wildneridentcpu.c: Add MOVBE feature string.
2008-12-21 Sascha WildnerAdd missing break.
2008-11-24 Sascha WildnerAdd/sync some feature strings.
2008-05-23 Sepherosa Ziehau- Print L3 cache (on NorthBridge) information
2008-05-16 Sepherosa ZiehauCasting anything above ~2.1G to 'int' makes the result...
2008-05-10 Matthew DillonFinish moving the kernel from tsc_freq (32 bits) to...
2008-05-06 Sepherosa ZiehauAdd strings for some AMD features
2007-11-07 Matthew DillonRemove i386 support.
2007-01-12 Thomas E. SpanjaardPrint names for two more bits in cpu_features2: Supplem...
2006-12-27 Sascha Wildnerprintf -> kprintf
2006-12-27 Thomas E. SpanjaardAdd generic printout of extended CPUID feature flags...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-07 Thomas E. SpanjaardExpand the Intel Brand ID table to cover all known...
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-09-13 Sascha WildnerAnsify the rest of the K...
2006-05-11 Matthew DillonRecognize the cpu ident for additional VIA processors.
2005-11-06 Matthew DillonClean up the CPU_AMD64X2_INTR_SPAM option to check...
2004-04-29 Matthew DillonRemove the (now non existant) i486_bzero assignment...
2003-11-14 Matthew DillonPrep for GCC 3.x kernel compiles, stage 2/2: Remove...
2003-09-29 Hiten PandyaFix L2 internal cache reporting when it is an AMD Duron...
2003-09-29 Hiten PandyaSort Copyright order.
2003-07-13 Matthew DillonFix minor compile warning.
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: