kernel - Fix long-standing vm_map token panic
[dragonfly.git] / sys / vm / vm_map.c
2012-08-21 Matthew Dillonkernel - Fix long-standing vm_map token panic
2011-12-02 Matthew Dillonkernel - Refactor the vmspace locking code and several...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-18 Matthew Dillonkernel - Document vm_map_lookup_entry() better in vm...
2011-10-31 Matthew Dillonkernel - Fix missing token release in msync() error...
2011-10-28 Matthew Dillonkernel - More many-cores SMP work
2011-10-27 Matthew Dillonkernel - Fix deep recursion in vm_object_collapse()
2011-10-26 Matthew Dillonkernel - Fix recently introduced bus error w/postgres...
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-09-29 Matthew Dillonkernel - Numerous VM MPSAFE fixes
2011-08-11 Matthew Dillonkernel - Fix deadlock w/recent vm_map work
2011-06-10 Matthew Dillonkernel - do not have hold ref on object across a vm_map...
2011-06-10 Matthew Dillonkernel - Fix MP races in recent vm_object work
2011-06-07 Venkatesh Srinivaskernel -- vm_object locking: Interlock vm_object work...
2011-03-09 Matthew Dillonkernel - Add vm.cache_vmspaces boot-time tunable
2011-03-05 Venkatesh Srinivaskernel -- vm_map: Remove infork field from vm_map.
2011-03-04 Venkatesh Srinivaskernel -- vm_object locking Part 2: Lockup a few vm_obj...
2011-03-04 Venkatesh Srinivaskernel -- vm_object locking Part 1: Primitives
2011-02-16 Venkatesh Srinivaskernel -- vm locking: Take per-object token in vm_map...
2010-12-07 Matthew Dillonkernel - 64-bit memory & ncpus work
2010-11-25 Alex Hornungmmap - add mmap offset randomization
2010-11-25 Venkatesh Srinivaskernel - Honor MAP_WIREFUTURE flag in stack growth...
2010-11-24 Venkatesh Srinivaskernel - Export vm_map_transition_wait and correct...
2010-11-24 Venkatesh Srinivaskernel - Add a flags field to the vm_map and a MAP_WIRE...
2010-10-29 Matthew Dillonkernel - Increase UPAGES, add kernel stack guard page
2010-09-26 Matthew Dillonkernel - Rearrange pmap_growkernel() and fix up x86_64...
2010-08-28 Matthew Dillonkernel - Add vmobj_token, misc vm-related tokenization
2010-06-12 Matthew Dillonkernel - MPSAFE work - tokenize vm/vm_map.c
2010-03-04 Matthew Dillonkernel - pmap (i386) - Reduce kmem use for foreign...
2010-02-20 Matthew Dillonkernel - Add MNTK_NOMSYNC and OBJ_NOMSYNC
2010-02-18 Matthew Dillonkernel - Fix bogus compiler warning
2010-02-14 Matthew Dillonkernel - VM PAGER part 1/2 - Remove vm_page_alloc()
2010-02-11 Matthew Dillonkernel - sysref - Fix vnode interlock for 1->0 transition
2010-02-06 Matthew Dillonkernel - Expand the x86_64 KVA to 8G
2010-02-03 Matthew Dillonkernel - SWAP CACHE part 1/many - Convert swblock to...
2009-04-23 Matthew DillonDon't call vm_map_findspace() when MAP_TRYFIXED is...
2009-04-23 Matthew DillonMake adjustments to how MAP_STACK works to prevent...
2009-04-23 Matthew DillonFix VM panic. Add required overflow check for MAP_STAC...
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2008-12-18 Matthew DillonThis is a major revamping of the pageout and low-memory...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2007-01-07 Matthew DillonImplement nearly all the remaining items required to...
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-28 Matthew DillonIntroduce globals: KvaStart, KvaEnd, and KvaSize. ...
2006-11-07 Matthew DillonMisc cleanups and CVS surgery. Move a number of header...
2006-10-21 Matthew DillonReformulate the way the kernel updates the PMAPs in...
2006-09-13 Matthew DillonCollapse some bits of repetitive code into their own...
2006-09-13 Matthew DillonMAP_VPAGETABLE support part 3/3.
2006-09-12 Matthew DillonMAP_VPAGETABLE support part 1/3.
2006-09-11 Matthew DillonMove flag(s) representing the type of vm_map_entry...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-08-08 Matthew DillonLK_NOPAUSE no longer serves a purpose, scrap it.
2006-05-17 Matthew DillonRemove the (unused) copy-on-write support for a vnode...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-03-27 Matthew DillonChange *_pager_allocate() to take off_t instead of...
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2006-01-13 Sascha Wildner* Remove (void) casts for discarded return values.
2005-03-13 Eirik NygaardThere is no need to set *entry on each entry traversed...
2005-02-07 Matthew Dillongdb-6 uses /dev/kmem exclusively for kernel addresses...
2005-01-20 Matthew DillonReplace the cache-point linear search algorithm for...
2004-12-21 Jeffrey HsuFix whitespace.
2004-10-26 Matthew DillonFix bugs in the vm_map_entry reservation and zalloc...
2004-10-25 Matthew DillonRemove the vfs page replacement optimization and its...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
2004-07-28 Matthew Dillon(From Alan):
2004-07-24 Matthew DillonAdjust gd_vme_avail after ensuring that sufficient...
2004-07-21 Matthew DillonFix a device pager leak for the case where the page...
2004-05-27 Matthew DillonBring in the fictitious page wiring bug fixes from...
2004-05-13 Matthew DillonClose an interrupt race between vm_page_lookup() and...
2004-04-26 Matthew DillonBring in the following revs from FreeBS-4:
2004-04-23 Matthew Dillonmsync(..., MS_INVALIDATE) will incorrectly remove dirty...
2004-03-23 Matthew DillonANSIfication (procedure args) cleanup.
2004-03-12 Matthew DillonIn an rfork'd or vfork'd situation where multiple proce...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-01-20 Matthew DillonResident executable support stage 1/4: Add kernel bits...
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-14 Matthew DillonCleanup the vm_map_entry_[k]reserve/[k]release() API...
2003-12-27 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-10-19 Matthew DillonEntirely remove the old kernel malloc and kmem_map...
2003-10-02 Hiten PandyaRename:
2003-09-26 Matthew DillonRemove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel...
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-23 Matthew Dillon2003-07-22 Hiten Pandya <hmp@nxad.com>
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
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-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: