| Age | Commit message (Expand) | Author |
| 2021-11-25 | More / improved debug | skrll |
| 2021-07-01 | in uvm_mapent_forkzero(), if the old entry was an object mapping, | chs |
| 2021-06-20 | remove diag-only printf() that fires when an unlinked file is mmapped | mrg |
| 2021-04-17 | fix error in previous: UVMHIST_PDHIST_SIZE needs to stay next to pdhistbuf[]. | mrg |
| 2021-04-17 | remove KERNHIST_INIT_STATIC(). it stradles the line between usable | mrg |
| 2021-03-13 | Consistently use %#jx instead of 0x%jx or just %jx in UVMHIST_LOG formats | skrll |
| 2020-07-09 | Consistently use UVMHIST(__func__) | skrll |
| 2020-05-30 | Avoid passing file paths in panic strings, this results in extra long | maxv |
| 2020-05-09 | Make the uvm_voaddr structure more compact, only occupying 2 pointers | thorpej |
| 2020-04-30 | - In uvm_voaddr_acquire(), take an extra hold on the anon lock obj. | thorpej |
| 2020-04-19 | Fix UVMHIST_LOG compile on 32bit platforms | skrll |
| 2020-04-18 | Fix trailing whitespace. | riastradh |
| 2020-04-18 | Add an API to get a reference on the identity of an individual byte of | thorpej |
| 2020-04-10 | uvmspace_exec(): set VM_MAP_DYING for the duration, so pmap_update() is not | ad |
| 2020-04-04 | Mark uvm_map_entry_cache with PR_LARGECACHE. | ad |
| 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-14 | uvm_map_lookup_entry(): save the hint even on failure, since code elsewhere | ad |
| 2020-03-14 | - uvmspace_exec(), uvmspace_free(): if pmap_remove_all() returns true the | ad |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2020-01-12 | - uvm_unmap_remove(): need to call pmap_update() with the object still | ad |
| 2020-01-05 | remove unused predicate function | para |
| 2019-12-31 | - Add and use wrapper functions that take and acquire page interlocks, and pairs | ad |
| 2019-12-27 | s/referece/reference/ in comment. | msaitoh |
| 2019-12-13 | Break the global uvm_pageqlock into a per-page identity lock and a private | ad |
| 2019-11-01 | Fix previous; semantics of align argument of uvm_map() is different | rin |
| 2019-11-01 | PR kern/54395 | rin |
| 2019-08-10 | KASSERT -> KASSERTMSG so we actually display the overflowed values. | mrg |
| 2019-08-01 | Remove last trace of never-used map_attrib. | riastradh |
| 2019-07-12 | Add missing lock around pmap_protect. | mlelstv |
| 2019-07-11 | Fix info leak: 'map_attrib' is not used in UVM, and contains uninitialized | maxv |
| 2019-06-08 | in uvm_map_protect(), do a pmap_update() before possibly switching from | chs |
| 2019-03-14 | Avoid a panic from the sequence | kre |
| 2019-03-03 | Fix bug, the entry we're iterating on is 'current', not 'entry'. Here only | maxv |
| 2018-12-17 | Raise the fill_vmentries() E2BIG limit from 1MB to 10MB | kamil |
| 2018-09-12 | Remove this check, it has never protected against mmap on page zero, and | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-02-06 | uvm_map_extract() has an indentation issue. | mrg |
| 2017-10-28 | Update the kernhist(9) kernel history code to address issues identified | pgoyette |
| 2017-10-01 | Fix user-triggerable kernel crash as reported in PR kern/52573 (from | pgoyette |
| 2017-05-30 | add assertions that would have caught the recent audio mmap bugs. | chs |
| 2017-05-23 | sprinkle __diagused to fix the powerpc build, which is not DIAGNOSTIC. | christos |
| 2017-05-20 | MAP_FIXED means something different for mremap() than it does for mmap(), | chs |
| 2017-05-19 | Add missing , to fix syntax | kamil |
| 2017-05-19 | make MAP_FIXED mapping operations atomic. fixes PR 52239. | chs |
| 2017-05-19 | mention the man page instead of the command. | christos |
| 2017-05-19 | Provide a helpful message to the user trying to run an birary that needs page | christos |
| 2017-05-06 | Extend the mmap(2) interface to allow requesting protections for later | joerg |
| 2017-03-15 | PR/52078: Don't panic on 0 allocation, check more bounds. | christos |
| 2016-12-01 | allow the sizes of the maphist and pdhist to be set in the config | mrg |