kernel - Provide descriptions for lwkt.* and debug.* sysctl's
[dragonfly.git] / sys / kern / kern_spinlock.c
2010-11-30 Samuel J. Greearkernel - Provide descriptions for lwkt.* and debug...
2010-08-30 Alex Hornungspinlocks - adjust man pages and *_quick_* routines
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-30 Matthew Dillonkernel - remove spin_lock_rd() and spin_unlock_rd()
2010-08-28 Matthew Dillonkernel - Major MPSAFE Infrastructure 2
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-04-15 Alex Hornungprint_backtrace - Take parameter count
2009-02-05 Aggelos Economopouloskill db_print_backtrace()
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-09-11 YONETANI Tomokazu#ifdef DDB without including "opt_ddb.h"
2008-06-04 Nicolas TheryFix bugs in spin_trylock_wr():
2008-05-24 Sepherosa ZiehauUse "pause" in spin loop.
2008-05-05 Sepherosa ZiehauUse mask instead of modulo, since bo->backoff is always...
2008-05-04 Sepherosa Ziehau- Randomize spinlock exponential backoff value, which...
2007-07-02 Matthew DillonImplement an architecture call for contended spinlocks...
2007-02-21 Simon SchubertReplace magic number with constant.
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-22 Matthew DillonFix a compile error when DDB is not defined. db_print_...
2006-06-01 Matthew DillonSince we can only hold one shared spinlock at a time...
2006-05-29 Matthew DillonShortcut two common spinlock situations and don't bothe...
2006-05-29 Matthew DillonAdd two KTR (kernel trace) options: KTR_GIANT_CONTENTIO...
2006-05-21 Matthew DillonImplement a much faster spinlock.
2006-05-18 Matthew DillonMake spinlocks panic-friendly.
2005-09-16 Matthew DillonSplit spinlock.h into spinlock.h and spinlock2.h so...
2005-08-28 Jeffrey HsuA machine-independent spinlock implementation. It...