kernel - lwkt_token revamp
[dragonfly.git] / sys / sys / thread.h
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...
2004-03-31 Matthew DillonCleanup libcaps to support recent LWKT changes. Add...
2004-03-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2004-03-14 Hiten PandyaTurn TDF_SYSTHREAD into TDF_RESERVED0100 since the...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2004-02-15 Matthew DillonCleanup and augment the cpu synchronization API a bit...
2004-02-15 Matthew DillonSplit the IPIQ messaging out of lwkt_thread.c and move...
2004-02-14 Matthew DillonCreate a new machine type, cpumask_t, to represent...
2004-02-12 David Rhodus* Update function defines to match up with the work...
2004-02-10 Matthew DillonUse a globaldata_t instead of a cpuid in the lwkt_token...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-18 Matthew DillonCAPS IPC library stage 1/3: The core CAPS IPC code...
2003-12-07 Matthew DillonAdd additional functionality to the upcall support...
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
2003-11-03 Matthew DillonAugment the LWKT thread creation APIs to allow a cpu...
2003-10-16 Matthew DillonFix the userland scheduler. When the scheduler release...
2003-10-15 Matthew DillonHave lwkt_reltoken() return the generation number to...
2003-10-02 Matthew DillonFix a number of interrupt related issues.
2003-09-24 Matthew DillonClean up thread priority and critical section handling...
2003-08-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
2003-08-24 Jeffrey HsuFix typos in comments.
2003-08-20 Robert Garrett__P() != wanted, begin removal, in order to preserve...
2003-07-25 Matthew DillonFix a minor bug in lwkt_init_thread() (the thread was...
2003-07-24 Matthew DillonSyscall messaging work 2: Continue with the implementat...
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-20 Matthew DillonThis is the initial implmentation of the LWKT messaging...
2003-07-12 Matthew DillonCollapse gd_astpending and gd_reqpri together into...
2003-07-11 Matthew DillonMP Implmentation 4/4: Final cleanup for this stage...
2003-07-11 Matthew DillonMP Implmentation 3B/4: Remove Xcpuast and Xforward_irq...
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
2003-07-08 Matthew DillonMP Implementation 2/4: Implement a poor-man's IPI messa...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-07-04 Matthew DillonGeneric MP rollup work.
2003-06-30 Matthew DillonAdd threads to the process-retrieval sysctls so they...
2003-06-30 Matthew DillonMisc interrupts/LWKT 1/2: threaded interrupts 2: Major...
2003-06-29 Matthew DillonMisc interrupts/LWKT 1/2: interlock the idle thread...
next