NetBSD/sys/arch/powerpc/ibm4xx
pk 70f20a1217 Replace the traditional buffer memory management -- based on fixed per buffer
virtual memory reservation and a private pool of memory pages -- by a scheme
based on memory pools.

This allows better utilization of memory because buffers can now be allocated
with a granularity finer than the system's native page size (useful for
filesystems with e.g. 1k or 2k fragment sizes).  It also avoids fragmentation
of virtual to physical memory mappings (due to the former fixed virtual
address reservation) resulting in better utilization of MMU resources on some
platforms.  Finally, the scheme is more flexible by allowing run-time decisions
on the amount of memory to be used for buffers.

On the other hand, the effectiveness of the LRU queue for buffer recycling
may be somewhat reduced compared to the traditional method since, due to the
nature of the pool based memory allocation, the actual least recently used
buffer may release its memory to a pool different from the one needed by a
newly allocated buffer. However, this effect will kick in only if the
system is under memory pressure.
2003-12-30 12:33:13 +00:00
..
dev Keep bogus gcc -Wuninitialised warnings happy. 2003-10-27 03:58:17 +00:00
openbios Copy IBM4XX OpenBIOS locore.S from evbppc/walnut. 2003-09-23 15:21:58 +00:00
pci Copy PCI codes for IBM405GPx from evbppc/walnut/pci/{pchb.c,pci_machdep.c}. 2003-09-23 15:30:22 +00:00
4xx_locore.S Use %r<n> for register names. 2003-08-03 23:26:55 +00:00
4xx_trap_subr.S Use %r<n> for register names. 2003-08-03 23:26:55 +00:00
clock.c __KERNEL_RCSID() 2003-07-15 02:54:31 +00:00
copyinstr.c Remove some numeric asm labels that aren't used. 2003-10-20 05:52:55 +00:00
copyoutstr.c Remove some numeric asm labels that aren't used. 2003-10-20 05:52:55 +00:00
cpu.c Add global cpu_model variable. 2003-09-23 15:25:26 +00:00
genassym.cf Need offset of ci_curpm in struct cpu_info on 4xx as well. 2003-11-26 03:51:39 +00:00
ibm4xxgpx_autoconf.c Copy IBM4xxGPx specific autoconf code from evbppc/walnut/autoconf.c. 2003-09-24 11:47:02 +00:00
ibm40x_machdep.c Replace the traditional buffer memory management -- based on fixed per buffer 2003-12-30 12:33:13 +00:00
intr.c __KERNEL_RCSID() 2003-07-15 02:54:31 +00:00
pmap.c Use uvm_km_zalloc(...) instead of uvm_km_alloc1(...,1). 2003-12-18 14:15:55 +00:00
trap.c Reduce code duplication by adding mi_userret() in sys/userret.h 2003-10-31 16:44:34 +00:00
trap_subr.S catch up with changes elsewhere. 2003-08-11 05:13:20 +00:00