| Age | Commit message (Expand) | Author |
| 2022-06-08 | initialize a variable to appease clang | macallan |
| 2022-06-06 | PR kern/51254 | rin |
| 2022-06-05 | uvm(9): Sprinkle assertions into uvm_map_findspace. | riastradh |
| 2022-06-05 | uvm(9): Don't duplicate vm_map_min/max in `show map' output. | riastradh |
| 2022-06-04 | uvm(9): Sprinkle more info into hint/orig_hint assertions. | riastradh |
| 2022-06-04 | uvm(9): Print min/max address and first_free entry in ddb `show map'. | riastradh |
| 2022-06-04 | uvm(9): Fix mmap optimization for topdown case. | riastradh |
| 2022-06-04 | uvm(9): Fix 19-year-old bug in assertion about mmap hint. | riastradh |
| 2022-06-04 | mmap(2): If we fail with a hint, try again without it. | riastradh |
| 2022-06-03 | typo in comment | dholland |
| 2022-05-31 | fix various typos in comments, documentation and messages. | andvar |
| 2022-05-08 | Oops, correct misleading #endif comment. | rin |
| 2022-05-08 | Improve wording a bit in a comment for the previous. | rin |
| 2022-05-08 | For PMAP_PV_TRACK_ONLY_STUBS, comment out pmap_pv_{,un}track(). | rin |
| 2022-05-07 | Introduce PMAP_PV_TRACK_ONLY_STUBS option, by which only empty stubs for | rin |
| 2022-04-19 | Revert "mmap(2): If we fail with a hint, try again without it." | riastradh |
| 2022-04-19 | mmap(2): If we fail with a hint, try again without it. | riastradh |
| 2022-04-12 | s/stablize/stabilize/ | andvar |
| 2022-04-10 | fix various typos in comments and output/log messages. | andvar |
| 2022-04-09 | sys: Use membar_release/acquire around reference drop. | riastradh |
| 2022-03-28 | driver(9): New types dev_*_t for device driver devsw operations. | riastradh |
| 2022-03-27 | Make mmap() with "len == 0" an error if not MAP_ANON. We should return | hannken |
| 2022-03-12 | sys: Membar audit around reference count releases. | riastradh |
| 2022-03-04 | Rmmove an incorrect KASSERT. | skrll |
| 2022-02-16 | pmap_pvt.h: Fix bogus include. | riastradh |
| 2022-02-16 | uvm: MI declaration of pmap_pv_protect. | riastradh |
| 2022-01-10 | Use p->p_stackbase instead of USRSTACK because the stackbase can move because | christos |
| 2022-01-02 | fix KASSERTMSG issue | christos |
| 2021-12-29 | Remove duplicate KASSERT | skrll |
| 2021-12-21 | Update uvm_pglistalloc_[cs]_ps to return EINVAL if [low, high] doesn't | skrll |
| 2021-12-20 | Slight code re-structure and wrap a long line. Interestingly this gives | skrll |
| 2021-12-18 | Add some missing includes to uvm_device.h. | riastradh |
| 2021-12-11 | remove clause 3 from all my licenses that aren't conflicting with | mrg |
| 2021-12-05 | s/recusive/recursive/ in comment. | msaitoh |
| 2021-11-25 | More / improved debug | skrll |
| 2021-10-27 | TAB police. | simonb |
| 2021-10-27 | When adjusting the max ASID count, check if ti->ti_asid_max == 0 as | simonb |
| 2021-10-08 | Fix a logic botch to actually apply the ASID limit returned by | skrll |
| 2021-10-02 | Pass the pmap in tlb_set_asid for the benefit of aarch64. | skrll |
| 2021-09-12 | comment whitespace | skrll |
| 2021-08-23 | Return immediately from uvm_swap_shutdown() if there are | hannken |
| 2021-07-21 | need <sys/param.h> for COHERENCY_UNIT | 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-06-03 | uvm(9): Enable swap encryption by default. | riastradh |
| 2021-05-31 | uvm: Make uvm_extern.h (more) self-contained, needs sys/types.h. | riastradh |
| 2021-05-23 | avoid taking locks that aren't initialised. | mrg |
| 2021-05-04 | Always expose pmap_tlb_update_addr now that all current PMAP_HWPAGEWALKERs | skrll |
| 2021-05-01 | Revert previous | skrll |
| 2021-05-01 | Expose pmap_tlb_update_addr to the PMAP_HWPAGEWALKER platforms | skrll |