kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git] / sys / sys / thread.h
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-15 Matthew Dillonkernel - Greatly improve shared memory fault rate concu...
2011-11-11 Matthew Dillonkernel - Performance improvements during heavy memory...
2011-11-04 Matthew Dillonkernel - Fix localhost packet misordering
2011-10-28 Matthew Dillonkernel - add lwkt_set_interrupt_support_thread() API
2011-10-26 Matthew Dillonkernel - Major vm_page, lwkt thread, and other changes
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-06-09 Venkatesh Srinivaskernel -- Implement lwkt_token_swap; swaps most recent...
2011-06-09 Venkatesh Srinivaskernel -- Remove vestigial token flags field.
2011-03-24 Matthew Dillonkernel - Revamp LWKT thread migration
2011-03-09 Matthew Dillonkernel - Add lwkt.cache_threads boot-time tunable
2011-02-07 Sascha WildnerRemove useless belt and suspenders include guards in...
2011-01-25 Venkatesh Srinivaskernel -- lockmgr debugging.
2011-01-20 Matthew Dillonkernel - Remove mplock shims from global tokens
2011-01-10 Matthew Dillonkernel - refactor cpusync and pmap_inval code, fix...
2010-12-26 Venkatesh Srinivaskernel -- Spinlock debugging.
2010-12-11 Matthew Dillonkernel - 48-core MP work
2010-12-11 Matthew Dillonkernel - Change the discrete mplock into mp_token
2010-12-11 Matthew Dillonkernel - Record token ...
2010-09-17 Matthew Dillonkernel - Add lwkt_relpooltoken()
2010-09-09 Matthew Dillonnetwork - Completely revamp the netisr / dispatch code
2010-08-30 Matthew Dillonkernel - Separate inherited mplocks from td_mplocks...
2010-08-29 Matthew Dillonkernel - Uninline crit_exit()
2010-08-29 Matthew Dillonkernel - Uninline crit_exit()
2010-08-29 Matthew Dillonkernel - Introduce hard code sections, simplify critica...
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2010-08-28 Matthew Dillonkernel - Add vmobj_token, misc vm-related tokenization
2010-08-28 Matthew Dillonkernel - Add description to static token initializers
2010-08-25 Matthew Dillonkernel - Fix LWKT_TOKEN_HELD() assertion
2010-08-24 Matthew Dillonkernel - Add additional fields to kinfo_cputime
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-08-20 Matthew Dillonkernel - opencrypto - optimize chained synchronous...
2010-06-12 Nicolas Therykernel - token - update outdated comments
2010-06-12 Matthew Dillonkernel - MPSAFE work - add vmspace_token
2010-06-10 Matthew Dillonkernel - MPSAFE work - adjust global tokens
2010-06-09 Matthew Dillonkernel - MPSAFE work - Add global tokens
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2010-05-16 Matthew Dillonkernel - zero pages during idle
2010-04-16 Sascha WildnerAdd more __printflike()'s and fix resulting fallout.
2010-04-15 Alex Hornungdsched - Tie the dsched framework into the system
2010-03-15 Matthew Dillonkernel - change tsleep related idents to const volatile...
2009-12-21 Matthew Dillonkernel - Refactor the lwkt_token code, making it faster
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-15 Matthew Dillonkernel - use new td_ucred in numerous places
2009-12-15 Matthew Dillonkernel - Third time's the charm - move lwp_ucred to...
2009-10-02 Matthew Dillonlwkt - Add lwkt_setpri_initial()
2009-09-11 Matthew DillonKERNEL - Implement a poor man's ioscheduler using sys...
2009-07-15 Matthew DillonLWKT - Rename lwkt_yield_quick() to a more appropriate...
2009-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2009-07-13 Matthew Dillonlwkt_token - Add ASSERT_LWKT_TOKEN_HELD(token) macro.
2009-06-20 Matthew DillonHAMMER (and kernel) - Fix cpu-bound kernel thread issue.
2009-01-14 Sepherosa ZiehauAdd LWKT_TOKEN_INITIALIZER
2008-12-18 Matthew DillonThis is a MAJOR rewrite of usched_bsd4 and related...
2008-09-20 Sepherosa ZiehauAdd TDF_NETWORK lwkt flag, so various assertion could...
2008-09-09 Matthew DillonAdd a MSGF_NORESCHED feature for lwkt thread-based...
2008-09-09 Matthew DillonFix issues with the scheduler that were causing unneces...
2008-07-01 Matthew DillonFix numerous pageout daemon -> buffer cache deadlocks...
2008-05-26 Nicolas TheryAllocate lwkt threads from objcache instead of custom...
2008-05-09 Matthew DillonFix a nasty memory corruption issue which can occur...
2008-03-01 Matthew DillonClean up the token code and implement lwkt_token_is_sta...
2007-12-12 Matthew DillonSave and restore the FP context in the signal stack...
2007-11-18 Sepherosa ZiehauAdd a new light weight function to synchronize IPI...
2007-04-25 Sascha Wildnerstyle(9) cleanup: Remove parameter names from prototypes.
2007-01-22 Simon SchubertPass structs by reference if you expect the callee...
2006-06-04 Matthew DillonRemove LWKT reader-writer locks (kern/lwkt_rwlock.c...
2006-06-01 Matthew Dillongd_tdallq is not protected by the BGL any more, it...
2006-05-29 Matthew DillonFix numerous bugs in the BSD4 scheduler introduced...
2006-05-29 Matthew DillonAdd two KTR (kernel trace) options: KTR_GIANT_CONTENTIO...
2006-05-29 Matthew DillonFurther isolate the user process scheduler data by...
2006-05-21 Matthew DillonImplement a much faster spinlock.
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
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...
2006-01-31 Matthew DillonBring in the parallel route table code and clean up...
2005-12-02 Matthew DillonFix a process exit/wait race. The wait*() code was...
2005-11-22 Matthew DillonConsolidate the initialization of td_mpcount into lwkt_...
2005-11-21 Matthew DillonAdd a thread flag, TDF_MPSAFE, which is used during...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-08 Matthew DillonTurn around the spinlock code to reduce the chance...
2005-10-25 Matthew DillonRemove the dummy IPI messaging routines for UP builds...
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-10-05 Simon SchubertUserland 1:1 threading changes step 1/4+:
2005-07-26 Matthew DillonAdd a new kernel compile debugging option, DEBUG_CRIT_S...
2005-07-20 Matthew DillonWhen a cpu is stopped due to a panic or the debugger...
2005-07-20 Matthew DillonLimit switch-from-interrupt warnings to once per thread...
2005-07-07 Hiten PandyaAdd counters for recording Token/MPlock contention...
2005-06-19 Matthew DillonAdd more magic numbers for the token code.
2005-04-18 Matthew Dillonstaticize lwkt_reqtoken_remote().
2005-04-13 Matthew DillonOptimize lwkt_send_ipiq() - the IPI based inter-cpu...
2005-01-14 Matthew DillonAdd syscall primitives for generic userland accessible...
2004-10-13 Matthew DillonAvoid redefined symbol warning when libcaps uses thread...
2004-09-14 Matthew DillonGive the MP fields in the thread structure useful names...
2004-07-29 Matthew DillonAdd a stack-size argument to the LWKT threading code...
2004-07-24 Matthew DillonUpdate the userland scheduler. Fix scheduler interacti...
2004-06-20 Hiten PandyaMove the 'p_start' field from struct pstats (Process...
2004-06-17 Hiten PandyaSpell 'written' properly.
2004-06-10 Matthew DillonBoth 'ps' and the loadav calculations got broken by...
2004-05-28 Matthew DillonAdd lwkt_setcpu_self(), a function which migrates the...
2004-04-10 Matthew DillonDo some minor critical path performance improvements...
next