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
*
- 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
*
Correct a callchain capture bug on the i386.
jkoshy
2008-09-15
1
-3
/
+3
*
- Provide kernelname as the name for process with P_KTHREAD set as
jeff
2008-07-25
1
-1
/
+5
*
Sign-extend the 48-bit AMD PMC counter before treating it to a 64-bit
adrian
2008-03-18
1
-5
/
+8
*
Fix the debugging output - the '0x' was duplicated from the %p option.
adrian
2008-03-18
1
-1
/
+1
*
Correct a typo.
jkoshy
2008-03-14
1
-2
/
+6
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
1
-4
/
+2
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
1
-1
/
+1
*
Add stub functions to unbreak LINT.
jkoshy
2007-12-07
4
-0
/
+80
*
Kernel and hwpmc(4) support for callchain capture.
jkoshy
2007-12-07
6
-112
/
+547
*
Revert revision 1.4.
jkoshy
2007-11-29
1
-1
/
+1
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-2
/
+2
*
Commit 14/14 of sched_lock decomposition.
jeff
2007-06-05
1
-6
/
+6
*
Fix witness(4) warnings about mutex use.
jkoshy
2007-04-19
3
-20
/
+30
*
Use pause() rather than tsleep() on stack variables and function pointers.
jhb
2007-02-27
1
-4
/
+4
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-7
/
+12
*
Declare security and security.bsd sysctl hierarchies in sysctl.h along
rwatson
2006-09-17
1
-2
/
+0
*
First pass at removing Alpha kernel support.
jhb
2006-05-11
1
-40
/
+0
*
Change msleep() and tsleep() to not alter the calling thread's priority
jhb
2006-04-17
1
-8
/
+1
*
Fix a cut-n-paste bug that crept in.
jkoshy
2006-04-11
1
-2
/
+2
*
Add support for Intel cpu model's 5 & 6.
ps
2006-04-04
1
-1
/
+1
*
Forcibly turn off all PMCs at module unload time.
jkoshy
2006-03-28
1
-0
/
+6
*
MFP4: Support for profiling dynamically loaded objects.
jkoshy
2006-03-26
2
-16
/
+189
*
When deconfiguring a log, only stop PMCs that are in the RUNNING
jkoshy
2006-03-18
1
-1
/
+2
*
When compiled with -DDEBUG, only print the old value of a PMC in a
jkoshy
2006-03-16
1
-1
/
+1
*
When a process is de-configuring a log file, also stop all of its
jkoshy
2006-03-09
2
-5
/
+8
*
Fix a memory leak.
jkoshy
2006-01-17
1
-5
/
+7
*
- Plug a memory leak: free up per-cpu sample buffers at module unload time.
jkoshy
2005-12-26
1
-3
/
+14
*
Wrap comment lines to be under 80 characters wide.
jkoshy
2005-12-26
1
-2
/
+3
*
Fix -Wundef warnings found when compiling i386 LINT, GENERIC and
ru
2005-12-05
4
-27
/
+27
*
Add support for a new/unreleased Pentium-M.
ps
2005-11-18
1
-1
/
+1
*
Bug fix initialization on multi-core HTT CPUs.
jkoshy
2005-10-10
1
-46
/
+59
*
Process one NMI interrupt per handler invocation as the processor
jkoshy
2005-09-12
1
-4
/
+9
*
Re-enable sampling on the AMD64.
jkoshy
2005-08-27
1
-5
/
+0
*
On x86 processors, turn off any 'INTERRUPT' capabilities on PMCs
jkoshy
2005-08-22
1
-3
/
+13
*
Return EOPNOTSUPP instead of EINVAL if a PMC allocation request
jkoshy
2005-08-22
1
-1
/
+15
*
Print PMC capabilities at module load time.
jkoshy
2005-08-22
1
-3
/
+9
*
Turn off sampling modes on the AMD64 till the time I can track down
jkoshy
2005-08-22
1
-0
/
+5
*
Fail the module loading process if the currently executing kernel
jkoshy
2005-07-30
1
-0
/
+12
*
Use LK_CANRECURSE since when a PMC-owning process performs an exec,
jkoshy
2005-07-17
1
-1
/
+1
[next]