summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386/identcpu.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 260557,271076,271077,271082,271083,271098:jhb2014-12-221-1596/+0
* MFC r257856:kib2013-11-151-6/+6
* x86: detect mwait capabilities and extensions, when presentavg2013-07-281-0/+7
* After r205013, amd64 and i386 CPU family and model IDs were printed outdim2012-09-211-2/+2
* Recognize the RDRAND instruction feature.jhb2012-04-091-1/+1
* Update CPUID bits to reflect AMD Bulldozer and Intel Sandy Bridge features.jkim2011-05-171-27/+25
* Define "Hypervisor Present" bit. This bit is used by several hypervisors tojkim2011-04-281-1/+1
* Probe capability to find effective frequency. When the TSC is P-statejkim2011-04-121-1/+4
* Improve CPU identifications of various IDT/Centaur/VIA, Rise and Transmetajkim2011-03-261-21/+19
* Detect NSC/AMD Geode SC1100 properly, not just Stepping 0. Although it isjkim2011-03-101-2/+3
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becausejkim2011-03-101-11/+15
* Remove stale comments about P-state invariant TSC and fix style(9) nits.jkim2010-12-071-4/+2
* Do not register a event handler for CPU freqency changes when it is foundjkim2010-12-071-4/+16
* Probe P-state invariant TSC from rightful place.jkim2010-12-071-22/+0
* Use intr_disable() and intr_restore() instead of frobbing the flags registerjhb2010-10-251-4/+3
* Display PCID capability of CPU and add CPUID define for it.kib2010-10-051-1/+1
* Remove unused i586 optimized bcopy/bzero/etc implementations that utilizekib2010-06-231-1/+0
* Add definitions for Intel AESNI CPUID bits and print the capabilitieskib2010-05-051-2/+2
* Print out the family and model from the cpu_id. This is especially usefuljhb2010-03-111-2/+4
* x86 cpu features: add MOVBE reporting and flagavg2009-11-301-1/+1
* Fix cpu model for PODP5V83. It is P24T, not P54T.nyan2009-11-121-1/+1
* Strip from messages for users external URLs the project cannot directlyattilio2009-11-051-4/+1
* Opteron rev E family of processor expose a bug where, in very rareattilio2009-11-041-0/+18
* Consolidate CPUID to CPU family/model macros for amd64 and i386 to reducejkim2009-09-101-9/+9
* Unlock the largest standard CPUID on Intel CPUs for both amd64 and i386 andjkim2009-05-041-11/+18
* - Add support for cpuid leaf 0xb. This allows us to determine thejeff2009-04-291-26/+0
* VIA Nano processor has a special MSR (CENT_HARDWARECTRL3) bit 32 to determinejkim2009-01-221-1/+2
* Add basic i386 support for VIA Nano processors.jkim2009-01-121-2/+12
* Add more CPUID bits from AMD CPUID Specification Rev. 2.28.jkim2008-12-121-8/+8
* According to "Intel 64 and IA-32 Architectures Software Developer's Manualmav2008-11-301-1/+5
* Use newly introduced cpu_vendor_id to make invariant TSC detection morejkim2008-11-261-8/+13
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-261-37/+70
* Core i7 supports invaliant TSC and the presense is presented ontakawata2008-11-251-1/+2
* Really fix i386 test this time.jkim2008-10-221-1/+1
* Add AMD Family 0Fh, Model 6Bh, Stepping 2 to the list of invariant TSCsjkim2008-10-221-4/+9
* Fix compiler error with missing/unneded ')'ache2008-10-221-3/+3
* Set kern.timecounter.invariant_tsc to 1 for AMD CPU family 10h and higherjkim2008-10-221-1/+3
* Turn off CPU frequency change notifiers when the TSC is P-state invariantjkim2008-10-211-2/+11
* Detect Advanced Power Management Information for AMD CPUs.jkim2008-10-211-0/+4
* - Recognize SAVE and OSXSAVE extended processor features.stas2008-09-181-2/+2
* MFamd64: More CPUID feature flags: SSE4, X2APIC, POPCNT, DTES64, and 1GBjhb2008-09-171-6/+6
* The VM system no longer uses setPQL2(). Remove it and its helpers.alc2008-05-231-298/+0
* - Remove the old smp cpu topology specification with a new, more flexiblejeff2008-03-021-1/+6
* With the recent change to enable CPU brands from the VIA chips, thejhb2008-02-291-24/+41
* - Check for the extended CPUID registers on VIA CPUs so we can get thejhb2008-02-281-2/+2
* Support the VIA C7 Eden CPU and treat it just like a C7 Esther. We mayjhb2008-02-251-0/+3
* Add descriptive comment to PDCM entry.des2007-05-291-1/+1
* Remove a pointless bootverbose message.des2007-05-291-6/+1
* Add feature name for features2 bit 15.des2007-05-291-1/+1
* On AMD's Geode LX: Force the TSC to run through core-suspension so we canphk2007-04-181-0/+8
OpenPOWER on IntegriCloud