| Age | Commit message (Expand) | Author |
| 2022-04-12 | s/stablize/stabilize/ | andvar |
| 2020-06-11 | Counter tweaks: | ad |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2020-05-17 | Start trying to reduce cache misses on vm_page during fault processing. | ad |
| 2020-04-02 | Hide 'hardclock_ticks' behind a new getticks() function, and use relaxed | maxv |
| 2020-03-14 | uvm_pdpolicy: Require a write lock on the object only for dequeue. | ad |
| 2020-03-08 | Don't zap the non-pdpolicy bits in pg->pqflags. | ad |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2020-01-30 | uvmpdpol_estimatepageable(): Don't take any locks here. This can be called | ad |
| 2020-01-21 | uvmpdpol_pageactive(): the change to not re-activate recently activated | ad |
| 2020-01-01 | Fix a comment. | ad |
| 2020-01-01 | explicitely include sys/atomic.h for atomic operations. | mlelstv |
| 2019-12-31 | - Add and use wrapper functions that take and acquire page interlocks, and pairs | ad |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-31 | Rename uvm_page_locked_p() -> uvm_page_owner_locked_p() | ad |
| 2019-12-30 | Whitespace. | ad |
| 2019-12-30 | pagedaemon: | ad |
| 2019-12-27 | vm_page: Now that listq is gone, give the pagedaemon its own private | ad |
| 2019-12-23 | uvmpdpol_selectvictim: don't assert wire_count == 0, as we can (safely) | ad |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-12-16 | - Extend the per-CPU counters matt@ did to include all of the hot counters | ad |
| 2019-12-16 | Use the high bits of pqflags for PQ_TIME, not low. | ad |
| 2019-12-13 | Break the global uvm_pageqlock into a per-page identity lock and a private | ad |
| 2012-01-30 | removed code from uvmpdpol_needsscan_p that got there by mistake | para |
| 2012-01-28 | pool_page_alloc, pool_page_alloc_meta: avoid extra compare, use const. | rmind |
| 2012-01-27 | extending vmem(9) to be able to allocated resources for it's own needs. | para |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-02-02 | udpate license clauses on my code to match the new-style BSD licenses. | chuck |
| 2008-06-04 | vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. | ad |
| 2008-03-07 | Swap sysctl -d description of vm.filemin and vm.execmin. Noted by | martin |
| 2008-01-18 | push pmap_clear_reference calls into pdpolicy code, where reference bits | yamt |
| 2008-01-02 | Merge vmlocking2 to head. | 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 |
| 2007-01-19 | Remove useless double assignment. | skrll |
| 2006-11-01 | remove some __unused from function parameters. | yamt |
| 2006-10-12 | move some knowledge about vnode into uvm_vnode.c. | yamt |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-15 | merge yamt-pdpolicy branch. | yamt |