Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-18 | [S390] make page table upgrade work again | Martin Schwidefsky | |
After TASK_SIZE now gives the current size of the address space the upgrade of a 64 bit process from 3 to 4 levels of page table needs to use the arch_mmap_check hook to catch large mmap lengths. The get_unmapped_area* functions need to check for -ENOMEM from the arch_get_unmapped_area*, upgrade the page table and retry. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> | |||
2008-08-01 | [S390] move include/asm-s390 to arch/s390/include/asm | Martin Schwidefsky | |
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> |