NetBSD/sys/arch/mac68k/mac68k
thorpej a180cee23b Pool deals fairly well with physical memory shortage, but it doesn't
deal with shortages of the VM maps where the backing pages are mapped
(usually kmem_map).  Try to deal with this:

* Group all information about the backend allocator for a pool in a
  separate structure.  The pool references this structure, rather than
  the individual fields.
* Change the pool_init() API accordingly, and adjust all callers.
* Link all pools using the same backend allocator on a list.
* The backend allocator is responsible for waiting for physical memory
  to become available, but will still fail if it cannot callocate KVA
  space for the pages.  If this happens, carefully drain all pools using
  the same backend allocator, so that some KVA space can be freed.
* Change pool_reclaim() to indicate if it actually succeeded in freeing
  some pages, and use that information to make draining easier and more
  efficient.
* Get rid of PR_URGENT.  There was only one use of it, and it could be
  dealt with by the caller.

From art@openbsd.org.
2002-03-08 20:48:27 +00:00
..
autoconf.c Pull up the thorpej_scsipi branch to main branch. 2001-04-25 17:53:04 +00:00
bus_space.c prepare for ELF: 2001-11-20 03:19:41 +00:00
clock.c
clockreg.h HZ -> hz 2001-06-05 05:12:18 +00:00
conf.c Added clockctl 2002-01-12 13:22:23 +00:00
disksubr.c Don't cast argument to ffs() to long. 2002-03-05 09:40:38 +00:00
fpu.c prepare for ELF: 2001-11-20 03:19:41 +00:00
genassym.cf LKMify 2000-11-29 21:51:49 +00:00
intr.c splimp -> splhigh for frobbing the netisr. 2001-04-12 18:26:26 +00:00
iop.c Pool deals fairly well with physical memory shortage, but it doesn't 2002-03-08 20:48:27 +00:00
kgdb_machdep.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 08:10:45 +00:00
locore.s s/seperate/separate/ 2002-02-11 10:44:38 +00:00
macglobals.s
machdep.c Change type of dumpmag to u_int32_t since it is actually 2002-03-06 13:10:18 +00:00
macrom.c prepare for ELF: 2001-11-20 03:19:41 +00:00
macrom.h Register prefixes for tron()/troff() macros. 2001-12-09 19:07:01 +00:00
macromasm.s prepare for ELF: 2001-11-20 03:19:41 +00:00
mainbus.c
mem.c - Use DEV_ constants, instead of documenting the numbers! 2002-02-27 01:20:51 +00:00
pmap.c Pool deals fairly well with physical memory shortage, but it doesn't 2002-03-08 20:48:27 +00:00
pmap_bootstrap.c add missing #include "opt_kgdb.h" 2001-05-30 15:24:23 +00:00
pram.c
pram.h
pramasm.s prepare for ELF: 2001-11-20 03:19:41 +00:00
procfs_machdep.c No-op commit to force update to a non-"-kk" revision. 2001-01-18 17:47:58 +00:00
psc.c
sys_machdep.c g/c obsolete vtrace(2) stuff 2000-12-13 18:13:05 +00:00
trap.c allow writing to write-only mappings. fixes PR 3493. 2002-02-14 07:08:02 +00:00
vectors.s
via.c
vm_machdep.c Don't need to declare phys_map - it is declared in <uvm/uvm_extern.h>. 2002-03-04 02:43:22 +00:00