index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
hwpmc
/
hwpmc_intel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert hwpmc(4) debug printfs over to KTR.
jhb
2015-05-08
1
-4
/
+4
*
hwpmc: add initial Intel Broadwell support.
rpaulo
2015-04-05
1
-0
/
+8
*
Update the hwpmc driver to have the new type HASWELL_XEON. Also
rrs
2015-01-14
1
-1
/
+9
*
For Xeon 7500 and 48XX (Nehalem EX and Westmere EX) variants of the
kib
2014-06-04
1
-1
/
+12
*
Update hwpmc to support core events for Atom Silvermont microarchitecture.
hiren
2014-03-20
1
-0
/
+6
*
Add another Haswell model (0x45) to the set of supported chips.
gnn
2013-12-20
1
-0
/
+1
*
o Remove assertions on ipa_version as sometimes the version detection
attilio
2013-12-20
1
-4
/
+12
*
Complete r250097:
davide
2013-04-30
1
-3
/
+6
*
When hwpmc(4) module is unloaded it reports a double leakage. This happens
davide
2013-04-30
1
-7
/
+3
*
Trailing whitespace cleanup along with 80 column enforcemnt.
sbruno
2013-04-03
1
-4
/
+10
*
Update hwpmc to support Haswell class processors.
sbruno
2013-03-28
1
-0
/
+8
*
Update hwpmc to support the Xeon class of Ivybridge processors.
sbruno
2013-01-31
1
-0
/
+6
*
Update hwpmc to support the Xeon class of Sandybridge processors.
sbruno
2012-10-19
1
-0
/
+6
*
Add Intel Ivy Bridge support to hwpmc(9).
fabient
2012-09-06
1
-0
/
+6
*
Disable hwpmc(4) support for Intel Xeon Sandy Bridge (Model 0x2D).
davide
2012-06-17
1
-1
/
+0
*
Remove out of date KASSERT that fire with soft PMC.
fabient
2012-05-10
1
-12
/
+0
*
Add software PMC support.
fabient
2012-03-28
1
-4
/
+2
*
Fix crash on VirtualBox (and probably on some real hardware):
gonzo
2012-03-27
1
-0
/
+3
*
- Add support for the Intel Sandy Bridge microarchitecture (both core and unc...
davide
2012-03-01
1
-0
/
+9
*
- Support for uncore counting events: one fixed PMC with the uncore
fabient
2010-04-02
1
-1
/
+40
*
Recognize Intel CPUs with Family 0x6, Models 0x1E and 0x1F.
jkoshy
2009-12-18
1
-0
/
+2
*
- Add support for nehalem/corei7 cpus. This supports all of the core
jeff
2009-01-27
1
-0
/
+5
*
Fixes for Core2 Extreme support.
jkoshy
2008-12-03
1
-0
/
+2
*
- Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solo
jkoshy
2008-11-27
1
-5
/
+37
*
Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").
jkim
2008-11-26
1
-1
/
+2
*
Fix assertions.
jkoshy
2008-11-15
1
-6
/
+9
*
- Separate PMC class dependent code from other kinds of machine
jkoshy
2008-11-09
1
-0
/
+227
*
MFP4:
jkoshy
2005-06-09
1
-143
/
+0
*
Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.
jkoshy
2005-05-01
1
-1
/
+3
*
Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI header
marcel
2005-04-20
1
-2
/
+1
*
Bring a working snapshot of hwpmc(4), its associated libraries, userland util...
jkoshy
2005-04-19
1
-0
/
+142