| Age | Commit message (Expand) | Author |
| 2018-05-25 | add the KASSERT() for loan_count wrap-around to all places which increase it | jdolecek |
| 2018-05-19 | detect wraparound when bumping page wire_count and loan_count | jdolecek |
| 2017-10-28 | Update the kernhist(9) kernel history code to address issues identified | pgoyette |
| 2017-03-19 | __diagused police | riastradh |
| 2012-07-30 | -fno-common broke kernhist since it used commons. | matt |
| 2012-02-19 | Remove VM_MAP_INTRSAFE and related code. Not used since the "kmem changes". | rmind |
| 2011-08-06 | - Rework uvm_anfree() into uvm_anon_freelst(), which always drops the lock. | rmind |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-04-23 | Replace "malloc" in comments, remove unnecessary header inclusions. | rmind |
| 2011-02-02 | udpate license clauses on my code to match the new-style BSD licenses. | chuck |
| 2010-02-03 | A few assertions & comments. | uebayasi |
| 2010-02-02 | Don't pass an unnecessary reference to uvm_loanbreak_anon(). | uebayasi |
| 2010-02-02 | Move A->K loan break code to uvm_loan.c. | uebayasi |
| 2009-12-05 | Convert tsleep(&lbolt) to kpause(). Make ltsleep/mtsleep on lbolt | pooka |
| 2008-12-03 | uvm_loanuobjpages(): "nfsread" -> "loanuopg" in tsleep wmesg | pooka |
| 2008-06-17 | initialize uvm_loanzero_object correctly after page-cache rbtree changes. | yamt |
| 2008-06-04 | listq -> listq.queue | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-01 | constify pagerops. | yamt |
| 2007-12-01 | use designated initiaizers for uvm_pagerops. | yamt |
| 2007-10-11 | Remove LOCK_ASSERT(!simple_lock_held(&foo)); | ad |
| 2007-07-21 | Merge unobtrusive locking changes from the vmlocking branch. | ad |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2006-12-15 | put ->K loaned pages on the page queue, so that page loaning doesn't | yamt |
| 2006-11-01 | remove some __unused from function parameters. | yamt |
| 2006-10-14 | uvm_loanbreak: transfer dirtiness of the old page to the new page, | yamt |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-04-18 | from Christian Ehrhardt: | yamt |
| 2006-01-31 | handle "strange" filesystems like layered filesystems and tmpfs, | yamt |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-28 | Make a note about why a large function like uvm_loanentry() can be | thorpej |
| 2005-06-27 | Use ANSI function decls. | thorpej |
| 2005-05-11 | allocate anons on-demand, rather than reserving static amount of | yamt |
| 2004-11-23 | introduce UVMHIST_LOANHIST and sprinkle UVMHIST_LOGs. | yamt |
| 2004-11-21 | - prevent wired pages from being loaned, rather than just panicking. | yamt |
| 2004-03-24 | - Nuke __P(). | junyoung |
| 2004-02-13 | make this compile whether DIAGNOSTIC is defined or not | drochner |
| 2004-02-13 | when breaking a loan from uobj, | yamt |
| 2004-02-13 | uvm_loanentry: add a missing uvmfault_unlockall. | yamt |
| 2004-01-30 | uvm_loanuobjpages: fix a comment. | yamt |
| 2004-01-07 | - get pages to loan out in uvm_loanuobjpages() rather than | yamt |
| 2003-10-27 | uvm_loanzero: | yamt |
| 2003-10-26 | whitespace. | yamt |
| 2003-05-03 | - export raw page loan out routine as uvm_loanuobjpages. (for nfsd) | yamt |
| 2003-03-05 | Implement a minimal pager for the uvm_loanzero_object, which simply has | thorpej |
| 2003-03-04 | Fix the following pathological scanario: | thorpej |
| 2002-07-14 | when dropping a kernel loan, if this was the last loan-to-kernel but | chs |
| 2002-05-29 | Add missing pageq lock while uvm_pagefree() is called (either directly | enami |