| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove parenthesis around return value to reduce the diff with NetBSD. |  mpi | 2021-03-26 | 1 | -2/+2 |
* | Sync some comments in order to reduce the difference with NetBSD. |  mpi | 2021-03-20 | 1 | -23/+26 |
* | Modify `uvmexp.swpgonly' atomically, required for uvm_fault() w/o KERNEL_LOCK() |  mpi | 2021-03-04 | 1 | -3/+3 |
* | (re)Introduce locking for amaps & anons. |  mpi | 2021-01-19 | 1 | -39/+81 |
* | Grab the `pageqlock' before calling uvm_pageclean() as intended. |  mpi | 2020-11-24 | 1 | -1/+3 |
* | Add uvm_anfree_list() to free anons as a list of pages. Use this in |  beck | 2020-01-04 | 1 | -6/+21 |
* | all pools have their ipl set via pool_setipl, so fold it into pool_init. |  dlg | 2016-09-15 | 1 | -3/+2 |
* | pool_setipl on all uvm pools. |  dlg | 2016-06-17 | 1 | -1/+2 |
* | Wait for RAM in uvm_fault when allocating uvm structures fails |  stefan | 2016-05-08 | 1 | -1/+14 |
* | Remove dead assignments and now unused variables. |  chl | 2016-03-29 | 1 | -3/+1 |
* | Remove the unused loan_count field and the related uvm logic. Most of |  visa | 2015-08-21 | 1 | -80/+13 |
* | convert pool_init nointr to waitok |  tedu | 2014-12-23 | 1 | -3/+3 |
* | remove lock.h from uvm_extern.h. another holdover from the simpletonlock |  tedu | 2014-12-17 | 1 | -1/+2 |
* | Replace a plethora of historical protection options with just |  deraadt | 2014-11-16 | 1 | -3/+3 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | Chuck Cranor rescinded clauses in his license |  jsg | 2014-07-11 | 1 | -8/+1 |
* | compress code by turning four line comments into one line comments. |  tedu | 2014-04-13 | 1 | -32/+4 |
* | remove lots of comments about locking per beck's request |  tedu | 2013-05-30 | 1 | -18/+3 |
* | remove simple_locks from uvm code. ok beck deraadt |  tedu | 2013-05-30 | 1 | -49/+1 |
* | Rip out and burn support for UVM_HIST. |  oga | 2011-07-03 | 1 | -12/+1 |
* | date based reversion of uvm to the 4th May. |  oga | 2009-06-16 | 1 | -3/+1 |
* | Backout all changes to uvm after pmemrange (which will be backed out |  oga | 2009-06-16 | 1 | -1/+2 |
* | Since all callers of uvm_pagedeactivate did pmap_page_protect(.., VM_PROT_NONE) |  art | 2009-06-06 | 1 | -2/+1 |
* | in the (currently unused) loaning case for uvm_anfree, zero out anon->an_page |  oga | 2009-05-30 | 1 | -1/+3 |
* | While working on some stuff in uvm I've gotten REALLY sick of reading |  oga | 2009-03-20 | 1 | -11/+7 |
* | Correctly amount swap usage for anons, from NetBSD via PR 5772. |  miod | 2008-04-10 | 1 | -8/+8 |
* | Bring back Mickey's UVM anon change. Testing by thib@, beck@ and |  pedro | 2007-06-18 | 1 | -184/+25 |
* | While splitting flags and pqflags might have been a good idea in theory |  art | 2007-04-13 | 1 | -7/+5 |
* | Mechanically rename the "flags" and "version" fields in struct vm_page |  art | 2007-04-04 | 1 | -4/+4 |
* | fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; no change for normal code |  mickey | 2006-07-31 | 1 | -2/+2 |
* | fix fmts for UVMHIST_LOG() entries making it more useful on 64bit archs; miod@ ok |  mickey | 2006-07-26 | 1 | -4/+4 |
* | Back out the anon change. Apparently it was tested by a few, but most of |  deraadt | 2006-07-13 | 1 | -25/+184 |
* | from netbsd: make anons dynamically allocated from pool. |  mickey | 2006-06-21 | 1 | -184/+25 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -2/+2 |
* | Back out a few more uvm changes, especially wrt swap usage. |  miod | 2002-01-02 | 1 | -18/+15 |
* | UBC was a disaster. It worked very good when it worked, but on some |  art | 2001-12-19 | 1 | -14/+17 |
* | Sync in more uvm from NetBSD. Mostly just cosmetic stuff. |  art | 2001-11-28 | 1 | -9/+9 |
* | Sync in more uvm changes from NetBSD. |  art | 2001-11-28 | 1 | -7/+7 |
* | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The |  art | 2001-11-27 | 1 | -4/+1 |
* | Sync in more stuff from NetBSD. |  art | 2001-11-11 | 1 | -20/+27 |
* | Another sync of uvm to NetBSD. Just minor fiddling, no major changes. |  art | 2001-11-07 | 1 | -20/+8 |
* | More sync to NetBSD. |  art | 2001-11-06 | 1 | -5/+10 |
* | Move the last content from vm/ to uvm/ |  art | 2001-11-06 | 1 | -4/+2 |
* | Minor sync to NetBSD. |  art | 2001-11-05 | 1 | -3/+2 |
* | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok |  mickey | 2001-09-19 | 1 | -2/+1 |
* | Add support for disabling swap devices (swapctl -d). |  art | 2001-07-26 | 1 | -31/+208 |
* | Get rid of the PMAP_NEW option by making it mandatory for all archs. |  art | 2001-07-18 | 1 | -3/+3 |
* | Sync with NetBSD 19990911 (just before PMAP_NEW was required) |  smart | 2001-06-23 | 1 | -2/+4 |
* | $OpenBSD$ |  niklas | 2001-01-29 | 1 | -0/+1 |
* | Convert bzero to memset(X, 0..) and bcopy to memcpy. |  art | 2000-09-07 | 1 | -2/+2 |