| Age | Commit message (Expand) | Author |
| 2001-12-31 | introduce a new UVM fault type, VM_FAULT_WIREMAX. this is different | chs |
| 2001-12-31 | in uvm_map_clean(), add PGO_CLEANIT to the flags passed to an object's pager. | chs |
| 2001-12-31 | fix locking for loaning. in general we should be looking at the page's | chs |
| 2001-11-10 | add RCSIDs, and in some cases, slightly cleanup #include order | lukem |
| 2001-11-06 | don't call pmap_copy() from uvmspace_fork(). | chs |
| 2001-10-30 | uvm_map_protect(): Don't allow VM_PROT_EXECUTE to be set on entries | thorpej |
| 2001-10-30 | Correct a comment. | thorpej |
| 2001-10-30 | - Add a new vnode flag VEXECMAP, which indicates that a vnode has | thorpej |
| 2001-10-29 | uvm_mmap(): If a vnode mapping is established with PROT_EXEC, mark the | thorpej |
| 2001-09-23 | make pmap_resident_count() non-optional. | chs |
| 2001-09-21 | add an assert. | chs |
| 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-09-09 | create a new pool for map entries, allocated from kmem_map instead of | chs |
| 2001-09-07 | let user know current value of MAX_KMAPENT in panic | lukem |
| 2001-08-20 | "wierd" is weird. | wiz |
| 2001-08-16 | user maps are always pageable. | chs |
| 2001-07-22 | seperate -> separate | wiz |
| 2001-06-02 | replace vm_map{,_entry}_t with struct vm_map{,_entry} *. | chs |
| 2001-05-25 | remove trailing whitespace. | chs |
| 2001-05-22 | Merge the swap-backed and object-backed inactive lists. | ross |
| 2001-04-29 | Implement page coloring, using a round-robin bucket selection | thorpej |
| 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-02-11 | When recycling a vm_map, resize it to the new process address space limits. | eeh |
| 2001-02-10 | Don't uvm_deallocate() the address space in exit1(). The address | thorpej |
| 2001-02-06 | Specify a process' address space limits for uvmspace_exec(). | eeh |
| 2001-02-05 | in uvm_map_clean(), fix the case where the start offset is within the last | chs |
| 2001-01-28 | Page scanner improvements, behavior is actually a bit more like | thorpej |
| 2001-01-14 | splimp() -> splvm() | thorpej |
| 2000-12-13 | Use single const char array instead of over 200 string constant. | enami |
| 2000-11-27 | Initial integration of the Unified Buffer Cache project. | chs |
| 2000-11-25 | lots of cleanup: | chs |
| 2000-10-16 | Back out rev. 1.83 -- it's causing problems with some pmap | thorpej |
| 2000-10-11 | - uvmspace_share(): If p2 has a vmspace already, make sure to deactivate | thorpej |
| 2000-10-11 | - Change SAVE_HINT() to take a "check" value. This value is compared | thorpej |
| 2000-09-13 | Add an align argument to uvm_map() and some callers of that | thorpej |
| 2000-08-01 | Rename VM_INHERIT_* to MAP_INHERIT_* and move them to sys/sys/mman.h as | wiz |
| 2000-06-27 | remove include of <vm/vm.h> | mrg |
| 2000-06-26 | remove/move more mach vm header files: | mrg |
| 2000-06-13 | initialize aref.ar_pageoff even if there's no amap. | chs |
| 2000-06-05 | Change previous to use `vm_map_min(dstmap)' instead of hard-coding | pk |
| 2000-06-02 | Let uvm_map_extract() set the lower bound on the kernel address range | pk |
| 2000-05-19 | Clean up some indentation lossage in uvm_map_extract(). | thorpej |
| 2000-04-24 | Changes necessary to implement pre-zero'ing of pages in the idle loop: | thorpej |
| 2000-04-16 | undo rev 1.13, which is to say, don't block interrupts while deactivating | chs |
| 2000-04-10 | sparc -> __sparc__ | chs |
| 2000-03-26 | Merge parts of chs-ubc2 into the trunk: | kleink |
| 1999-09-12 | eliminate the PMAP_NEW option by making it required for all ports. | chs |
| 1999-08-21 | When handling the MADV_FREE case, if the amap or aobj has more than | thorpej |