summaryrefslogtreecommitdiffstats
path: root/sys/dev/hwpmc/hwpmc_intel.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 282641,282658:jhb2015-06-011-4/+4
* MFC of r277177 and r279894 with the fixes for the PMC for Haswell.rrs2015-03-241-0/+9
* MFC r267062:kib2014-06-181-1/+12
* MFC r263446hiren2014-05-311-0/+6
* Complete r250097:davide2013-04-301-3/+6
* When hwpmc(4) module is unloaded it reports a double leakage. This happensdavide2013-04-301-7/+3
* Trailing whitespace cleanup along with 80 column enforcemnt.sbruno2013-04-031-4/+10
* Update hwpmc to support Haswell class processors.sbruno2013-03-281-0/+8
* Update hwpmc to support the Xeon class of Ivybridge processors.sbruno2013-01-311-0/+6
* Update hwpmc to support the Xeon class of Sandybridge processors.sbruno2012-10-191-0/+6
* Add Intel Ivy Bridge support to hwpmc(9).fabient2012-09-061-0/+6
* Disable hwpmc(4) support for Intel Xeon Sandy Bridge (Model 0x2D).davide2012-06-171-1/+0
* Remove out of date KASSERT that fire with soft PMC.fabient2012-05-101-12/+0
* Add software PMC support.fabient2012-03-281-4/+2
* Fix crash on VirtualBox (and probably on some real hardware):gonzo2012-03-271-0/+3
* - Add support for the Intel Sandy Bridge microarchitecture (both core and unc...davide2012-03-011-0/+9
* - Support for uncore counting events: one fixed PMC with the uncorefabient2010-04-021-1/+40
* Recognize Intel CPUs with Family 0x6, Models 0x1E and 0x1F.jkoshy2009-12-181-0/+2
* - Add support for nehalem/corei7 cpus. This supports all of the corejeff2009-01-271-0/+5
* Fixes for Core2 Extreme support.jkoshy2008-12-031-0/+2
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solojkoshy2008-11-271-5/+37
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-261-1/+2
* Fix assertions.jkoshy2008-11-151-6/+9
* - Separate PMC class dependent code from other kinds of machinejkoshy2008-11-091-0/+227
* MFP4:jkoshy2005-06-091-143/+0
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.jkoshy2005-05-011-1/+3
* Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI headermarcel2005-04-201-2/+1
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...jkoshy2005-04-191-0/+142
OpenPOWER on IntegriCloud