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
*
Clean up a switch statement for uncore events on Westmere processors.
gnn
2012-01-13
2
-12
/
+3
*
Update PMC events from October 2011 Intel documentation.
fabient
2012-01-04
2
-12
/
+11
*
Add missing MSR programming for some events.
fabient
2012-01-04
3
-6
/
+61
*
In sys/dev/hwpmc/hwpmc_amd.c, fix a clang warning about invalid enum
dim
2011-12-31
1
-3
/
+1
*
Quite the tinderbox for the holidays. Remove the assert[1].
bz
2011-12-25
1
-5
/
+0
*
Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x).
jhibbits
2011-12-24
2
-10
/
+1029
*
- Remove extra space
eadler
2011-12-21
1
-1
/
+1
*
There's a small set of events on Nehalem, that are not supported in
fabient
2011-12-12
1
-1
/
+12
*
Update Westmere uncore event exception list.
fabient
2011-12-02
1
-0
/
+8
*
Flip on processing interrupt profile events for mips24k.
adrian
2011-11-09
1
-1
/
+61
*
Add a flush of the current PMC log buffer before displaying the next top.
fabient
2011-10-18
2
-18
/
+61
*
Begin implementing correct MIPS24K sampling mode behaviour.
adrian
2011-10-07
1
-4
/
+7
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
2
-3
/
+3
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-1
/
+2
*
Commit the support for removing cpumask_t and replacing it directly with
attilio
2011-05-05
1
-4
/
+4
*
Fix a typo/error.
attilio
2011-04-30
1
-1
/
+1
*
Remove unnecessary usage of memory barriers when dealing with
attilio
2011-04-30
1
-3
/
+3
*
Fix two aliases that had the same name but were pointing to different
gnn
2010-10-04
1
-2
/
+2
*
Fix invalid class removal when IAF is not the last class.
fabient
2010-09-05
1
-15
/
+2
*
Make sure that we clear the correct bits when we turn off
gnn
2010-07-29
2
-21
/
+34
*
Fix a panic brought about by writing an MSR without a proper mask.
gnn
2010-07-13
2
-13
/
+86
*
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
[next]