freebsd_amp_hwpstate/sys/vm
John Dyson db2c0faa4c Vastly improved contigmalloc routine. It does not solve the
problem of allocating contiguous buffer memory in general, but
make it much more likely to work at boot-up time.  The best
chance for an LKM-type load of a sound driver is immediately
after the mount of the root filesystem.

This appears to work for a 64K allocation on an 8MB system.
1996-11-05 04:19:08 +00:00
..
default_pager.c
default_pager.h
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.h
vm_extern.h
vm_fault.c
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
vm_kern.h
vm_map.c
vm_map.h
vm_meter.c
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
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 Vastly improved contigmalloc routine. It does not solve the 1996-11-05 04:19:08 +00:00
vm_page.h
vm_pageout.c
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h
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
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