kernel - Refactor the lwkt_token code, making it faster
[dragonfly.git] / sys / kern / lwkt_token.c
2009-12-21 Matthew Dillonkernel - Refactor the lwkt_token code, making it faster
2009-08-29 Sascha WildnerFix typo: aquire -> acquire.
2008-05-18 Nicolas TheryRemove obsolete userland lwkt.
2008-03-01 Matthew DillonClean up the token code and implement lwkt_token_is_sta...
2006-12-27 Matthew DillonRemove unused defines.
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-06-04 Matthew DillonRemove LWKT reader-writer locks (kern/lwkt_rwlock.c...
2006-05-21 Matthew DillonImplement a much faster spinlock.
2006-05-19 Matthew DillonRecent lwkt_token work broke UP builds. Fix the token...
2006-05-18 Matthew DillonReplace the LWKT token code's passive management of...
2005-09-12 Matthew DillonFix a token bug. A preempting interrupt thread blockin...
2005-07-07 Hiten PandyaAdd counters for recording Token/MPlock contention...
2005-06-27 Matthew DillonPrint out additional information for a magic number...
2005-06-20 Matthew DillonUse KTR's built-in call chain recording rather then...
2005-06-20 Matthew DillonUse the KTR facility to trace token operations.
2005-06-20 Matthew DillonAdd a DEBUG_TOKENS option which causes token operations...
2005-06-20 Matthew DillonTokens are recursive in the context of the same thread...
2005-06-19 Matthew DillonFix two bugs in the LWKT token code.
2005-06-03 Matthew DillonReplace cpu_mb1() and cpu_mb2() with cpu_mfence(),...
2005-06-02 Matthew DillonFix a warning by conditionalizing a forward declaration.
2005-04-18 Matthew Dillonstaticize lwkt_reqtoken_remote().
2005-04-13 Matthew DillonOptimize lwkt_send_ipiq() - the IPI based inter-cpu...
2005-02-01 Matthew DillonFix an invariant test that tries to catch locked tokens...
2004-09-21 Joerg SonnenbergerInclude machine/cpu.h for userland to get clear_lwkt_re...
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-07-04 Eirik NygaardRearrange the machine/cpufunc.h header and add it where...
2004-06-21 Matthew Dillongcc-3.4 cleanup.
2004-03-08 Matthew Dillonlibcaps now compiles ipiq and token in userland, make...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-18 Joerg SonnenbergerFix typo.
2004-02-12 Matthew DillonChange lwkt_send_ipiq() and lwkt_wait_ipiq() to take...
2004-02-10 Matthew DillonUse a globaldata_t instead of a cpuid in the lwkt_token...
2004-02-09 Matthew DillonSplit the lwkt_token code out of lwkt_thread.c. Give...