| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all the checks on curthread != NULL with the exception of some MD | attilio | 2012-09-13 | 1 | -5/+0 |
* | Improve check coverage about idle threads. | attilio | 2012-09-12 | 1 | -0/+13 |
* | Add software PMC support. | fabient | 2012-03-28 | 1 | -0/+12 |
* | put sys/systm.h at its proper place or add it if missing | avg | 2011-12-12 | 1 | -1/+1 |
* | panic: add a switch and infrastructure for stopping other CPUs in SMP case | avg | 2011-12-11 | 1 | -0/+32 |
* | Introduce the same mutex-wise fix in r227758 for sx locks. | attilio | 2011-11-21 | 1 | -4/+4 |
* | Constify arguments for locking KPIs where possible. | pjd | 2011-11-16 | 1 | -11/+11 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | - Merge changes to the base system to support OFED. These include | jeff | 2011-03-21 | 1 | -1/+1 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -2/+2 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
* | Fix a sign bug that caused adaptive spinning in sx_xlock() to not work | jhb | 2010-06-08 | 1 | -1/+1 |
* | In current code, threads performing an interruptible sleep (on both | attilio | 2009-12-12 | 1 | -1/+5 |
* | When releasing a read/shared lock we need to use a write memory barrier | attilio | 2009-09-30 | 1 | -4/+4 |
* | Fix some bugs related to adaptive spinning: | attilio | 2009-09-02 | 1 | -1/+1 |
* | * Change the scope of the ASSERT_ATOMIC_LOAD() from a generic check to | attilio | 2009-08-17 | 1 | -2/+3 |
* | Add a new macro to test that a variable could be loaded atomically. | bz | 2009-08-14 | 1 | -0/+2 |
* | Handle lock recursion differenty by always checking against LO_RECURSABLE | attilio | 2009-06-02 | 1 | -6/+8 |
* | The patch for r193011 was partially rejected when applied, complete it. | attilio | 2009-05-29 | 1 | -2/+4 |
* | Reverse the logic for ADAPTIVE_SX option and enable it by default. | attilio | 2009-05-29 | 1 | -21/+50 |
* | Add the OpenSolaris dtrace lockstat provider. The lockstat provider | sson | 2009-05-26 | 1 | -12/+82 |
* | - Wrap lock profiling state variables in #ifdef LOCK_PROFILING blocks. | jeff | 2009-03-15 | 1 | -2/+7 |
* | Teach WITNESS about the interlocks used with lockmgr. This removes a bunch | jhb | 2008-09-10 | 1 | -2/+2 |
* | If a thread that is swapped out is made runnable, then the setrunnable() | jhb | 2008-08-05 | 1 | -6/+17 |
* | - Embed the recursion counter for any locking primitive directly in the | attilio | 2008-05-15 | 1 | -0/+1 |
* | - Pass the priority argument from *sleep() into sleepq and down into | jeff | 2008-03-12 | 1 | -9/+10 |
* | - Re-implement lock profiling in such a way that it no longer breaks | jeff | 2007-12-15 | 1 | -25/+9 |
* | Expand lock class with the "virtual" function lc_assert which will offer | attilio | 2007-11-18 | 1 | -0/+9 |
* | generally we are interested in what thread did something as | julian | 2007-11-14 | 1 | -1/+1 |
* | Fix sx_try_slock(), so it only fails when there is an exclusive owner. | pjd | 2007-10-02 | 1 | -9/+12 |
* | Fix some problems with lock_profiling in sx locks: | attilio | 2007-07-06 | 1 | -22/+32 |
* | Add functions sx_xlock_sig() and sx_slock_sig(). | attilio | 2007-05-31 | 1 | -26/+62 |
* | style(9) fixes for sx locks. | attilio | 2007-05-29 | 1 | -2/+2 |
* | Add a small fix for lock profiling in sx locks. | attilio | 2007-05-29 | 1 | -1/+1 |
* | Rename the macros for assertion flags passed to sx_assert() from SX_* to | jhb | 2007-05-19 | 1 | -19/+19 |
* | Expose sx_xholder() as a public macro. It returns a pointer to the thread | jhb | 2007-05-19 | 1 | -8/+0 |
* | Oops, didn't include SX_ADAPTIVESPIN in the list of valid flags for the | jhb | 2007-05-19 | 1 | -1/+1 |
* | Add a new SX_RECURSE flag to make support for recursive exclusive locks | jhb | 2007-05-19 | 1 | -2/+8 |
* | Fix a comment. | jhb | 2007-05-18 | 1 | -2/+2 |
* | Move lock_profile_object_{init,destroy}() into lock_{init,destroy}(). | jhb | 2007-05-18 | 1 | -2/+0 |
* | Add destroyed cookie values for sx locks and rwlocks as well as extra | jhb | 2007-05-08 | 1 | -1/+21 |
* | fix typo | kmacy | 2007-04-04 | 1 | -1/+1 |
* | style fixes and make sure that the lock is treated as released in the sharers... | kmacy | 2007-04-04 | 1 | -4/+5 |
* | Fixes to sx for newsx - fix recursed case and move out of inline | kmacy | 2007-04-03 | 1 | -8/+31 |
* | Optimize sx locks to use simple atomic operations for the common cases of | jhb | 2007-03-31 | 1 | -230/+682 |
* | Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes, | jhb | 2007-03-21 | 1 | -41/+41 |
* | Add two new function pointers 'lc_lock' and 'lc_unlock' to lock classes. | jhb | 2007-03-09 | 1 | -0/+33 |
* | Use C99-style struct member initialization for lock classes. | jhb | 2007-03-09 | 1 | -3/+3 |
* | lock stats updates need to be protected by the lock | kmacy | 2007-03-02 | 1 | -24/+3 |
* | Evidently I've overestimated gcc's ability to peak inside inline functions | kmacy | 2007-03-01 | 1 | -2/+8 |