Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-02 | nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 1 | -0/+3 | |
Let's support __HAVE_ARCH_PTE_SWP_EXCLUSIVE by using the yet-unused bit 31. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: David Hildenbrand <[email protected]> Cc: Thomas Bogendoerfer <[email protected]> Signed-off-by: Andrew Morton <[email protected]> | |||||
2015-02-10 | 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 <[email protected]> Cc: Ley Foon Tan <[email protected]> Reviewed-by: Tobias Klauser <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
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 <[email protected]> |