summaryrefslogtreecommitdiff
path: root/usr.sbin/cpuctl
AgeCommit message (Expand)Author
2014-02-19Update URLszptvlfn
2014-01-04- Rename x86_print_cacheinfo() to x86_print_cache_and_tlb_info() becausemsaitoh
2013-12-23Use more common phrasing.wiz
2013-12-23Add verbose flag.msaitoh
2013-12-23CPUID leaf 2 and 4 are only for Intel processors.msaitoh
2013-12-23Add comments. Remove comments. No functional change.msaitoh
2013-11-15 Modify some macros and add some new macros for CPU family and modelmsaitoh
2013-11-07Fix typo. From jnemeth.msaitoh
2013-11-07Update some processor names.msaitoh
2013-10-30avoid uninitialised variable use.mrg
2013-10-28Support prefetch size.msaitoh
2013-10-21Check cpuid leaf 4 for newer Intel CPU to know the cache information.msaitoh
2013-10-21No functional change:msaitoh
2013-10-04Fix typo in comment (s/XRC0/XCR0/).msaitoh
2013-09-14Add shared TLB.msaitoh
2013-09-13Update Intel processors' brand names and model names (e.g. Atom C2000 andmsaitoh
2013-08-01.include <bsd.own.mk> to get MACHINE_CPUmatt
2013-07-16 Update Intel's Processor Family Names of family == 6 from the latest document.msaitoh
2013-03-06print some more bitsyamt
2013-01-31Add arm support for cpuctl identifymatt
2013-01-31Only complain about binding if we have more than 1 cpu. :)matt
2013-01-07Add support for the xsave related data from cpuid 8.n.dsl
2013-01-06Use full model number to index name strings - a lot of 256 element arraysdsl
2013-01-05The Intel and AMD docs (more or less) agree on how the cpuid 'extendeddsl
2013-01-05If the IOC_CPU_UCODE_GET_VERSION fails with ENOTTY, try issuing thedsl
2013-01-05Fix x86_identify() for amd64dsl
2013-01-05Change the i386 asm x86_identify() so it returns a value instead of writingdsl
2013-01-02#include sys/ioctl.hdsl
2012-10-17avoid dummy structure definition, include a system header instead,drochner
2012-08-31fix for archs w/o cpu ucode driver: add dummy definitiondrochner
2012-08-29Extend the CPU microcode update framework to support Intel x86 CPUs.drochner
2012-04-17print cpu family for AMD CPU families 0x12 - 0x15cegger
2012-04-05report l3 cache information on AMD Family 10h and newer processorscegger
2012-03-15Use Lk macro when dealing with URLs. While here update or remove somenjoly
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2012-03-02Print CPU stepping levelsborrill
2012-02-29Use uintmax_t for freqency computations to avoid differences betweenjoerg
2012-02-03use a correct macro.yamt
2012-01-14Sort sections. Uppercase CPU.wiz
2012-01-13Support CPU microcode loading via cpuctl(8).cegger
2011-12-04add info on L2 TLBs and 1GB pages.chs
2011-09-27Define _PATH_CPUCTL.jruoho
2011-09-26Fix wrong err(3) message (no such thing as IOC_CPU_GETINFO).jruoho
2011-09-11Add a cs_hwid field to cpustate and use this to store the ci_cpuid (hardwarejdc
2011-08-27static + __deadjoerg
2011-05-03Identify AMD Family 11h. From PR bin/41188 by FUKAUMI Naoki.jruoho
2011-02-19fix printing of padlock featuresjmcneill
2010-12-15beautify printing of SVM features across multiple linescegger
2010-02-23check for svm feature flags if cpuid function 0x8000000a is available.cegger
2010-02-16don't call most/all Core2's "(Merom)".mrg