| #
207defd0 |
| 11-Sep-2021 |
andvar <andvar@NetBSD.org> |
Add missing double p and d for stopped and overriden accordingly. Fix few more typos along the way, mainly in copy-pasted comments.
|
| #
99c90d24 |
| 17-Apr-2021 |
rin <rin@NetBSD.org> |
Sync MAXfoo params with oea:
MAXTSIZ: 512MB -> 128MB MAXDSIZ: 3.25GB -> 1GB
There should be no particular reasons for having different values.
|
| #
8a733105 |
| 17-Apr-2021 |
rin <rin@NetBSD.org> |
PR port-powerpc/56107
Decrease MAXSSIZ from ~256MB to 32MB (same as oea).
This fixes tests in /usr/tests/usr.bin/make, that run with "ulimit -v 200000", fail with "Cannot map anonymous memory".
Al
PR port-powerpc/56107
Decrease MAXSSIZ from ~256MB to 32MB (same as oea).
This fixes tests in /usr/tests/usr.bin/make, that run with "ulimit -v 200000", fail with "Cannot map anonymous memory".
Although I'm not fully convinced whether this limit is reasonable or not, old MAXSSIZ of ~256MB is too much anyway.
show more ...
|
| #
e62c0b0f |
| 02-Oct-2012 |
christos <christos@NetBSD.org> |
move common tlb stuff to uvm
|
| #
dd01d67e |
| 09-Jul-2012 |
matt <matt@NetBSD.org> |
Allow the use of the full 4GB address space.
|
| #
fc311b77 |
| 20-Jun-2011 |
matt <matt@NetBSD.org> |
PowerPC now exports a common view of cpu.h, vmparam.h and pmap.h when building a MODULAR kernel or compiling _MODULE. It should be noted that MODULAR or _MODULE export a view of the kernel as being M
PowerPC now exports a common view of cpu.h, vmparam.h and pmap.h when building a MODULAR kernel or compiling _MODULE. It should be noted that MODULAR or _MODULE export a view of the kernel as being MULTIPROCESSOR (even if isn't). The shared pmap TLB uses mdpg in places where it used mdpg to avoid deadly embrance inclusion problems.
show more ...
|
| #
01fd9255 |
| 05-Jun-2011 |
matt <matt@NetBSD.org> |
Remove <machine/atomic.h>; use <sys/atomic.h> instead. Add <powerpc/cpuset.h> (for mpc85xx pmap). Add some initial MP code for mpc85xx Rework ipi code to be common across all ppcs Change PPC to keep
Remove <machine/atomic.h>; use <sys/atomic.h> instead. Add <powerpc/cpuset.h> (for mpc85xx pmap). Add some initial MP code for mpc85xx Rework ipi code to be common across all ppcs Change PPC to keep curlwp in %r13 while in the kernel. Move astpending from cpu_info to mdlwp Improve cpu_need_resched to be more MP friendly.
show more ...
|
| #
b8ea2c8c |
| 18-Jan-2011 |
matt <matt@NetBSD.org> |
Add support for BookE Freescale MPC85xx (e500 core) processors. Add fast softint support for PowerPC (though only booke uses it). Redo FPU/VEC support and add e500 SPE support. Rework trap/intrs to u
Add support for BookE Freescale MPC85xx (e500 core) processors. Add fast softint support for PowerPC (though only booke uses it). Redo FPU/VEC support and add e500 SPE support. Rework trap/intrs to use a common trapframe format. Support SOFTFLOAT (no hardfloat or fpu emulation) for BookE.
show more ...
|
| #
41e5df6d |
| 06-Nov-2010 |
uebayasi <uebayasi@NetBSD.org> |
Remove incomplete, never worked dynamic run-time memory registration (uvm_page_physload(9)). This functionality will be re-added later.
|
| #
8b3b8c48 |
| 09-Mar-2010 |
matt <matt@NetBSD.org> |
Add initial versions of these for BookE.
|