Age | Commit message (Expand) | Author |
2017-01-31 | Sprinkle some free sizes in uvm/ | David Hill |
2016-09-24 | use hashfree for aobj hashes. from Mathieu - | Ted Unangst |
2016-09-16 | move the vm_page struct from being stored in RB macro trees to RBT functions | David Gwynne |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-06-17 | pool_setipl on all uvm pools. | David Gwynne |
2015-08-21 | Remove the unused loan_count field and the related uvm logic. Most of | Visa Hankala |
2015-05-07 | fix indentation | Jonathan Gray |
2015-02-08 | Something is subtly wrong with this. On ramdisks, processes run out of | Theo de Raadt |
2015-02-06 | Clear PQ_AOBJ before calling uvm_pagefree(), clearing up one false XXX | Theo de Raadt |
2014-12-23 | convert pool_init nointr to waitok | Ted Unangst |
2014-12-18 | remove two useless and unused hash penalty defines | Ted Unangst |
2014-12-17 | remove lock.h from uvm_extern.h. another holdover from the simpletonlock | Ted Unangst |
2014-12-09 | Sprinkle in a little more mallocarray(). | Doug Hogan |
2014-11-21 | somebody permitted simple_locks back into uvm. they will be referred to | Ted Unangst |
2014-11-18 | Nuke yet more obvious #include duplications. | Kenneth R Westerback |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-08 | Don't sleep on allocation of hash table entries. Should fix crashes people | Mark Kettenis |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-11 | Chuck Cranor rescinded clauses in his license | Jonathan Gray |
2014-07-03 | It is important that we don't release the kernel lock between issuing a | Mark Kettenis |
2014-05-08 | Fix some potential integer overflows caused by converting a page number into | Mark Kettenis |
2014-04-30 | Make sure we flush discarded pages even if the number of hash buckets doesn't | Mark Kettenis |
2014-04-30 | Assigning list pointers doesn't really work with doubly linked lists. Use | Mark Kettenis |
2014-04-13 | compress code by turning four line comments into one line comments. | Ted Unangst |
2013-12-09 | forgot to say: aobj grow/shrink tweaks are mostly from Pedro Martelletto, | Marc Espie |
2013-12-08 | allow aobj to shrink grow, for tmpfs support | Marc Espie |
2013-05-30 | UVM_UNLOCK_AND_WAIT no longer unlocks, so rename it to UVM_WAIT. | Ted Unangst |
2013-05-30 | remove lots of comments about locking per beck's request | Ted Unangst |
2013-05-30 | remove simple_locks from uvm code. ok beck deraadt | Ted Unangst |
2012-04-12 | Remove dead UBC code | Ariane van der Steldt |
2011-07-03 | Rip out and burn support for UVM_HIST. | Owain Ainsworth |
2011-05-10 | Don't leak swapslots when doing a uvm_km_pgremove and a page is in swap only. | Owain Ainsworth |
2011-05-07 | Uvm Anonymous Objects depending on size either use an array or a | Owain Ainsworth |
2010-07-02 | fix corrupt UVMHIST_LOG | Takuya ASADA |
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-25 | Switch uao_list_lock protecting the uao list (for create, destroy and | Owain Ainsworth |
2009-08-06 | reintroduce the uvm_tree commit. | Owain Ainsworth |
2009-07-22 | Put the PG_RELEASED changes diff back in. | 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 all changes to uvm after pmemrange (which will be backed out | 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 | Since we've now cleared up a lot of the PG_RELEASED setting, remove the | Owain Ainsworth |
2009-05-08 | Remove static qualifier of functions that are not inline. | Ariane van der Steldt |
2009-05-05 | The first step in cleaning up the use of PG_RELEASED for uvm objects. | Owain Ainsworth |
2009-05-02 | a few more memset changes. | Owain Ainsworth |
2009-03-20 | While working on some stuff in uvm I've gotten REALLY sick of reading | Owain Ainsworth |