summaryrefslogtreecommitdiffstats
path: root/arch/nios2/mm/tlb.c
Commit message (Expand)AuthorAgeFilesLines
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* nios2: Fix update_mmu_cache preload the TLB with the new PTENicholas Piggin2019-03-071-1/+2
* nios2: update_mmu_cache preload the TLB with the new PTENicholas Piggin2019-03-071-6/+26
* nios2: User address TLB flush break after finding the matching entryNicholas Piggin2019-03-071-0/+5
* nios2: flush_tlb_all use TLBMISC way auto-increment featureNicholas Piggin2019-03-071-6/+5
* nios2: improve readability of tlb functionsNicholas Piggin2019-03-071-27/+33
* nios2: flush_tlb_mm flush only the pidNicholas Piggin2019-03-071-12/+14
* nios2: flush_tlb_pid can just restore TLBMISC onceNicholas Piggin2019-03-071-2/+2
* nios2: TLBMISC writes do not require PID bits to be setNicholas Piggin2019-03-071-12/+7
* nios2: Use an invalid TLB entry address helper functionNicholas Piggin2019-03-071-35/+33
* nios2: flush_tlb_page use PID based flushNicholas Piggin2019-03-071-9/+9
* nios2: TLB handlingLey Foon Tan2014-12-081-0/+275