Silence UP warning.
[dragonfly.git] / sys / kern / lwkt_thread.c
2008-12-21 Sascha WildnerSilence UP warning.
2008-12-18 Matthew DillonThis is a MAJOR rewrite of usched_bsd4 and related...
2008-10-26 Sepherosa Ziehau- Return the real cluster limit used by the objcache
2008-09-11 YONETANI Tomokazu#ifdef DDB without including "opt_ddb.h"
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-06-16 Matthew DillonWe must process incoming IPI messages when spinning...
2008-06-02 Matthew DillonEven using the objcache we need a one-per-cpu free...
2008-05-26 Nicolas TheryAllocate lwkt threads from objcache instead of custom...
2008-05-18 Nicolas TheryRemove obsolete userland lwkt.
2008-03-01 Matthew DillonClean up the token code and implement lwkt_token_is_sta...
2008-02-17 Nuno AntunesFix typo in comment.
2007-09-27 Matthew DillonInterrupt thread preemption was switching in threads...
2007-07-02 Matthew DillonImplement an architecture function cpu_mplock_contested...
2007-05-24 Matthew DillonLWKT message ports contain a number of function pointer...
2007-05-01 Matthew DillonImplement kern.do_async_attach. default disabled. ...
2007-02-18 Simon Schubert1:1 Userland threading stage 2.16/4:
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
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-06-01 Matthew DillonSince we can only hold one shared spinlock at a time...
2006-06-01 Matthew Dillongd_tdallq is not protected by the BGL any more, it...
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-19 Matthew DillonRecent lwkt_token work broke UP builds. Fix the token...
2006-05-18 Matthew DillonMake spinlocks panic-friendly.
2006-05-18 Matthew DillonReplace the LWKT token code's passive management of...
2006-03-01 Matthew DillonA thread may be freed from a different cpu then it...
2006-01-31 Matthew DillonBring in the parallel route table code and clean up...
2005-12-10 Matthew DillonFix another interesting bug. td_threadq is shared...
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-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-07-21 Matthew DillonAdditional work to try to make panics operate better...
2005-07-21 Matthew DillonOnly compile in lwkt_smp_stopped() on SMP builds.
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-19 Matthew DillonIf a fatal kernel trap occurs from an IPI or FAST inter...
2005-07-19 Matthew DillonFix a MP lock race. The MP locking state can change...
2005-07-07 Hiten PandyaAdd counters for recording Token/MPlock contention...
2005-06-20 Matthew DillonFix a serious SMP bug. The RWLOCK support used by...
2005-06-03 Matthew DillonReplace cpu_mb1() and cpu_mb2() with cpu_mfence(),...
2005-06-03 Matthew DillonAugment the panic when attempting to switch from a...
2005-04-22 Joerg SonnenbergerDon't call cpu_mb1 after lwkt_setcpu_self, but call...
2005-04-13 Matthew DillonOnly bump the switch_count counter when lwkt_switch...
2004-10-13 Eirik NygaardAdd two more header in the !_KERNEL case so libcaps...
2004-09-21 Joerg SonnenbergerUse libcaps_free_stack instead of kmem_free for userland
2004-07-29 Matthew DillonMove kthread_create() from lwkt_thread.c to kern_kthrea...
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-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-26 Matthew DillonWhen a kernel-created thread exits, properly remove...
2004-06-03 Joerg SonnenbergerHide unused function under #ifdef SMP
2004-05-28 Matthew DillonAdd lwkt_setcpu_self(), a function which migrates the...
2004-05-10 Hiten PandyaRemove newline from panic(9) message, it is redundant.
2004-04-10 Matthew DillonDo some minor critical path performance improvements...
2004-03-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2004-03-28 Matthew DillonDo some major performance tuning of the userland scheduler.
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 DillonSplit the IPIQ messaging out of lwkt_thread.c and move...
2004-02-14 Matthew DillonFix forgotten lwkt_send_ipiq() API update. cpuid ...
2004-02-12 Matthew DillonChange lwkt_send_ipiq() and lwkt_wait_ipiq() to take...
2004-02-09 Matthew DillonSplit the lwkt_token code out of lwkt_thread.c. Give...
2004-01-31 Joerg SonnenbergerBuild lwkt_process_ipiq_frame only for the kernel,...
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-30 Matthew DillonAdd idle entry halt vs spin statistics counters machdep...
2003-12-04 Matthew DillonGeneral cleanups as part of the libcaps userland thread...
2003-12-04 Matthew DillonAs part of the libcaps threading work a number of routi...
2003-11-24 Matthew Dillon#include cleanups for lwkt_msgport.c and lwkt_thread...
2003-11-24 Matthew DillonMore LWKT messaging cleanups. Isolate the default...
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-11-03 Matthew DillonAugment the LWKT thread creation APIs to allow a cpu...
2003-11-03 Matthew DillonBetter documentation of the MP lock state for new threads.
2003-10-26 Hiten PandyaRemove unneeded XXX, to rename lwkt_create() as it...
2003-10-17 Matthew DillonCleanup P_CURPROC and P_CP_RELEASED handling. P_CP_REL...
2003-10-15 Matthew DillonHave lwkt_reltoken() return the generation number to...
2003-10-02 Matthew DillonAddendum: Many thanks for continuing to Galen Sampson...
2003-10-02 Matthew DillonFix a number of interrupt related issues.
2003-10-01 Matthew DillonFix a bug in lwkt_trytoken(), it failed to exit its...
2003-09-28 Matthew DillonTry to generate more debugging information when the...
2003-09-25 Matthew DillonFix a number of mp_lock issues. I had outsmarted mysel...
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-07-25 Matthew DillonPerformance cleanup. Greatly reduce the number of...
2003-07-25 Matthew DillonFix a minor bug in lwkt_init_thread() (the thread was...
2003-07-20 Matthew DillonFix a minor compile-time errors when INVARIANTS is...
2003-07-20 Matthew DillonThis is the initial implmentation of the LWKT messaging...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-12 Matthew DillonCollapse gd_astpending and gd_reqpri together into...
next