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_mod.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r308480: pmc_process_csw_out: ignore deleted counters
avg
2016-12-14
1
-2
/
+2
*
MFC r298931, r298981, r299375:
pfg
2016-05-17
1
-7
/
+7
*
MFC r295352:
kib
2016-03-12
1
-4
/
+4
*
MFC r290811:
jtl
2016-01-14
1
-44
/
+108
*
MFC r283924
vangyzen
2015-10-02
1
-3
/
+3
*
MFC 283123:
jhb
2015-06-01
1
-1
/
+1
*
MFC 282641,282658:
jhb
2015-06-01
1
-83
/
+83
*
MFC of r277177 and r279894 with the fixes for the PMC for Haswell.
rrs
2015-03-24
1
-0
/
+5
*
Clamp too large hwpmc callchaindepth to maximum
emaste
2015-02-15
1
-2
/
+3
*
MFC r273236:
markj
2014-11-06
1
-13
/
+9
*
Remove local change leftover, this should never have been part of
davide
2013-09-20
1
-2
/
+0
*
Fix lc_lock/lc_unlock() support for rmlocks held in shared mode. With
davide
2013-09-20
1
-0
/
+2
*
Complete r250105. Do not zero fields if M_ZERO flag is specified to
davide
2013-09-01
1
-6
/
+0
*
Rename the kld_unload event handler to kld_unload_try, and add a new
markj
2013-08-24
1
-58
/
+53
*
Relax the vm object locking. Use a read lock.
alc
2013-06-05
1
-10
/
+10
*
malloc(9) cannot return NULL if M_WAITOK flag is specified.
davide
2013-04-30
1
-14
/
+5
*
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
1
-10
/
+10
*
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
1
-0
/
+1
*
Quiesce a couple of clang warnings
sbruno
2013-01-12
1
-1
/
+1
*
Fixup r240246: hwpmc needs to retain the pinning until ASTs are not
attilio
2012-10-30
1
-1
/
+1
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-3
/
+0
*
Add software PMC support.
fabient
2012-03-28
1
-38
/
+213
*
Add a flush of the current PMC log buffer before displaying the next top.
fabient
2011-10-18
1
-2
/
+20
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-2
/
+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
*
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
*
If there is multiple PMCs for the same interrupt ignore new post.
fabient
2010-03-31
1
-3
/
+5
*
Use VFS_{LOCK,UNLOCK}_GIANT() around the call to vrele().
jkoshy
2009-12-29
1
-0
/
+6
*
Log process mappings for existing processes at PMC start time.
jkoshy
2009-12-26
1
-3
/
+161
*
Use switch out (SWO) instead of switch in (SWI) debug log mask in csw_out.
emaste
2009-11-30
1
-1
/
+1
*
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
*
Fix a LOR between pmc_sx and proctree/allproc when creating a new thread
attilio
2009-06-25
1
-7
/
+12
*
- Bug fix: prevent a thread from migrating between CPUs between the
jkoshy
2008-12-13
1
-16
/
+60
*
- Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solo
jkoshy
2008-11-27
1
-6
/
+5
*
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
*
- Separate PMC class dependent code from other kinds of machine
jkoshy
2008-11-09
1
-122
/
+230
*
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
1
-12
/
+10
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-41
/
+37
*
Support sparsely numbered CPUs.
jkoshy
2008-09-22
1
-38
/
+43
*
- Provide kernelname as the name for process with P_KTHREAD set as
jeff
2008-07-25
1
-1
/
+5
*
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
*
Kernel and hwpmc(4) support for callchain capture.
jkoshy
2007-12-07
1
-63
/
+284
*
Commit 14/14 of sched_lock decomposition.
jeff
2007-06-05
1
-6
/
+6
[next]