Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-08 | nios2: implement flush_dcache_mmap_lock/unlock | Julien Beraud | 1 | -2/+4 | |
Use spin_lock/unlock_irq instead of doing nothing. This fixes corruptions of the vma_interval_tree causing the kernel to be stuck in an infinite loop in vma_interval_tree_foreach. Signed-off-by: Julien Beraud <julien.beraud@spectracom.orolia.com> Acked-by: Ley Foon Tan <ley.foon.tan@intel.com> | |||||
2014-12-08 | nios2: Cache handling | Ley Foon Tan | 1 | -0/+52 | |
This patch adds functionality required for cache maintenance. Signed-off-by: Ley Foon Tan <lftan@altera.com> |