| Age | Commit message (Expand) | Author |
| 2023-04-09 | uvm: Simplify assertion in uvn_get. | riastradh |
| 2023-04-09 | uvm(9): KASSERT(A && B) -> KASSERT(A); KASSERT(B) | riastradh |
| 2021-03-13 | Consistently use %#jx instead of 0x%jx or just %jx in UVMHIST_LOG formats | skrll |
| 2020-08-16 | in uvm_findpage(), when uvm_page_array_fill_and_peek() returns a page | chs |
| 2020-08-14 | centralize calls from UVM to radixtree into a few functions. | chs |
| 2020-07-09 | Consistently use UVMHIST(__func__) | skrll |
| 2020-05-25 | - Alter the convention for uvm_page_array slightly, so the basic search | ad |
| 2020-05-19 | PR kern/32166: pgo_get protocol is ambiguous | ad |
| 2020-05-19 | Don't try to do readahead on tmpfs. | ad |
| 2020-03-22 | Process concurrent page faults on individual uvm_objects / vm_amaps in | ad |
| 2020-03-14 | Make uvm_pagemarkdirty() responsible for putting vnodes onto the syncer | ad |
| 2020-03-14 | Make page waits (WANTED vs BUSY) interlocked by pg->interlock. Gets RW | ad |
| 2020-03-03 | Make some wait channel names unique to six characters. | rjs |
| 2020-02-27 | Tighten up the locking around vp->v_iflag a little more after the recent | ad |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2020-01-15 | Merge from yamt-pagecache (after much testing): | ad |
| 2019-12-21 | - Rename VM_PGCOLOR_BUCKET() to VM_PGCOLOR(). I want to reuse "bucket" for | ad |
| 2017-10-28 | Update the kernhist(9) kernel history code to address issues identified | pgoyette |
| 2015-12-06 | Fix typo in comment. | wiz |
| 2015-12-06 | Clean up assertions and catch integer overflow. | mlelstv |
| 2015-08-24 | to garnish, dust with _KERNEL_OPT | pooka |
| 2012-07-30 | -fno-common broke kernhist since it used commons. | matt |
| 2012-06-01 | Only use generic readahead on VREG vnodes, the space used to store the | martin |
| 2011-09-06 | Allocate color appropriate pages. | matt |
| 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-01-08 | The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live | pooka |
| 2009-08-04 | uvm_vnp_zerorange() logically and by implementation more a part of | pooka |
| 2009-08-04 | kernel opt polish: g/c unnecessary fs_nfs.h and opt_ddb.h | pooka |
| 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-10-10 | Merge from vmlocking: | ad |
| 2007-08-04 | Use VSIZENOTSET only in KASSERTs | pooka |
| 2007-07-22 | Retire uvn_attach() - it abuses VXLOCK and its functionality, | pooka |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-05 | improve post-ubc file overwrite performance in common cases. | yamt |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 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-09 | a smorgasbord of improvements to vnode locking and path lookup: | chs |
| 2006-11-01 | remove some __unused from function parameters. | yamt |
| 2006-10-14 | uvm_vnp_setsize: put back v_size assignment after uvn_put. | 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 |
| 2006-07-22 | - in genfs_getpages, take g_glock earlier so that it can't be | yamt |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |