Regen.
[dragonfly.git] / sys / vm /
2004-01-20 Matthew DillonRetool the M_* flags to malloc() and the VM_ALLOC_...
2004-01-18 Matthew Dillonvm_uiomove() is a VFS_IOOPT related procedure, conditio...
2004-01-18 Matthew DillonCAPS IPC library stage 1/3: The core CAPS IPC code...
2004-01-14 Matthew DillonCleanup the vm_map_entry_[k]reserve/[k]release() API...
2004-01-13 Matthew DillonANSIfy procedure arguments.
2003-12-27 Jeffrey HsuMerge from FreeBSD:
2003-12-21 Jeffrey HsuMerge from FreeBSD:
2003-11-29 David Rhodus* Prevent leakage of wired pages by setting start_entry
2003-11-21 Matthew DillonImplement an upcall mechanism to support userland LWKT...
2003-11-14 David P. Reese, Jr.Split mmap().
2003-11-11 Matthew DillonMost code that calls vm_object_allocate() assumes that...
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-11-03 Matthew DillonAugment the LWKT thread creation APIs to allow a cpu...
2003-10-19 Matthew DillonEntirely remove the old kernel malloc and kmem_map...
2003-10-15 Hiten PandyaSecond contigmalloc() cleanup:
2003-10-15 Hiten PandyaMajor contigmalloc() API cleanup:
2003-10-13 Hiten PandyaFix an ordering issue, call vm_map_entry_reserve()...
2003-10-02 Hiten PandyaRename:
2003-09-26 Matthew DillonRemove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel...
2003-09-24 Matthew DillonClean up thread priority and critical section handling...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-09-14 Matthew DillonPermanently fix the 'allocating low physmem in early...
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
2003-08-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
2003-08-25 Matthew DillonAdd an alignment feature to vm_map_findspace(). This...
2003-08-20 Robert Garrett__P()!=wanted, clean up the vm subsystem
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-29 Hiten Pandyastyle(9) police:
2003-07-29 Hiten PandyaRemove INVARIANT_SUPPORT conditional pre-processing...
2003-07-28 Hiten PandyaFix building of vm_zone.c in the case of INVARIANTS.
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-07-23 Matthew Dillon2003-07-22 Hiten Pandya <hmp@nxad.com>
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-12 Matthew DillonForward FAST interrupts to the MP lock holder + minor...
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-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
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 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-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: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
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 Dillonthread stage 8: add crit_enter(), per-thread cpl handli...
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 Dillonthread stage 4: remove curpcb, use td_pcb reference...
2003-06-18 Matthew Dillonthread stage 3: create independant thread structure...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: