| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove parenthesis around return value to reduce the diff with NetBSD. |  mpi | 2021-03-26 | 1 | -21/+21 |
* | spelling |  jsg | 2021-03-12 | 1 | -2/+2 |
* | Bring back previous fix for UVM vnode deadlock. |  mpi | 2021-03-04 | 1 | -46/+92 |
* | Fix the deadlock between uvn_io() and uvn_flush() by restarting the fault. |  mpi | 2021-03-02 | 1 | -4/+8 |
* | Revert the fix for the deadlock between uvn_io() and uvn_flush(). |  mpi | 2021-03-02 | 1 | -93/+43 |
* | Fix a deadlock between uvn_io() and uvn_flush(). While faulting on a |  anton | 2020-10-26 | 1 | -43/+93 |
* | Constify and use C99 initializer for "struct uvm_pagerops". |  mpi | 2020-10-21 | 1 | -12/+17 |
* | Use list for freeing pages in uvn_flush() to optimize freeing chunks of |  kettenis | 2020-01-16 | 1 | -3/+10 |
* | Convert infinite sleeps to {m,t}sleep_nsec(9). |  mpi | 2019-12-08 | 1 | -2/+2 |
* | R.I.P. UVM_WAIT(). Use tsleep_nsec(9) directly. |  cheloha | 2019-07-18 | 1 | -8/+9 |
* | Insert the appropriate uvm_vnp_uncache(9) and uvm_vnp_setsize(9) |  helg | 2018-07-16 | 1 | -3/+7 |
* | Remove proc from the parameters of vn_lock(). The parameter is |  visa | 2018-05-02 | 1 | -3/+3 |
* | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always |  visa | 2018-04-28 | 1 | -3/+3 |
* | Unlock the NET_LOCK() before calling vn_lock(9) to avoid a lock ordering |  mpi | 2018-03-30 | 1 | -13/+16 |
* | When we are rebooting, do not fail in uvn_io(). The vnodes are |  bluhm | 2018-03-08 | 1 | -3/+8 |
* | Use the NET_LOCK() macro instead of handrolling it. |  mpi | 2017-08-12 | 1 | -3/+3 |
* | Enable the NET_LOCK(), take 3. |  mpi | 2017-05-15 | 1 | -1/+13 |
* | Mark uvm_sync_lock as vnode'ish for witness purposes, as it is taken |  guenther | 2017-05-03 | 1 | -2/+2 |
* | Revert the NET_LOCK() and bring back pf's contention lock for release. |  mpi | 2017-03-17 | 1 | -13/+1 |
* | Enable the NET_LOCK(), take 2. |  mpi | 2017-01-25 | 1 | -1/+13 |
* | move the vm_page struct from being stored in RB macro trees to RBT functions |  dlg | 2016-09-16 | 1 | -3/+3 |
* | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 2016-03-19 | 1 | -3/+3 |
* | delete a comment about gcc -Wuninitialized |  deraadt | 2015-08-27 | 1 | -4/+2 |
* | fix indentation |  jsg | 2015-05-07 | 1 | -2/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | remove two useless and unused hash penalty defines |  tedu | 2014-12-18 | 1 | -3/+1 |
* | remove lock.h from uvm_extern.h. another holdover from the simpletonlock |  tedu | 2014-12-17 | 1 | -1/+2 |
* | primary change: move uvm_vnode out of vnode, keeping only a pointer. |  tedu | 2014-12-16 | 1 | -10/+10 |
* | Replace a plethora of historical protection options with just |  deraadt | 2014-11-16 | 1 | -9/+9 |
* | Chuck Cranor rescinded clauses in his license |  jsg | 2014-07-11 | 1 | -7/+2 |
* | Use real parameter types for u{dv,vn}_attach() instead of void * |  matthew | 2014-07-02 | 1 | -3/+2 |
* | Fix some potential integer overflows caused by converting a page number into |  kettenis | 2014-05-08 | 1 | -3/+3 |
* | compress code by turning four line comments into one line comments. |  tedu | 2014-04-13 | 1 | -145/+26 |
* | add IO_NOCACHE flag to vop_write arguments, which in turn sets B_NOCACHE |  beck | 2014-04-08 | 1 | -2/+4 |
* | UVM_UNLOCK_AND_WAIT no longer unlocks, so rename it to UVM_WAIT. |  tedu | 2013-05-30 | 1 | -15/+8 |
* | remove lots of comments about locking per beck's request |  tedu | 2013-05-30 | 1 | -64/+22 |
* | remove simple_locks from uvm code. ok beck deraadt |  tedu | 2013-05-30 | 1 | -43/+1 |
* | move the specfs code to a place people can see it; ok guenther thib krw |  deraadt | 2011-07-04 | 1 | -3/+2 |
* | Replace inadvertantly removed line. |  oga | 2011-07-04 | 1 | -1/+2 |
* | Rip out and burn support for UVM_HIST. |  oga | 2011-07-03 | 1 | -54/+3 |
* | rename VFSDEBUG to VFLCKDEBUG; |  thib | 2011-07-02 | 1 | -3/+3 |
* | Use the current page not he first page when working out whether to |  oga | 2011-06-16 | 1 | -5/+3 |
* | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this |  dlg | 2010-05-18 | 1 | -1/+2 |
* | Right now, if anything internal changes with a uvm object, diverse |  oga | 2010-04-30 | 1 | -5/+2 |
* | reintroduce the uvm_tree commit. |  oga | 2009-08-06 | 1 | -26/+4 |
* | Put the PG_RELEASED changes diff back in. |  oga | 2009-07-22 | 1 | -293/+82 |
* | Remove the VREF() macro and replaces all instances with a call to verf(), |  thib | 2009-07-09 | 1 | -9/+9 |
* | date based reversion of uvm to the 4th May. |  oga | 2009-06-17 | 1 | -1/+1 |
* | Backout all the PG_RELEASED changes. |  oga | 2009-06-16 | 1 | -81/+253 |
* | Backout pmemrange (which to most people is more well known as physmem |  ariane | 2009-06-16 | 1 | -2/+2 |