kernel - skip PG_MARKER vm pages.
[dragonfly.git] / sys / vm / vm_contig.c
2010-07-08 Matthew Dillonkernel - skip PG_MARKER vm pages.
2010-06-12 Matthew Dillonkernel - MPSAFE work - tokenize more vm stuff
2010-03-04 Matthew Dillonkernel - pmap (i386) - Reduce kmem use for foreign...
2009-05-15 Matthew DillonInstrument contigmalloc() failures to provide better...
2009-04-23 Matthew DillonMake adjustments to how MAP_STACK works to prevent...
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-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
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-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-01-09 Simon SchubertAdd missing \n to printf
2005-06-03 Matthew Dillonvm_contig_pg_free() must busy the page before freeing...
2005-02-22 Matthew DillonImprove the contigmalloc() memory allocator. Fix a...
2004-11-10 Matthew DillonThe 'start = 1' change wasn't needed, revert that one...
2004-11-10 Matthew DillonFix a very serious bug in contigmalloc() which we inher...
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-16 Hiten PandyaChange all files that I own to use the official DragonF...
2004-07-07 Hiten PandyaRemove the advertising clause from this file.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-18 Joerg Sonnenbergerpmap_zero_page expects an address, not a page number
2004-02-16 Joerg SonnenbergerAdd BUS_DMA_ZERO flag to bus_dmamem_alloc.
2004-01-14 Matthew DillonCleanup the vm_map_entry_[k]reserve/[k]release() API...
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-10-15 Hiten PandyaSecond contigmalloc() cleanup: