| Age | Commit message (Expand) | Author |
| 2023-04-09 | uvm(9): KASSERT(A && B) -> KASSERT(A); KASSERT(B) | riastradh |
| 2022-10-26 | sys/kernel.h: New home for extern start_init_exec. | riastradh |
| 2022-06-03 | typo in comment | dholland |
| 2021-12-05 | s/recusive/recursive/ in comment. | msaitoh |
| 2020-07-09 | Consistently use UVMHIST(__func__) | skrll |
| 2020-05-17 | Start trying to reduce cache misses on vm_page during fault processing. | ad |
| 2020-05-15 | Reported-by: syzbot+3e3c7cfa8093f8de047e@syzkaller.appspotmail.com | ad |
| 2020-04-13 | uvm_fault_check(): if MADV_SEQUENTIAL, change lower lock type to RW_WRITER | ad |
| 2020-03-23 | Fix UVMHIST build | skrll |
| 2020-03-23 | Trailing whitespace | skrll |
| 2020-03-22 | Process concurrent page faults on individual uvm_objects / vm_amaps in | ad |
| 2020-03-20 | Go back to freeing struct vm_anon one by one. There may have been an | ad |
| 2020-03-20 | uvm_fault_upper_lookup(): don't call pmap_extract() and pmap_update() more | ad |
| 2020-03-17 | Tweak the March 14th change to make page waits interlocked by pg->interlock. | ad |
| 2020-03-14 | Make page waits (WANTED vs BUSY) interlocked by pg->interlock. Gets RW | 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-15 | Merge from yamt-pagecache (after much testing): | ad |
| 2019-12-31 | - Add and use wrapper functions that take and acquire page interlocks, and pairs | ad |
| 2019-12-16 | - Extend the per-CPU counters matt@ did to include all of the hot counters | ad |
| 2019-12-13 | Break the global uvm_pageqlock into a per-page identity lock and a private | ad |
| 2019-12-01 | Deactivate pages in batch instead of acquiring uvm_pageqlock repeatedly. | ad |
| 2019-12-01 | Add missing <sys/atomic.h> include | martin |
| 2019-12-01 | Use atomic_{load,store}_relaxed() on global counters. | maxv |
| 2019-11-10 | in uvm_fault_lower_io(), fetch all the map entry values that we need | chs |
| 2019-08-05 | fix two bugs reported in | chs |
| 2019-05-28 | s/recieve/receive/ | msaitoh |
| 2019-04-21 | If a pager fault method returns ENOMEM but some memory appears to be reclaima... | chs |
| 2018-05-08 | don't store the rssmax in the lwp rusage, it is a per proc property. Instead | christos |
| 2018-05-07 | update maxrss (used to always be 0). Patterned after the OpenBSD changes. | christos |
| 2017-11-20 | In uvm_fault_upper_enter(), if pmap_enter(PMAP_CANFAIL) fails, assert that | chs |
| 2017-10-28 | Update the kernhist(9) kernel history code to address issues identified | pgoyette |
| 2017-07-09 | PR/52384: make uvm_fault_check() return EFAULT not EACCES, like our man pages | christos |
| 2017-03-20 | Ensure we pass the prot in flags to pmap_enter when creating a wired | skrll |
| 2017-03-19 | __diagused police | riastradh |
| 2015-06-22 | Use %p, %#xl etc. for pointers and addresses. | matt |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2013-09-15 | Mark a variable as potentially unused | martin |
| 2012-02-19 | Remove VM_MAP_INTRSAFE and related code. Not used since the "kmem changes". | rmind |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2012-01-27 | extending vmem(9) to be able to allocated resources for it's own needs. | para |
| 2011-11-28 | comments | yamt |
| 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-24 | Fix uvmplock regression - a lock against oneself case in amap_swap_off(). | rmind |
| 2011-06-23 | uvmfault_anonget: clean-up, improve some comments, misc. | rmind |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-05-21 | No need to pass UVM_FLAG_COLORMATCH to uvm_pagealloc() | tsutsui |
| 2011-04-23 | Replace "malloc" in comments, remove unnecessary header inclusions. | rmind |
| 2011-04-08 | - ensure that the promoted page is on the queue even when later pmap_enter | yamt |