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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert pm_runcount to int to correctly check for negative value.
fabient
2010-06-05
1
-8
/
+5
*
When configuring a system-wide couting PMC, hwpmc was incorrectly logging pro...
rstone
2010-05-01
1
-9
/
+9
*
- Fix a typo OFFCORE_REQUESTS.ANY.RFO is B0H10H and not 80H10H.
fabient
2010-04-15
2
-2
/
+3
*
- Support for uncore counting events: one fixed PMC with the uncore
fabient
2010-04-02
6
-977
/
+3467
*
If there is multiple PMCs for the same interrupt ignore new post.
fabient
2010-03-31
1
-3
/
+5
*
Handling SIGPIPE will cause deadlock/crash.
fabient
2010-03-26
1
-4
/
+0
*
Change the way shutdown is handled for log file.
fabient
2010-03-08
1
-21
/
+27
*
Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor.
gnn
2010-03-03
4
-2
/
+811
*
Use VFS_{LOCK,UNLOCK}_GIANT() around the call to vrele().
jkoshy
2009-12-29
1
-0
/
+6
*
* Support the L1D_CACHE_LD event on Core2 processors.
jkoshy
2009-12-26
1
-8
/
+8
*
Log process mappings for existing processes at PMC start time.
jkoshy
2009-12-26
1
-3
/
+161
*
Intel XScale hwpmc(4) support.
rpaulo
2009-12-23
4
-20
/
+803
*
Recognize Intel CPUs with Family 0x6, Models 0x1E and 0x1F.
jkoshy
2009-12-18
1
-0
/
+2
*
Use a better check for a valid kernel stack address when capturing
jkoshy
2009-12-03
1
-2
/
+3
*
Fix parenthesis typo -- copy full frame pointer for userland callchain,
emaste
2009-12-01
1
-1
/
+1
*
Use switch out (SWO) instead of switch in (SWI) debug log mask in csw_out.
emaste
2009-11-30
1
-1
/
+1
*
- fix a LOR between process lock and pmc thread mutex
fabient
2009-11-24
1
-14
/
+19
*
Only claim that the PMC_CLASS_IAF PMCs are supported by a CPU if
jkoshy
2009-10-24
1
-5
/
+15
*
Handle the case where there is only one PMC in the system.
fabient
2009-10-21
1
-4
/
+4
*
Fix KASSERT string to include the real module name.
rpaulo
2009-10-18
1
-1
/
+1
*
Reserve events for XScale.
rpaulo
2009-09-22
1
-2
/
+29
*
Add counters for the i7 architecture which were accidentally left
gnn
2009-09-01
2
-3
/
+82
*
Adjust the handling of the local APIC PMC interrupt vector:
jhb
2009-08-14
4
-20
/
+19
*
Fix a LOR between pmc_sx and proctree/allproc when creating a new thread
attilio
2009-06-25
2
-7
/
+19
*
- Add support for nehalem/corei7 cpus. This supports all of the core
jeff
2009-01-27
3
-53
/
+838
*
Bug fixes:
jkoshy
2008-12-16
1
-7
/
+6
*
- Disambiguate a few panic messages.
jkoshy
2008-12-15
1
-35
/
+37
*
- Bug fix: prevent a thread from migrating between CPUs between the
jkoshy
2008-12-13
1
-16
/
+60
*
Fixes for Core2 Extreme support.
jkoshy
2008-12-03
2
-3
/
+5
*
Add aliases that map architectural event names to fixed function counters.
jkoshy
2008-12-03
1
-0
/
+5
*
- Efficiency tweak: when checking for PMC overflows, only go to
jkoshy
2008-12-02
2
-14
/
+13
*
Improve a comment.
jkoshy
2008-11-30
1
-4
/
+7
*
- Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solo
jkoshy
2008-11-27
6
-20
/
+2878
*
Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").
jkim
2008-11-26
4
-7
/
+11
*
Unbreak LINT.
jkoshy
2008-11-22
4
-0
/
+24
*
Print PMC widths in the initialization announcement.
jkoshy
2008-11-16
1
-1
/
+2
*
Correct an oversight: call the MD finalize hook at module unload
jkoshy
2008-11-15
1
-0
/
+3
*
Fix assertions.
jkoshy
2008-11-15
1
-6
/
+9
*
Correct an indexing error (a change missed out in #184802).
jkoshy
2008-11-15
1
-1
/
+1
*
- Separate PMC class dependent code from other kinds of machine
jkoshy
2008-11-09
13
-912
/
+1455
*
Style tweak.
jkoshy
2008-11-09
1
-2
/
+2
*
Remove unnecessary locking around vn_fullpath(). The vnode lock for the
jhb
2008-11-04
1
-2
/
+0
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
2
-15
/
+13
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
6
-55
/
+50
*
- Sparsely number enumerations 'pmc_cputype' and 'pmc_event' in order to
jkoshy
2008-10-09
1
-443
/
+373
*
Rework pmc-dependent flag handling.
jkoshy
2008-10-09
1
-14
/
+22
*
Correct a typo.
jkoshy
2008-10-06
1
-1
/
+1
*
Fix a typo.
jkoshy
2008-10-04
1
-1
/
+1
*
Correct misspellings.
jkoshy
2008-10-02
1
-2
/
+2
*
Support sparsely numbered CPUs.
jkoshy
2008-09-22
4
-71
/
+77
[next]