Age | Commit message (Expand) | Author |
2009-05-23 | More PG_RELEASED cleaning. | Owain Ainsworth |
2009-05-12 | Convert the udv_lock for the list of uvm_device objects over to a mutex. | Owain Ainsworth |
2009-05-08 | Clear PQ_AOBJ at pageremove: when a page is no longer part of a uvm_object, | Ariane van der Steldt |
2009-05-08 | Remove static qualifier of functions that are not inline. | Ariane van der Steldt |
2009-05-05 | Second step of PG_RELEASED cleanup. | Owain Ainsworth |
2009-05-05 | The first step in cleaning up the use of PG_RELEASED for uvm objects. | Owain Ainsworth |
2009-05-04 | Instead of keeping two ints in the uvm structure specifically just to | Owain Ainsworth |
2009-05-02 | a few more memset changes. | Owain Ainsworth |
2009-05-01 | uvm_page_alloc() + memset -> uvm_page_zalloc() | Owain Ainsworth |
2009-04-30 | obvious typo in panic string. | Owain Ainsworth |
2009-04-28 | Revert pageqlock back from a mutex to a simple_lock, as it needs to be | Miod Vallat |
2009-04-20 | add the UVM_PLA_ZERO flag for uvm_pglistalloc to make it return zeroed | Owain Ainsworth |
2009-04-17 | Another case of locking just to read uvmexp.free. Kill the locking, not | Owain Ainsworth |
2009-04-15 | We don't need to grab the fpageqlock to do nothing but look at the value | Owain Ainsworth |
2009-04-14 | Oops, this comment change should not have been commited. What it | Owain Ainsworth |
2009-04-14 | The use of uvm.pagedaemon_lock is incredibly inconsistent. only a | Owain Ainsworth |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-04-13 | Convert the page queue lock to a mutex instead of a simplelock. | Owain Ainsworth |
2009-04-06 | In the case where VM_PHYSSEG_MAX == 1 make vm_physseg_find and | Owain Ainsworth |
2009-04-06 | Instead of doing splbio(); simple_lock(&uvm.aiodoned_lock); just replace | Owain Ainsworth |
2009-04-05 | In the unlikely even that we do the final unref on a uvm_vnode object | Owain Ainsworth |
2009-03-27 | remove PGO_OVERWRITE, PGO_WEAK and PGO_PASTEOF from the pager. They're all | Owain Ainsworth |
2009-03-26 | Convert splvm() + simplelock(&uvm.hashlock); around the page hash table | Owain Ainsworth |
2009-03-25 | Move all of the pseudo-inline functions in uvm into C files. | Owain Ainsworth |
2009-03-24 | vm_physseg_find and VM_PAGE_TO_PHYS are both called many times in your | Owain Ainsworth |
2009-03-23 | Whitespace nit in previous. | Owain Ainsworth |
2009-03-23 | turn a for (i = 0; i < size; i++) arc4random(); loop into arc4random_buf(). | Owain Ainsworth |
2009-03-23 | Remove space added in last commit. Pointed out by miod@. | Owain Ainsworth |
2009-03-23 | Processor affinity for processes. | Artur Grabowski |
2009-03-20 | While working on some stuff in uvm I've gotten REALLY sick of reading | Owain Ainsworth |
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis |
2009-02-22 | On machines with less than 16MB of physical memory, reduce the lower bound | Miod Vallat |
2009-02-11 | Remove uvm_km_alloc_poolpage1 as it serves no particular purpose | Mike Belopuhov |
2009-02-05 | Add some (currently unused) MD pmap flags to be used for pushing in | Owain Ainsworth |
2009-01-27 | Get rid of the last traces of uvm.pager_[se]va | Miod Vallat |
2009-01-27 | Simplify page-out/page-in map management; fix rare pager deadlock. | Ariane van der Steldt |
2009-01-25 | Remove /dev/drum and related code. | Miod Vallat |
2009-01-20 | Variables were never used, never implemented. | Ariane van der Steldt |
2009-01-12 | Register aiodoned_proc, although it is not used anywhere yet; PR #6034 | Miod Vallat |
2008-11-24 | garbage collect uvm_errno2vmerror(); | Thordur I. Bjornsson |
2008-11-24 | init uvm_km_page memory a bit earlier to reduce pressure on pmap bootstrap | Kurt Miller |
2008-11-10 | typo: be -> by in comment | Owain Ainsworth |
2008-11-10 | vm_map_lock() around calls to uvm_map_findspace(); ok tedu | Theo de Raadt |
2008-11-04 | uvmspace_unshare() is never used; ok miod | Theo de Raadt |
2008-10-24 | it is a good policy to clear the pointer after we free something | Theo de Raadt |
2008-10-23 | a better fix for the "uvm_km thread runs out of memory" problem. | Ted Unangst |
2008-10-18 | Revert the change to use pools for <= PAGE_SIZE allocations. It | Mark Kettenis |
2008-10-08 | Don't extend amaps beyond what their supposed maximum. This code path is | Artur Grabowski |
2008-10-06 | uvn_attach message is purely diagnostic, not needed | Theo de Raadt |
2008-10-01 | In uvm_pglistalloc(), do not fall through the success code if we could not find | Miod Vallat |