Remove upc_{control,register} syscalls and everything that has to do with it.
[dragonfly.git] / sys / vm / vm_map.h
2012-12-12 Sascha WildnerRemove upc_{control,register} syscalls and everything...
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-15 Matthew Dillonkernel - Greatly improve shared memory fault rate concu...
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-08-11 Matthew Dillonkernel - Fix deadlock w/recent vm_map work
2011-04-07 Matthew Dillonvkernel64 - Push some non-working (as yet) shims for...
2011-03-25 Matthew Dillonkernel - Fix MP race in vmspace_president_count() (2)
2011-03-25 Matthew Dillonkernel - Fix MP race in vmspace_president_count()
2011-03-05 Venkatesh Srinivaskernel -- vm_map: Remove infork field from vm_map.
2010-12-07 Matthew Dillonkernel - 64-bit memory & ncpus work
2010-11-25 Alex Hornungmmap - add mmap offset randomization
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-10-05 Matthew Dillonkernel - Add Proportional RSS (PRES)
2010-09-13 Matthew DillonKernel - Implement swapoff
2010-08-29 Matthew Dillonkernel - Introduce hard code sections, simplify critica...
2010-08-28 Matthew Dillonkernel - make kern/imgact_resident.c MPSAFe
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-01-18 Matthew Dillonkernel - simplify vm pager ops, add pre-faulting for...
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...
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-11 Matthew DillonFix a bug vm_fault_page(). PG_MAPPED was not getting...
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-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-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2006-05-17 Matthew DillonRemove the (unused) copy-on-write support for a vnode...
2006-05-05 Matthew DillonRemove the thread pointer argument to lockmgr(). All...
2006-04-23 Matthew DillonRemove the now unused interlock argument to the lockmgr...
2006-03-15 Matthew DillonImplement a VM load heuristic. sysctl vm.vm_load will...
2005-11-19 Matthew DillonConvert the lockmgr interlock from a token to a spinloc...
2005-10-09 Simon Schubert1:1 Userland threading stage 2.6/4:
2005-01-20 Matthew DillonReplace the cache-point linear search algorithm for...
2004-05-24 Hiten PandyaWrap the VM MAP locking routines with _KERNEL, user...
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-14 Matthew DillonCleanup the vm_map_entry_[k]reserve/[k]release() API...
2003-11-21 Matthew DillonImplement an upcall mechanism to support userland LWKT...
2003-10-02 Hiten PandyaRename:
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
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-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
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: