Age | Commit message (Expand) | Author |
2009-08-06 | reintroduce the uvm_tree commit. | Owain Ainsworth |
2009-08-02 | Dynamic buffer cache support - a re-commit of what was backed out | Bob Beck |
2009-07-26 | stop trying to fast-recycle pages for now. a few bugs have been found and | Theo de Raadt |
2009-07-25 | Add an extra argument to uvm_unmap_remove(), for the caller to tell it | Miod Vallat |
2009-07-23 | Insert free pages at the head of the page queues. Should provide better | Mark Kettenis |
2009-07-22 | Put the PG_RELEASED changes diff back in. | Owain Ainsworth |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-06-26 | Fix a use after free in the pagedaemon. | Owain Ainsworth |
2009-06-17 | Recommit part of miod's no-coredumps-on-ramdisks diff that got lost in the | Mark Kettenis |
2009-06-17 | date based reversion of uvm to the 4th May. | Owain Ainsworth |
2009-06-16 | date based reversion of uvm to the 4th May. | Owain Ainsworth |
2009-06-16 | Backout all the PG_RELEASED changes. | 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-15 | Back out all the buffer cache changes I committed during c2k9. This reverts t... | Bob Beck |
2009-06-14 | backout: | Theo de Raadt |
2009-06-14 | Noone else ever saw this diff except oga and ariane, so that is an | Theo de Raadt |
2009-06-14 | back out the free vs dirty fix, because pmemrange will go soon too | Theo de Raadt |
2009-06-14 | backout the assert diff in 1.5 | Theo de Raadt |
2009-06-12 | Add asserts on free memory, double free and while here, fix 1 assert. | Ariane van der Steldt |
2009-06-10 | Fix: Clean and dirty pages had the memtype ids and the desparate case failed | Ariane van der Steldt |
2009-06-09 | correct loop in debug code to not use an uninitialised page. it was | Owain Ainsworth |
2009-06-07 | extend uvm_page_physload to have the ability to add "device" pages to the | Owain Ainsworth |
2009-06-06 | Somehow I missed comitting this. | Artur Grabowski |
2009-06-06 | We need miod's no-coredumps-on-ramdisks diff, because we have grown the | Theo de Raadt |
2009-06-06 | Since all callers of uvm_pagedeactivate did pmap_page_protect(.., VM_PROT_NONE) | Artur Grabowski |
2009-06-06 | Add uvm_objwire() and uvm_objunwire(), I need this for some of my crazy | Owain Ainsworth |
2009-06-05 | Dynamic buffer cache sizing. | Bob Beck |
2009-06-04 | don't grab the lock just to read uvmexp.free. | Owain Ainsworth |
2009-06-04 | remove redefinitions of static and __inline ariane | Jonathan Gray |
2009-06-03 | add a flexible buffer queue (bufq) api, based on the never used | Thordur I. Bjornsson |
2009-06-03 | phys allocator fix: zeroed pages are not clean. | Ariane van der Steldt |
2009-06-02 | Instead of the global hash table with the terrible hashfunction and a | Owain Ainsworth |
2009-06-02 | Clear PQ_ENCRYPT flag on uvm_pagefree, because free pages are by definition | Ariane van der Steldt |
2009-06-01 | Deal with wraparound when checking RLIMIT_DATA. | Todd C. Miller |
2009-06-01 | Since we've now cleared up a lot of the PG_RELEASED setting, remove the | Owain Ainsworth |
2009-06-01 | physmem allocator: change the view of free memory from single free pages | Ariane van der Steldt |
2009-05-30 | in the (currently unused) loaning case for uvm_anfree, zero out anon->an_page | Owain Ainsworth |
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 |