Age | Commit message (Expand) | Author |
2010-06-14 | tidy this file up a bit. reorder a few comments, | Thordur I. Bjornsson |
2010-06-10 | fix typos in comments: lineair -> linear. | Thordur I. Bjornsson |
2010-06-10 | the pagedaemon sleeps on uvm.pagedaemon not | Thordur I. Bjornsson |
2010-06-09 | Move the prototype for uvm_wait() to uvm_extern.h and remove | Thordur I. Bjornsson |
2010-05-21 | Fix a locking problem in mincore where it was possible for us to sleep | Owain Ainsworth |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-05-01 | Unbreak ramdisks. | Owain Ainsworth |
2010-04-30 | Right now, if anything internal changes with a uvm object, diverse | Owain Ainsworth |
2010-04-30 | Prevent a possible case of lock recursion in swapoff. | Owain Ainsworth |
2010-04-26 | cut down simple locks (so simple that they don't even lock) to the point | Theo de Raadt |
2010-04-25 | Switch uao_list_lock protecting the uao list (for create, destroy and | Owain Ainsworth |
2010-04-23 | Fix null-pointer dereference. | Ariane van der Steldt |
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 |
2010-04-21 | the atomic primitives are still impossible to get at without using proc.h | Theo de Raadt |
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 |