| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix witness(4) warnings about mutex use. | jkoshy | 2007-04-19 | 1 | -17/+26 |
* | 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 |
* | 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 |
* | MFP4: Support for profiling dynamically loaded objects. | jkoshy | 2006-03-26 | 1 | -5/+165 |
* | 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 | 1 | -1/+6 |
* | 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 |
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | ru | 2005-12-05 | 1 | -14/+14 |