MP Implmentation 3/4: MAJOR progress on SMP, full userland MP is now working!
[dragonfly.git] / sys / sys /
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
2003-07-08 Matthew DillonMP Implmentation 2A/4: Post commit cleanup, fix missing...
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 DillonIntegrate the interrupt related operations for /dev...
2003-07-04 Matthew DillonGeneric MP rollup work.
2003-07-04 Matthew Dillonadd gd_other_cpus
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
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...
2003-06-29 Matthew DillonAdd 64 bit display output support to sysctl plus conven...
2003-06-29 Matthew DillonImplement interrupt thread preemption + minor cleanup.
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-28 Matthew Dillonsmp/up collapse stage 2 of 2: cleanup the globaldata...
2003-06-28 Matthew DillonGive ps access to a process's thread structure.
2003-06-28 Matthew Dillonsmp/up collapse stage 1 of 2: Make UP use the globaldat...
2003-06-27 Matthew Dillongo back to using gd_cpuid instead of gd_cpu.
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-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-26 Matthew DillonIntroduce cratom(), remove crcopy().
2003-06-25 Matthew Dillonproc->thread stage 4: post commit, introduce sys/file2...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-24 Matthew Dillonproc->thread stage 3.5: Add an IO_CORE flag so coda...
2003-06-23 Matthew Dillonproc->thread stage 3: synchronize ps, top, and libkvm...
2003-06-23 Matthew Dillonproc->thread stage3: make time accounting threads based...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-22 Matthew DillonOptimize lwkt_rwlock.c a bit
2003-06-22 Matthew Dillonproc->thread stage 1: change kproc_*() API to take...
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-19 Matthew Dillonthread stage 6: Move thread stack management from...
2003-06-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-18 Matthew DillonOops commit the thread.h file.
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 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: