kernel - Add TDF_RUNNING assertions
[dragonfly.git] / sys / platform / pc32 / i386 / swtch.s
2011-12-08 Matthew Dillonkernel - Add TDF_RUNNING assertions
2011-12-01 Matthew Dillonkernel - Fix pmap->pm_active race in switch code
2011-11-30 Matthew Dillonkernel - swtch.s cleanup
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-03-24 Matthew Dillonkernel - Revamp LWKT thread migration
2010-10-23 Matthew Dillonkernel - Fix pmap deactivate/reactivation race.
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-02-22 Matthew Dillonkernel - Fix some rare pmap races in i386 and x86_64.
2007-06-29 Matthew DillonImplement struct lwp->lwp_vmspace. Leave p_vmspace...
2007-04-30 Matthew DillonIt is possible for spurious interrupt(s) to be posted...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2007-02-16 Simon Schubert1:1 Userland threading stage 2.12/4:
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2005-11-03 Matthew DillonICU/APIC cleanup part 9/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 2/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
2005-02-21 Matthew DillonImplement TLS support, tls manual pages, and link the...
2004-12-20 Matthew DillonRemove bogus DIAGNOSTIC code that checked if the proces...
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-05-05 Matthew DillonAnother major mmx/xmm/FP commit. This is a combination...
2004-04-30 Matthew DillonCorrect a bug in the last FPU optimized bcopy commit...
2004-04-29 Matthew DillonRewrite the optimized memcpy/bcopy/bzero support subsys...
2004-03-28 Matthew DillonDo some major performance tuning of the userland scheduler.
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2003-12-20 Matthew DillonUSER_LDT is now required by a number of packages as...
2003-09-25 Matthew DillonFix a number of mp_lock issues. I had outsmarted mysel...
2003-09-16 Matthew DillonFix a DIAGNOSTIC check in the heavy-weight switch code...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-20 Matthew DillonProfiling cleanup 1/2: fix crashes (all registers need...
2003-07-11 Matthew DillonMP Implmentation 4/4: Final cleanup for this stage...
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-05 Matthew Dillonfix a bug in the exit td_switch function, curthread...
2003-07-04 Matthew DillonGeneric MP rollup work.
2003-07-01 Matthew DillonRemove pre-ELF underscore prefix and asnames macro...
2003-06-30 Matthew DillonMisc interrupts/LWKT 1/2: threaded interrupts 2: Major...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-28 Matthew Dillonsmp/up collapse stage 1 of 2: Make UP use the globaldat...
2003-06-27 Matthew DillonCleanup lwkt threads a bit, change the exit/reap interlock.
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
2003-06-22 Matthew Dillonminor code optimization.
2003-06-22 Matthew DillonFinish migrating the cpl into the thread structure.
2003-06-22 Matthew Dillonthread stage 10: (note stage 9 was the kern/lwkt_rwlock...
2003-06-21 Matthew DillonAdd kern/lwkt_rwlock.c -- reader/writer locks. Clean...
2003-06-21 Matthew Dillonthread stage 8: add crit_enter(), per-thread cpl handli...
2003-06-20 Matthew Dillonthread stage 7: Implement basic LWKTs, use a straight...
2003-06-18 Matthew Dillonthread stage 4: remove curpcb, use td_pcb reference...
2003-06-18 Matthew Dillonthread stage 3: create independant thread structure...
2003-06-18 Matthew Dillonthread stage 2: convert npxproc to npxthread.
2003-06-18 Matthew Dillonthread stage 1: convert curproc to curthread, embed...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: