summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/identcpu.c
Commit message (Expand)AuthorAgeFilesLines
* Update CPUID bits to reflect AMD Bulldozer and Intel Sandy Bridge features.jkim2011-05-171-27/+26
* 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-20/+2
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becausejkim2011-03-101-4/+6
* 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
* Display PCID capability of CPU and add CPUID define for it.kib2010-10-051-1/+1
* When compat32 binary asks for the value of hw.machine_arch, report thekib2010-07-221-2/+24
* 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-1/+3
* Introduce the new kernel sub-tree x86 which should contain all the codeattilio2010-02-251-1/+1
* x86 cpu features: add MOVBE reporting and flagavg2009-11-301-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-7/+7
* remove unused/unneeded extern declarationsavg2009-06-301-3/+0
* Unlock the largest standard CPUID on Intel CPUs for both amd64 and i386 andjkim2009-05-041-0/+16
* - 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 amd64 support for VIA Nano processors.jkim2009-01-121-11/+65
* Add Centaur/IDT/VIA vendor ID for Nano family, which has long mode support.jkim2009-01-051-0/+1
* 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-7/+13
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-261-15/+36
* Add AMD Family 0Fh, Model 6Bh, Stepping 2 to the list of invariant TSCsjkim2008-10-221-2/+7
* 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
* The VM system no longer uses setPQL2(). Remove it and its helpers.alc2008-05-231-29/+0
* - Remove the old smp cpu topology specification with a new, more flexiblejeff2008-03-021-1/+7
* Add a few more CPUID feature bits while here. We don't support thesedas2008-02-021-2/+2
* SSE4 CPUID bitsdas2008-02-021-3/+3
* Recognize architectural support for 1GB virtual pages.alc2007-12-081-1/+1
* MFi386: PDCM, remove pointless messagedes2007-05-301-7/+2
* Add an interface for drivers to be notified of changes to CPU frequency.njl2007-03-261-0/+17
* - Add macros for newly added CPUID bits in the corresponding header files.jkim2007-03-201-2/+2
* MFi386 1.173: Display two new Intel feature bits.jhb2007-03-201-2/+2
* Add another CPUID for AMD CPUs and fix style(9) while I am here.jkim2007-03-121-1/+1
* Add SSSE3 extensions and correct CNXT-ID spelling for Intel processors.jkim2007-01-091-2/+2
* Correct spelling of 3DNow!.obrien2006-08-011-2/+2
* Add two new CPUID bits for AMD CPUs, i. e., SVM and extended APIC register.jkim2006-07-121-2/+2
* Add another Intel CPU feature flag, xTPR (Send Task Priority Messages).jkim2006-04-241-1/+1
* Check if deterministic cache parameters leaf is valid before use.jkim2006-04-241-1/+2
* It seems bit 5 of cpu_feature2 is the VMX (Virtual Machine Extensions)dwmalone2006-02-151-2/+2
* Unbreak kernel build.netchild2006-01-011-3/+3
* MI changes:netchild2005-12-311-0/+32
OpenPOWER on IntegriCloud