Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-11 | nios2: drop _PAGE_FILE and pte_file()-related helpers | Kirill A. Shutemov | 1 | -1/+0 | |
We've replaced remap_file_pages(2) implementation with emulation. Nobody creates non-linear mapping anymore. Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Ley Foon Tan <lftan@altera.com> Reviewed-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> | |||||
2014-12-08 | nios2: Page table management | Ley Foon Tan | 1 | -0/+35 | |
This patch adds support for page table management. Signed-off-by: Ley Foon Tan <lftan@altera.com> |