| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify logic after wakeup since this variable is only manipulated |  beck | 2019-05-10 | 1 | -9/+4 |
* | Check for nowait failed *after* the wakeup point, not before. |  beck | 2019-05-10 | 1 | -6/+6 |
* | Ensure that pagedaemon wakeups as a result of failed UVM_PLA_NOWAIT |  beck | 2019-05-09 | 1 | -4/+26 |
* | While booting it does not make sense to wait for memory, there is |  bluhm | 2018-01-18 | 1 | -1/+7 |
* | Convert most of the manual checks for CPU hogging to sched_pause(). |  mpi | 2017-02-14 | 1 | -3/+3 |
* | Lock the page queues by turning uvm_lock_pageq() and uvm_unlock_pageq() into |  kettenis | 2015-10-08 | 1 | -1/+3 |
* | Remove the unused loan_count field and the related uvm logic. Most of |  visa | 2015-08-21 | 1 | -39/+7 |
* | remove lock.h from uvm_extern.h. another holdover from the simpletonlock |  tedu | 2014-12-17 | 1 | -2/+2 |
* | Replace a plethora of historical protection options with just |  deraadt | 2014-11-16 | 1 | -6/+6 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | Make the cleaner, syncer, pagedaemon, aiodone daemons all |  blambert | 2014-09-09 | 1 | -1/+5 |
* | Add a function to drop all clean pages on the page daemon queues and call |  kettenis | 2014-07-12 | 1 | -1/+59 |
* | Chuck Cranor rescinded clauses in his license |  jsg | 2014-07-11 | 1 | -7/+2 |
* | subtle rearrangement of includes |  deraadt | 2014-07-08 | 1 | -2/+2 |
* | bye bye UBC; ok beck dlg |  deraadt | 2014-07-08 | 1 | -11/+1 |
* | compress code by turning four line comments into one line comments. |  tedu | 2014-04-13 | 1 | -77/+13 |
* | add some more bufbackoff calls. uvm_wait optimistically (?), uvm_wait_pla |  tedu | 2014-02-06 | 1 | -1/+4 |
* | parenthesis to make the math right. ok beck kettenis |  tedu | 2014-02-06 | 1 | -3/+3 |
* | remove lots of comments about locking per beck's request |  tedu | 2013-05-30 | 1 | -22/+6 |
* | remove simple_locks from uvm code. ok beck deraadt |  tedu | 2013-05-30 | 1 | -66/+1 |
* | make sure the page daemon considers BUFPAGES_INACT when deciding |  beck | 2013-02-07 | 1 | -2/+2 |
* | Always back the buffer cache off on any page daemon wakeup. This avoids |  beck | 2012-12-10 | 1 | -22/+14 |
* | Fix the buffer cache. |  beck | 2012-11-07 | 1 | -8/+23 |
* | uvm changes for buffer cache improvements. |  beck | 2011-07-06 | 1 | -7/+40 |
* | Rip out and burn support for UVM_HIST. |  oga | 2011-07-03 | 1 | -24/+1 |
* | Typo in comment. |  krw | 2011-04-01 | 1 | -2/+2 |
* | remove static so things show up in ddb. |  thib | 2010-09-26 | 1 | -6/+6 |
* | Fix buffer cache backoff in the page daemon - deal with inactive pages to |  beck | 2009-10-14 | 1 | -11/+4 |
* | fix the page daemon to back off the buffer cache correctly even in the case |  beck | 2009-08-08 | 1 | -5/+11 |
* | Dynamic buffer cache support - a re-commit of what was backed out |  beck | 2009-08-02 | 1 | -4/+6 |
* | Put the PG_RELEASED changes diff back in. |  oga | 2009-07-22 | 1 | -33/+18 |
* | Fix a use after free in the pagedaemon. |  oga | 2009-06-26 | 1 | -2/+7 |
* | date based reversion of uvm to the 4th May. |  oga | 2009-06-17 | 1 | -11/+11 |
* | Backout all changes to uvm after pmemrange (which will be backed out |  oga | 2009-06-16 | 1 | -13/+29 |
* | Back out all the buffer cache changes I committed during c2k9. This reverts three |  beck | 2009-06-15 | 1 | -8/+6 |
* | Somehow I missed comitting this. |  art | 2009-06-06 | 1 | -2/+1 |
* | Dynamic buffer cache sizing. |  beck | 2009-06-05 | 1 | -6/+8 |
* | Since we've now cleared up a lot of the PG_RELEASED setting, remove the |  oga | 2009-06-01 | 1 | -28/+13 |
* | Remove static qualifier of functions that are not inline. |  ariane | 2009-05-08 | 1 | -6/+6 |
* | Instead of keeping two ints in the uvm structure specifically just to |  oga | 2009-05-04 | 1 | -6/+6 |
* | Another case of locking just to read uvmexp.free. Kill the locking, not |  oga | 2009-04-17 | 1 | -3/+1 |
* | We don't need to grab the fpageqlock to do nothing but look at the value |  oga | 2009-04-15 | 1 | -4/+1 |
* | The use of uvm.pagedaemon_lock is incredibly inconsistent. only a |  oga | 2009-04-14 | 1 | -22/+13 |
* | Convert the page queue lock to a mutex instead of a simplelock. |  oga | 2009-04-13 | 1 | -12/+4 |
* | Instead of doing splbio(); simple_lock(&uvm.aiodoned_lock); just replace |  oga | 2009-04-06 | 1 | -28/+10 |
* | While working on some stuff in uvm I've gotten REALLY sick of reading |  oga | 2009-03-20 | 1 | -5/+3 |
* | Register aiodoned_proc, although it is not used anywhere yet; PR #6034 |  miod | 2009-01-12 | 1 | -1/+3 |
* | Make the pagedaemon a bit happier. |  art | 2008-07-02 | 1 | -17/+10 |
* | Turn the uvm_{lock/unlock}_fpageq() inlines into |  thib | 2007-12-18 | 1 | -9/+9 |
* | Bring back Mickey's UVM anon change. Testing by thib@, beck@ and |  pedro | 2007-06-18 | 1 | -3/+3 |