NetBSD/sys/uvm
thorpej 1779f8f71b Page scanner improvements, behavior is actually a bit more like
Mach VM's now.  Specific changes:
- Pages now need not have all of their mappings removed before being
  put on the inactive list.  They only need to have the "referenced"
  attribute cleared.  This makes putting pages onto the inactive list
  much more efficient.  In order to eliminate redundant clearings of
  "refrenced", callers of uvm_pagedeactivate() must now do this
  themselves.
- When checking the "modified" attribute for a page (for clearing
  PG_CLEAN), make sure to only do it if PG_CLEAN is currently set on
  the page (saves a potentially expensive pmap operation).
- When scanning the inactive list, if a page is referenced, reactivate
  it (this part was actually added in uvm_pdaemon.c,v 1.27).  This
  now works properly now that pages on the inactive list are allowed to
  have mappings.
- When scanning the inactive list and considering a page for freeing,
  remove all mappings, and then check the "modified" attribute if the
  page is marked PG_CLEAN.
- When scanning the active list, if the page was referenced since its
  last sweep by the scanner, don't deactivate it.  (This part was
  actually added in uvm_pdaemon.c,v 1.28.)

These changes greatly improve interactive performance during
moderate to high memory and I/O load.
2001-01-28 23:30:42 +00:00
..
Makefile
uvm.h
uvm_amap.c Change uvm_analloc() to return a locked anon, update all callers, 2001-01-23 02:27:39 +00:00
uvm_amap.h
uvm_amap_i.h
uvm_anon.c Page scanner improvements, behavior is actually a bit more like 2001-01-28 23:30:42 +00:00
uvm_anon.h when we fail to allocate anons to represent new swap space, 2000-12-27 09:17:04 +00:00
uvm_aobj.c Page scanner improvements, behavior is actually a bit more like 2001-01-28 23:30:42 +00:00
uvm_aobj.h
uvm_bio.c fix some types so that files larger than 4GB work. 2000-12-27 09:01:45 +00:00
uvm_ddb.h
uvm_device.c
uvm_device.h
uvm_extern.h
uvm_fault.c Page scanner improvements, behavior is actually a bit more like 2001-01-28 23:30:42 +00:00
uvm_fault.h
uvm_fault_i.h
uvm_glue.c
uvm_glue.h
uvm_init.c
uvm_io.c
uvm_km.c splimp() -> splvm() 2001-01-14 02:10:01 +00:00
uvm_km.h
uvm_loan.c Change uvm_analloc() to return a locked anon, update all callers, 2001-01-23 02:27:39 +00:00
uvm_loan.h
uvm_map.c Page scanner improvements, behavior is actually a bit more like 2001-01-28 23:30:42 +00:00
uvm_map.h
uvm_map_i.h
uvm_meter.c
uvm_mmap.c Nevermind that it's silly to include PROT_EXEC even if a vnode 2001-01-08 01:35:03 +00:00
uvm_object.h Put the extern decl of uvm_vnodeops in uvm_object.h 2001-01-28 22:23:04 +00:00
uvm_page.c Put the extern decl of uvm_vnodeops in uvm_object.h 2001-01-28 22:23:04 +00:00
uvm_page.h remove some more leftovers from Mach. 2000-12-28 08:24:55 +00:00
uvm_page_i.h Page scanner improvements, behavior is actually a bit more like 2001-01-28 23:30:42 +00:00
uvm_pager.c Page scanner improvements, behavior is actually a bit more like 2001-01-28 23:30:42 +00:00
uvm_pager.h
uvm_pager_i.h
uvm_param.h atop(): cast argument to `paddr_t' (instead of `u_long') to avoid 2001-01-09 13:55:20 +00:00
uvm_pdaemon.c Page scanner improvements, behavior is actually a bit more like 2001-01-28 23:30:42 +00:00
uvm_pdaemon.h
uvm_pglist.c
uvm_pglist.h
uvm_pmap.h
uvm_prot.h
uvm_stat.c
uvm_stat.h
uvm_swap.c Use cast where appropriate to avoid integer overflow. 2001-01-04 06:07:18 +00:00
uvm_swap.h
uvm_unix.c
uvm_user.c
uvm_vnode.c Page scanner improvements, behavior is actually a bit more like 2001-01-28 23:30:42 +00:00
uvm_vnode.h