K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-06-15T21:46:07.257575Z K 7 svn:log V 353 Implement a page table spilling mechanism to allow the kernel to continue when user-space applications have filled all the slots in a PTEG. This relies on VM gracefully remapping pages when it gets faults on pages it thinks are mapped already, which it seems to do in limited forkbomb-based testing. Comments by alc appreciated before merging to HEAD. END