Put lwkt_serialize_array_{enter,try,exit}() into its own header file;
[dragonfly.git] / sys / sys / serialize.h
2009-04-12 Sepherosa ZiehauPut lwkt_serialize_array_{enter,try,exit}() into its...
2009-04-12 Sepherosa ZiehauFactor out lwkt_serialize_array_{enter,try,exit}()
2008-12-31 Sepherosa ZiehauUnbreak kernel/module building without INVARIANTS
2008-12-28 Sepherosa ZiehauPut last_td accessing back into INVARIANTS
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-04-03 Sepherosa ZiehauAdd counters for serializer enter/try
2008-04-02 Sepherosa Ziehau- Add two fields in lwkt_serialize to profile serialize...
2008-03-16 Sepherosa ZiehauAdd ASSERT_NOT_SERIALIZED
2006-08-26 Joerg SonnenbergerMove atomic_intr_t to machine/stdint.h and predent...
2005-11-23 Matthew DillonAdd a lwkt_serialize_try() API function.
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...