kernel - Provide descriptions for lwkt.* and debug.* sysctl's
[dragonfly.git] / sys / kern / lwkt_serialize.c
2010-11-30 Samuel J. Greearkernel - Provide descriptions for lwkt.* and debug...
2009-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2009-07-14 Matthew Dillontsleep() - Add PINTERLOCKED flag to catch edge case.
2009-04-28 Sepherosa Ziehauserializer: Revoke PROFILE_SERIALIZER kernel option
2008-12-28 Sepherosa ZiehauPut last_td accessing back into INVARIANTS
2008-10-04 Sascha WildnerSilence warning on UP build with KTR.
2008-05-24 Sepherosa ZiehauUse "pause" in spin loop.
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-05-05 Sepherosa Ziehau- Add lwkt_serialize_adaptive_enter(9), it is same...
2008-05-02 Sepherosa Ziehau- Put exit ktr in proper place
2008-05-02 Sepherosa ZiehauWhite space
2008-04-29 Sepherosa ZiehauKTR various serializer operation
2008-04-03 Sepherosa ZiehauAdd counters for serializer enter/try
2008-04-02 Sepherosa Ziehau- Add two fields in lwkt_serialize to profile serialize...
2005-12-01 Matthew Dillontsleep_interlock() must be called prior to testing...
2005-11-23 Matthew DillonFix some minor bugs in lwkt_serialize_handler*() which...
2005-11-23 Matthew DillonAdd a lwkt_serialize_try() API function.
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-09-12 Matthew DillonFix a serializer bug. The SMP serializer would in...
2005-05-26 Matthew DillonFix a bug in the serializer's race detection code....
2005-05-25 Matthew DillonFix a race in the serializer's use of atomic_intr_cond_...
2005-05-25 Matthew DillonRewrite the polling code. Instead of trying to do...
2005-05-24 Matthew Dillon(add missing file related to last commit)