Age | Commit message (Expand) | Author |
2010-06-17 | aligment -> alignment | Miod Vallat |
2010-04-26 | cut down simple locks (so simple that they don't even lock) to the point | Theo de Raadt |
2010-04-23 | remove unnecessary temp_entry variables and hoist simple check out of a loop. | Ted Unangst |
2010-04-22 | Committing on behalf or ariane@. | Owain Ainsworth |
2009-08-28 | kva_guardpages: make guard pages separate map entries | Ariane van der Steldt |
2009-08-24 | Properly check for VM_MAX_KERNEL_ADDRESS wraparound in the guard pages code. | Miod Vallat |
2009-08-13 | Enable guard pages and slow recycling of kva. | Ariane van der Steldt |
2009-08-06 | reintroduce the uvm_tree commit. | Owain Ainsworth |
2009-07-25 | Add an extra argument to uvm_unmap_remove(), for the caller to tell it | Miod Vallat |
2009-06-17 | date based reversion of uvm to the 4th May. | Owain Ainsworth |
2009-06-16 | Backout pmemrange (which to most people is more well known as physmem | Ariane van der Steldt |
2009-06-16 | Backout all changes to uvm after pmemrange (which will be backed out | Owain Ainsworth |
2009-06-14 | Noone else ever saw this diff except oga and ariane, so that is an | Theo de Raadt |
2009-06-09 | correct loop in debug code to not use an uninitialised page. it was | Owain Ainsworth |
2009-06-06 | Since all callers of uvm_pagedeactivate did pmap_page_protect(.., VM_PROT_NONE) | Artur Grabowski |
2009-06-02 | Instead of the global hash table with the terrible hashfunction and a | Owain Ainsworth |
2009-06-01 | physmem allocator: change the view of free memory from single free pages | Ariane van der Steldt |
2009-05-02 | a few more memset changes. | Owain Ainsworth |
2009-03-25 | Move all of the pseudo-inline functions in uvm into C files. | Owain Ainsworth |
2008-11-10 | typo: be -> by in comment | Owain Ainsworth |
2008-11-04 | uvmspace_unshare() is never used; ok miod | Theo de Raadt |
2008-10-23 | a better fix for the "uvm_km thread runs out of memory" problem. | Ted Unangst |
2008-10-08 | Don't extend amaps beyond what their supposed maximum. This code path is | Artur Grabowski |
2008-09-23 | Do not merge userland map entries. | Artur Grabowski |
2008-07-25 | Correct printing of the pg_flags for ddb. | Artur Grabowski |
2008-07-25 | some splassert paranoia. | Artur Grabowski |
2008-07-18 | Add new uvm function called uvm_map_pie() which takes align as a | Kurt Miller |
2008-06-09 | Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry of | Miod Vallat |
2007-09-15 | replace ctob and btoc with ptoa and atop respectively | Martin Reindl |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-07-18 | Indentation nit. | Artur Grabowski |
2007-06-18 | Bring back Mickey's UVM anon change. Testing by thib@, beck@ and | Pedro Martelletto |
2007-06-13 | Remove some statics and inlines (mostly to get a readable profile output). | Artur Grabowski |
2007-06-01 | set hiwat mark for some of the more popular pools to reduce bouncing | Ted Unangst |
2007-05-31 | zap the vm_amap am_l simplelock, and amap_{lock/unlock} macros for | Thordur I. Bjornsson |
2007-04-27 | For uvm_map and uvm_unmap, splassert(IPL_NONE) for non-INTRSAFE maps. | Artur Grabowski |
2007-04-27 | Some indentation cleanup. | Artur Grabowski |
2007-04-14 | Clean up. | Artur Grabowski |
2007-04-13 | While splitting flags and pqflags might have been a good idea in theory | Artur Grabowski |
2007-04-12 | Unbreak compile with option UVMHIST after pg_flags changes. | Artur Grabowski |
2007-04-11 | Instead of managing pages for intrsafe maps in special objects (aka. | Artur Grabowski |
2007-04-04 | Mechanically rename the "flags" and "version" fields in struct vm_page | Artur Grabowski |
2007-03-27 | Clean up some return value handling now that we know that what's returned | Artur Grabowski |
2007-03-26 | Rip out the KERN_ error codes. | Artur Grabowski |
2007-03-25 | remove KERN_SUCCESS and use 0 instead. | Artur Grabowski |
2006-07-31 | fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; n... | Michael Shalayeff |
2006-07-26 | fix fmts for UVMHIST_LOG() entries making it more useful on 64bit archs; miod... | Michael Shalayeff |
2006-07-13 | Back out the anon change. Apparently it was tested by a few, but most of | Theo de Raadt |
2006-06-21 | from netbsd: make anons dynamically allocated from pool. | Michael Shalayeff |
2006-04-27 | from PAE work: | Michael Shalayeff |