kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git] / sys / vm / vm_glue.c
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-10 Matthew Dillonkernel - Fix p->p_lock race and remove unused procedures
2011-11-10 Matthew Dillonkernel - Remove ad-hoc increment/decrement of vm->vm_sysref
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-09-29 Matthew Dillonkernel - Numerous VM MPSAFE fixes
2010-08-10 Venkatesh SrinivasDocument sysctls vm.fast_fault, vm.dreadful_invltlb...
2010-06-12 Matthew Dillonkernel - MPSAFE work - tokenize more vm stuff
2010-06-12 Matthew Dillonkernel - MPSAFE work - tokenize vm/vm_map.c
2008-12-18 Matthew DillonThis is a major revamping of the pageout and low-memory...
2008-07-01 Matthew DillonFix numerous pageout daemon -> buffer cache deadlocks...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2007-02-26 Simon Schubert1:1 Userland threading stage 4.6/4:
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-19 Simon Schubert1:1 Userland threading stage 2.18/4:
2007-02-16 Simon Schubert1:1 Userland threading stage 2.12/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-01-01 Simon Schubert1:1 Userland threading stage 2.10/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-11-07 Matthew DillonMisc cleanups and CVS surgery. Move a number of header...
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-16 Matthew DillonFix a bug in sysctl()'s handling of user data. You...
2006-06-27 Matthew Dillon/dev/[k]mem was not allowing access to the CPU globalda...
2006-05-25 Matthew DillonConvert almost all of the remaining manual traversals...
2006-04-25 Matthew DillonAdd a memory wrap check to kernacc to try to reduce...
2006-03-15 Matthew DillonImplement a VM load heuristic. sysctl vm.vm_load will...
2005-11-22 Matthew DillonConsolidate the initialization of td_mpcount into lwkt_...
2005-11-19 Matthew DillonProtect allproc scans with PHOLD/PRELE, in particular...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.4/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.2/4:
2005-06-25 Matthew DillonAssociate a userland scheduler control structure with...
2005-06-02 Matthew DillonAfter some thought, replace the splhigh()/spl0() combin...
2005-06-02 Sascha WildnerRemove spl*() calls and replace them with critical...
2005-02-07 Matthew Dillongdb-6 uses /dev/kmem exclusively for kernel addresses...
2004-09-05 Matthew DillonNULL out p_stats when detaching the underlying thread...
2004-08-15 Joerg SonnenbergerMake the addr parameter to kernacc and useracc const.
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-20 Hiten PandyaZero-out the whole pstats structure and then copy the...
2004-05-20 Matthew DillonGet rid of VM_WAIT and VM_WAITPFAULT crud, replace...
2004-03-23 Matthew DillonANSIfication (procedure args) cleanup.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-01-14 Matthew DillonCleanup the vm_map_entry_[k]reserve/[k]release() API...
2003-11-03 Matthew DillonAugment the LWKT thread creation APIs to allow a cpu...
2003-10-02 Hiten PandyaRename:
2003-09-24 Matthew DillonClean up thread priority and critical section handling...
2003-08-20 Robert Garrett__P()!=wanted, clean up the vm subsystem
2003-07-26 Robert GarrettRegister keyword removal
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-11 Matthew DillonCleanup hardclock() and statclock(), making them work...
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
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-27 Matthew DillonCleanup lwkt threads a bit, change the exit/reap interlock.
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-22 Matthew Dillonthread stage 10: (note stage 9 was the kern/lwkt_rwlock...
2003-06-19 Matthew Dillonthread stage 6: Move thread stack management from...
2003-06-18 Matthew Dillonthread stage 4: remove curpcb, use td_pcb reference...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: