| Age | Commit message (Expand) | Author |
| 2022-07-07 | uvm: CTASSERT about MIN_PAGE_SIZE, which is constant. | riastradh |
| 2022-07-07 | Convert CTASSERT(9) for PAGE_{SIZE,MASK} into KASSERT(9). | rin |
| 2022-07-06 | kern: Work around spurious -Wtype-limits warnings. | riastradh |
| 2022-07-06 | mmap(2): Guarantee two's-complement wraparound for D_NEGOFFSAFE. | riastradh |
| 2022-07-06 | uvm/uvm_device.c: Sprinkle KNF. | riastradh |
| 2022-07-06 | mmap(2): Prohibit overflowing offsets for non-D_NEGOFFSAFE devices. | riastradh |
| 2022-07-06 | uvm(9): fo_mmap caller guarantees positive size. | riastradh |
| 2022-03-28 | driver(9): New types dev_*_t for device driver devsw operations. | riastradh |
| 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-02-24 | 0x%#x --> %#x for non-external codes. | rin |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2020-02-22 | do not wait for memory in pgo_fault methods, just return ENOMEM | chs |
| 2019-12-01 | __cacheline_aligned on a lock. | ad |
| 2017-10-28 | Update the kernhist(9) kernel history code to address issues identified | pgoyette |
| 2016-12-17 | Omit needless nullmmap. | riastradh |
| 2014-12-14 | add a new "fo_mmap" fileops method to allow use of arbitrary uvm_objects for | chs |
| 2012-01-27 | extending vmem(9) to be able to allocated resources for it's own needs. | para |
| 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-12 | need uvm_pmap.h for pmap_mmap_flags definition | jmcneill |
| 2011-02-11 | add optional MD pmap_mmap_flags macro for passing flags between cdev_mmap | jmcneill |
| 2011-02-02 | udpate license clauses on my code to match the new-style BSD licenses. | chuck |
| 2010-02-05 | vnode.h is not used here. | uebayasi |
| 2009-06-20 | add a workaround for drm: | mrg |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-06-04 | udv_fault: pmap_update before releasing locks. | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-08 | Merge from vmlocking2 (use cdev_mmap()). | ad |
| 2007-12-01 | constify pagerops. | yamt |
| 2007-06-24 | handle UVM_UNKNOWN_OFFSET. | christos |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2006-09-03 | use c99 initializers | christos |
| 2006-02-22 | kill the "fault_type" argument to pager's pgo_fault() methods | drochner |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-27 | Small whitespace tweak. | thorpej |
| 2005-06-27 | Use ANSI function decls. | thorpej |
| 2005-06-06 | introduce a macro to initialize uvm_object and use it. | yamt |
| 2004-03-24 | Nuke __P(). | junyoung |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-02-28 | use the <sys/conf.h> macro to get the mmap footprint. | christos |
| 2001-11-10 | add RCSIDs, and in some cases, slightly cleanup #include order | lukem |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-05-26 | replace vm_page_t with struct vm_page *. | chs |
| 2001-05-26 | replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}. | chs |
| 2001-05-25 | remove trailing whitespace. | chs |
| 2001-04-24 | Sprinkle pmap_update() calls after calls to: | thorpej |
| 2001-03-15 | eliminate the KERN_* error codes in favor of the traditional E* codes. | chs |
| 2001-03-10 | eliminate the VM_PAGER_* error codes in favor of the traditional E* codes. | chs |