summaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/mmu_context.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-24ARC: mm: move MMU specific bits out of ASID allocatorVineet Gupta1-15/+13
2021-08-24ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 onlyVineet Gupta1-1/+1
2020-10-26arc: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-8/+9
2019-10-28ARCv2: mm: TLB Miss optim: SMP builds can cache pgd pointer in mmu scratch regVineet Gupta1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-05-30Fix typosAndrea Gelmini1-1/+1
2013-11-06ARC: [SMP] TLB flushVineet Gupta1-1/+16
2013-11-06ARC: [SMP] ASID allocationVineet Gupta1-16/+28
2013-08-30ARC: [ASID] Track ASID allocation cycles/generationsVineet Gupta1-69/+28
2013-08-30ARC: [ASID] activate_mm() == switch_mm()Vineet Gupta1-11/+9
2013-08-30ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASIDVineet Gupta1-27/+18
2013-08-30ARC: [ASID] Remove legacy/unused debug codeVineet Gupta1-11/+0
2013-02-15ARC: SMP supportVineet Gupta1-0/+4
2013-02-15ARC: MMU Context ManagementVineet Gupta1-0/+209