Age | Commit message (Expand) | Author |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-03-24 | Bring back PHYSLOAD_DEVICE for uvm_page_physload. | Owain Ainsworth |
2010-02-12 | introduce a uvm_km_valloc_try function that won't get a lower level lock | Ted Unangst |
2009-11-25 | something hairy happened with cvs so this file didn't get added. | Owain Ainsworth |
2009-11-25 | re-add uvm_objwire and uvm_objunwire. needed for intel GEM support. | Owain Ainsworth |
2009-11-24 | Proper check for wrapping high address and setting the break below the | Otto Moerbeek |
2009-10-14 | Fix buffer cache backoff in the page daemon - deal with inactive pages to | Bob Beck |
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-14 | make the uvm device lock a mutex. | Owain Ainsworth |
2009-08-13 | Enable guard pages and slow recycling of kva. | Ariane van der Steldt |
2009-08-13 | PAGEFASTRECYCLE is an option we have been using for a while to encourage | Theo de Raadt |
2009-08-11 | uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lame | Bret Lambert |
2009-08-08 | fix the page daemon to back off the buffer cache correctly even in the case | Bob Beck |
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 |