aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/include/asm/mmu.h
AgeCommit message (Expand)Author
2021-08-25ARC: mm: disintegrate mmu.h (arcv2 bits out)Vineet Gupta
2021-08-24ARC: mm: move MMU specific bits out of entry code ...Vineet Gupta
2021-08-24ARC: mm: move MMU specific bits out of ASID allocatorVineet Gupta
2021-08-24ARC: mm: move mmu/cache externs out to setup.hVineet Gupta
2021-08-24ARC: mm: remove tlb paranoid codeVineet Gupta
2021-08-24ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 onlyVineet Gupta
2021-08-24ARC: retire MMUv1 and MMUv2 supportVineet Gupta
2019-10-28ARC: mm: tlb flush optim: Make TLBWriteNI fallback to TLBWrite if not availableVineet Gupta
2019-10-28ARCv2: mm: TLB Miss optim: SMP builds can cache pgd pointer in mmu scratch regVineet Gupta
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-08-04ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoCVineet Gupta
2017-05-05ARC: mm: fix build failure in linux-next for UP buildsVineet Gupta
2015-10-29ARC: mm: PAE40 supportVineet Gupta
2015-06-22ARCv2: MMUv4: TLB programming Model changesVineet Gupta
2013-11-06ARC: [SMP] ASID allocationVineet Gupta
2013-09-05ARC: fix new Section mismatches in build (post __cpuinit cleanup)Vineet Gupta
2013-08-30ARC: [ASID] Track ASID allocation cycles/generationsVineet Gupta
2013-08-30ARC: [ASID] Refactor the TLB paranoid debug codeVineet Gupta
2013-08-30ARC: [ASID] Remove legacy/unused debug codeVineet Gupta
2013-08-30ARC: MMUv4 preps/3 - Abstract out TLB Insert/DeleteVineet Gupta
2013-06-22ARC: Disintegrate arcregs.hVineet Gupta
2013-06-22ARC: Use kconfig helper IS_ENABLED() to get rid of defines.hVineet Gupta
2013-02-15ARC: MMU Context ManagementVineet Gupta