summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* Give mtx(9) the ability to crunch different type of structures, with theattilio2012-10-311-17/+64
* Remove all the checks on curthread != NULL with the exception of some MDattilio2012-09-131-5/+0
* Improve check coverage about idle threads.attilio2012-09-121-0/+6
* Add software PMC support.fabient2012-03-281-0/+15
* panic: add a switch and infrastructure for stopping other CPUs in SMP caseavg2011-12-111-0/+25
* Introduce macro stubs in the mutex implementation that will be alwaysattilio2011-11-201-2/+2
* Constify arguments for locking KPIs where possible.pjd2011-11-161-11/+12
* - Remove <machine/mutex.h>. Most of the headers were empty, and thejhb2010-11-091-11/+11
* Right now, WITNESS just blindly pipes all the output to theattilio2010-05-111-1/+1
* - Fix a race in sched_switch() of sched_4bsd.attilio2010-01-231-2/+0
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-6/+5
* Add necessary include.phk2009-09-081-5/+6
* * Change the scope of the ASSERT_ATOMIC_LOAD() from a generic check toattilio2009-08-171-2/+3
* Add a new macro to test that a variable could be loaded atomically.bz2009-08-141-0/+2
* Remove extra cpu_spinwait() invocations. This should really only be usedjhb2009-05-291-3/+0
* Tweak a few comments on adaptive spinning.jhb2009-05-291-2/+5
* Add the OpenSolaris dtrace lockstat provider. The lockstat providersson2009-05-261-9/+70
* Remove an obsolete assertion. We always wake up all waiters when unlockingjhb2009-05-201-2/+0
* - Wrap lock profiling state variables in #ifdef LOCK_PROFILING blocks.jeff2009-03-151-7/+17
* - When a mutex is destroyed while locked we need to inform lock profilingjeff2009-03-141-0/+1
* Teach WITNESS about the interlocks used with lockmgr. This removes a bunchjhb2008-09-101-3/+3
* Various whitespace fixes.jhb2008-09-101-9/+9
* Add KASSERT()'s to catch attempts to recurse on spin mutexes that aren'tjhb2008-02-131-1/+9
* Add a couple of assertions and KTR logging to thread_lock_flags() tojhb2008-02-131-1/+7
* - Re-implement lock profiling in such a way that it no longer breaksjeff2007-12-151-20/+6
* Make ADAPTIVE_GIANT as the default in the kernel and remove the option.attilio2007-11-281-8/+0
* Simplify the adaptive spinning algorithm in rwlock and mutex:attilio2007-11-261-29/+41
* Expand lock class with the "virtual" function lc_assert which will offerattilio2007-11-181-0/+10
* generally we are interested in what thread did something asjulian2007-11-141-1/+1
* - Remove the global definition of sched_lock in mutex.h to breakjeff2007-07-181-2/+0
* - Add the proper lock profiling calls to _thread_lock().jeff2007-07-181-2/+8
* Propagate volatile qualifier to make gcc4.2 happy.mjacob2007-06-091-1/+1
* Remove the MUTEX_WAKE_ALL option and make it the default behaviour for ourattilio2007-06-081-37/+0
* - Placing the 'volatile' on the right side of the * in the td_lockjeff2007-06-061-3/+3
* Fix a problem with not-preemptive kernels caming from mis-merging ofattilio2007-06-051-47/+0
* Restore non-SMP build.kib2007-06-051-1/+2
* Commit 3/14 of sched_lock decomposition.jeff2007-06-041-27/+122
* Move lock_profile_object_{init,destroy}() into lock_{init,destroy}().jhb2007-05-181-2/+0
* Teach 'show lock' to properly handle a destroyed mutex.jhb2007-05-081-1/+5
* move lock_profile calls out of the macros and into kern_mutex.ckmacy2007-04-031-9/+17
* - Simplify the #ifdef's for adaptive mutexes and rwlocks by conditionallyjhb2007-03-221-4/+8
* Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes,jhb2007-03-211-68/+68
* Add two new function pointers 'lc_lock' and 'lc_unlock' to lock classes.jhb2007-03-091-0/+40
* Use C99-style struct member initialization for lock classes.jhb2007-03-091-6/+6
* lock stats updates need to be protected by the lockkmacy2007-03-021-20/+5
* Evidently I've overestimated gcc's ability to peak inside inline functionskmacy2007-03-011-4/+8
* Further improvements to LOCK_PROFILING:kmacy2007-02-271-3/+14
* general LOCK_PROFILING cleanupkmacy2007-02-261-21/+8
* - Fix some gcc warnings in lock_profile.hkmacy2006-12-161-6/+20
* track lock class name in a way that doesn't break WITNESSkmacy2006-11-131-1/+1
OpenPOWER on IntegriCloud