freebsd-dev/sys/vm
John Dyson cdc2c29161 Make vm_map_insert much more intelligent in the MAP_NOFAULT case so
that map entries are coalesced when appropriate.  Also, conditionalize
some code that is currently not used in vm_map_insert.  This mod
has been added to eliminate unnecessary map entries in buffer map.

Additionally, there were some cases where map coalescing could be done
when it shouldn't.  That problem has been resolved.
1996-12-07 00:03:43 +00:00
..
default_pager.c Various bugfixes/cleanups from me and others: 1996-06-16 20:37:31 +00:00
default_pager.h Various bugfixes/cleanups from me and others: 1996-06-16 20:37:31 +00:00
device_pager.c
device_pager.h
kern_lock.c
lock.h
pmap.h Move much of the machine dependent code from vm_glue.c into 1996-10-15 03:16:45 +00:00
swap_pager.c Removed __pure's and __pure2's. __pure is a no-op for recent versions 1996-10-12 20:09:48 +00:00
swap_pager.h
vm_extern.h Removed iprintf(). It was copied to db_iprintf() in ddb. 1996-09-15 11:24:21 +00:00
vm_fault.c Implement a new totally dynamic (up to MAXPHYS) buffer kva allocation 1996-11-30 22:41:49 +00:00
vm_glue.c Make processes waken up eligible for immediate swap-in. 1996-10-17 02:58:20 +00:00
vm_inherit.h
vm_init.c
vm_kern.c Improve the locality of reference for variables in vm_page and 1996-11-17 02:38:31 +00:00
vm_kern.h
vm_map.c Make vm_map_insert much more intelligent in the MAP_NOFAULT case so 1996-12-07 00:03:43 +00:00
vm_map.h Make vm_map_insert much more intelligent in the MAP_NOFAULT case so 1996-12-07 00:03:43 +00:00
vm_meter.c Addition of page coloring support. Various levels of coloring are afforded. 1996-09-08 20:44:49 +00:00
vm_mmap.c Change mmap to use OBJT_DEFAULT instead of OBJT_SWAP by default 1996-10-29 22:07:11 +00:00
vm_object.c Reviewed by: 1996-09-28 03:33:40 +00:00
vm_object.h Clean up the rundown of the object backing a vnode. This should fix 1996-10-17 02:49:35 +00:00
vm_page.c Make the kernel smaller with at worst a neutral effect on perf by 1996-11-28 23:15:07 +00:00
vm_page.h Make the default cache size optim to be 256K, the old default was 1996-10-06 22:26:13 +00:00
vm_pageout.c Make the kernel smaller with at worst a neutral effect on perf by 1996-11-28 23:15:07 +00:00
vm_pageout.h Make the kernel smaller with at worst a neutral effect on perf by 1996-11-28 23:15:07 +00:00
vm_pager.c Implement a new totally dynamic (up to MAXPHYS) buffer kva allocation 1996-11-30 22:41:49 +00:00
vm_pager.h
vm_param.h This commit does a couple of things: 1996-06-26 05:39:27 +00:00
vm_prot.h
vm_swap.c The way we get a vnode for swapdev is not quite kosher. In particular 1996-10-27 22:31:00 +00:00
vm_unix.c Fix some serious problems with limits checking in the sbrk(2)/brk(2) 1996-06-25 00:36:46 +00:00
vm.h
vnode_pager.c Clean up the rundown of the object backing a vnode. This should fix 1996-10-17 02:49:35 +00:00
vnode_pager.h