aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/mm/tlbex.S
AgeCommit message (Expand)Author
2021-08-26ARC: mm: support 4 levels of page tablesVineet Gupta
2021-08-26ARC: mm: support 3 levels of page tablesVineet Gupta
2021-08-25ARC: mm: hack to allow 2 level build with 4 level codeVineet 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
2020-10-05ARC: [plat-eznps]: Drop support for EZChip NPS platformVineet Gupta
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2019-10-28ARC: mm: tlb flush optim: Make TLBWriteNI fallback to TLBWrite if not availableVineet Gupta
2019-10-28ARC: mm: TLB Miss optim: avoid re-reading ECRVineet Gupta
2019-10-28ARCv2: mm: TLB Miss optim: Use double world load/stores LDD/STDVineet Gupta
2019-10-28ARCv2: mm: TLB Miss optim: SMP builds can cache pgd pointer in mmu scratch regVineet Gupta
2019-07-01ARCv2: entry: push out the Z flag unclobber from common EXCEPTION_PROLOGUEVineet Gupta
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-08-28ARC: [plat-eznps] Fix TLB ErrataNoam Camus
2016-10-28ARC: mm: retire ARC_DBG_TLB_MISS_COUNT...Vineet Gupta
2015-11-14ARC: use ASL assembler mnemonicVineet Gupta
2015-10-29ARC: mm: PAE40 supportVineet Gupta
2015-10-28ARC: mm: PAE40: tlbex.S: Explicitify the size of pte_tVineet Gupta
2015-10-17ARCv2: mm: THP supportVineet Gupta
2015-10-09ARC: mm: pte flags comsetic cleanups, commentsVineet Gupta
2015-06-25ARCv2: [vdk] dts files and defconfig for HS38 VDKRuud Derwig
2015-06-22ARCv2: MMUv4: TLB programming Model changesVineet Gupta
2015-06-22ARCv2: Support for ARCv2 ISA and HS38x coresVineet Gupta
2015-06-19ARC: entry.S: confine EXCEPTION_* macros to one fileVineet Gupta
2014-07-23ARC: update some commentsVineet Gupta
2014-03-26ARC: switch to generic ENTRY/END assembler annotationsVineet Gupta
2013-11-06ARC: Change calling convention of do_page_fault()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: MMUv4 preps/2 - Reshuffle PTE bitsVineet Gupta
2013-08-29ARC: MMUv4 preps/1 - Fold PTE K/U access flagsVineet Gupta
2013-08-29ARC: Code cosmetics (Nothing semantical)Vineet Gupta
2013-08-26ARC: Exception Handlers Code consolidationVineet Gupta
2013-06-27ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNTVineet Gupta
2013-06-27ARC: [tlb-miss] Extraneous PTE bit testing/settingVineet Gupta
2013-06-26ARC: Remove explicit passing around of ECRVineet Gupta
2013-06-22ARC: [mm] Remove @write argument to do_page_fault()Vineet Gupta
2013-06-22ARC: Disintegrate arcregs.hVineet Gupta
2013-05-23ARC: copy_(to|from)_user() to honor usermode-access permissionsVineet Gupta
2013-02-15ARC: Support for single cycle Close Coupled Mem (CCM)Vineet Gupta
2013-02-15ARC: SMP supportVineet Gupta
2013-02-15ARC: Diagnostics: show_regs() etcVineet Gupta
2013-02-15ARC: MMU Exception HandlingVineet Gupta