| Age | Commit message (Expand) | Author |
| 2023-06-19 | s/value value/value/ in comment. No functional change. | msaitoh |
| 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-09-21 | the previous fix for PR 55366 in uvm_amap.c 1.124 was incomplete: | chs |
| 2020-09-20 | Effectively disable the AMAP_REFALL flag because it is unsafe. | chs |
| 2020-08-18 | fix amap_extend() to handle amaps where we previously failed to allocate | chs |
| 2020-07-09 | Consistently use UVMHIST(__func__) | skrll |
| 2020-07-08 | Trailing whitespace | skrll |
| 2020-05-17 | Mark amappl with PR_LARGECACHE. | ad |
| 2020-03-20 | Go back to freeing struct vm_anon one by one. There may have been an | ad |
| 2020-03-14 | Make page waits (WANTED vs BUSY) interlocked by pg->interlock. Gets RW | ad |
| 2020-03-14 | - Hide the details of SPCF_SHOULDYIELD and related behind a couple of small | ad |
| 2020-02-24 | 0x%#x --> %#x for non-external codes. | rin |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2020-01-02 | Back out the amap allocation changes from earlier today - have seen a panic | ad |
| 2020-01-01 | - Start trying to reduce the high cache miss rate observed around vm_amap. | ad |
| 2020-01-01 | PR kern/54821: 9.99.32 assertion in uvm_pageactivate | ad |
| 2019-12-13 | Break the global uvm_pageqlock into a per-page identity lock and a private | ad |
| 2019-12-01 | Activate pages in batch instead of acquring uvm_pageqlock a zillion times. | ad |
| 2018-08-12 | Rename 'slotspace' -> 'slotarea' in UVM, to avoid (future) collision with | maxv |
| 2017-10-28 | Update the kernhist(9) kernel history code to address issues identified | pgoyette |
| 2012-04-08 | initialize amap per-page reference counts before changing the amap's | chs |
| 2012-03-30 | adjust amap_cow_now() to make UVM_PAGE_TRKOWN happy. | chs |
| 2012-01-27 | extending vmem(9) to be able to allocated resources for it's own needs. | para |
| 2011-10-11 | assertion | yamt |
| 2011-08-17 | amap_cow_now: just free the fresh anon on error, no need to dispose it. | rmind |
| 2011-08-06 | - Rework uvm_anfree() into uvm_anon_freelst(), which always drops the lock. | rmind |
| 2011-07-05 | reduce the number of atomic ops in common cases. it's exceptional for | yamt |
| 2011-06-27 | amap_copy(): Keep the source amap locked until its lock has been copied. | hannken |
| 2011-06-24 | amap_copy: fix one more regression, thanks to enami@. | rmind |
| 2011-06-24 | Fix uvmplock regression - a lock against oneself case in amap_swap_off(). | rmind |
| 2011-06-24 | amap_pp_adjref: fix regression, spotted by nonaka@. | rmind |
| 2011-06-23 | Clean-up, add asserts, slightly simplify. | rmind |
| 2011-06-18 | Clean up, sprinkle asserts, consify, use unsigned, use kmem_zalloc instead | rmind |
| 2011-06-18 | amap_add/amap_unadd: clean up slightly, use unsigned, add asserts. | rmind |
| 2011-06-18 | Add amap_adjref_anons() helper and simplify amap_ref()/amap_unref(). | rmind |
| 2011-06-16 | amap_lookup{s}: add assert, clean-up slightly. | rmind |
| 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 |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-08-16 | assertions | yamt |
| 2009-03-28 | Convert some panic() checks to KASSERT()s. | rmind |
| 2008-12-03 | Make adjustment of uvm_extrapages atomic since it's done without a lock. | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-08 | Allocate amaps from a pool_cache. | ad |
| 2007-07-21 | Merge unobtrusive locking changes from the vmlocking branch. | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |