aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/mm/tlb.c
AgeCommit message (Expand)Author
2023-12-08ARC: mm: retire support for aliasing VIPT D$Vineet Gupta
2023-09-04Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2023-08-24arc: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAVineet Gupta
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #1: mmVineet Gupta
2023-08-13ARC: -Wmissing-prototype warning fixesVineet Gupta
2021-08-26ARC: mm: support 3 levels of page tablesVineet Gupta
2021-08-26ARC: mm: switch pgtable_t back to struct page *Vineet Gupta
2021-08-24ARC: mm: move MMU specific bits out of ASID allocatorVineet Gupta
2021-08-24ARC: mm: Fixes to allow STRICT_MM_TYPECHECKSVineet 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
2021-05-10ARC: mm: PAE: use 40-bit physical page maskVladimir Isaev
2020-11-17ARC: mm: fix spelling mistakesFlavio Suligoi
2019-10-28ARC: mm: tlb flush optim: elide redundant uTLB invalidates for MMUv3Vineet Gupta
2019-10-28ARC: mm: tlb flush optim: elide repeated uTLB invalidate in loopVineet 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
2019-05-20ARC: fix build warningsVineet Gupta
2017-11-06ARCv2: Accomodate HS48 MMUv5 by relaxing MMU ver checkingVineet Gupta
2017-09-01ARC: Re-enable MMU upon Machine Check exceptionJose Abreu
2017-08-28ARC: set boot print log level to PR_INFONoam Camus
2017-08-04ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoCVineet Gupta
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2016-10-28ARC: boot log: remove awkward space comma from MMU lineVineet Gupta
2016-05-09ARC: [plat-eznps] Use dedicated user stack topNoam Camus
2016-05-09ARC: Make vmalloc size configurableNoam Camus
2016-03-11ARC: Fix misspellings in comments.Adam Buchbinder
2015-11-16ARC: comments updateVineet Gupta
2015-10-29ARC: mm: PAE40 supportVineet Gupta
2015-10-28ARC: mm: PAE40: switch to using phys_addr_t for physical addressesVineet Gupta
2015-10-28ARC: mm: Improve Duplicate PD Fault handlerVineet Gupta
2015-10-17ARC: boot log: decode more mmu config itemsVineet Gupta
2015-10-17ARC: boot log: move helper macros to header for reuseVineet Gupta
2015-10-17ARC: mm: compute TLB size as needed from ways * setsVineet Gupta
2015-10-17ARCv2: mm: THP: flush_pmd_tlb_range make SMP safeVineet Gupta
2015-10-17ARCv2: mm: THP: Implement flush_pmd_tlb_range() optimizationVineet Gupta
2015-10-17ARCv2: mm: THP: boot validation/reportingVineet Gupta
2015-10-17ARCv2: mm: THP supportVineet Gupta
2015-06-22ARCv2: MMUv4: TLB programming Model changesVineet Gupta
2015-06-19ARC: compress cpuinfo_arc_mmu (mainly save page size in KB)Vineet Gupta
2014-10-13ARC: boot: cpu feature print enhancementsVineet Gupta
2013-11-06ARC: [SMP] TLB flushVineet Gupta
2013-11-06ARC: [SMP] ASID allocationVineet Gupta
2013-11-06ARC: Fix bogus gcc warning and micro-optimise TLB iteration loopVineet Gupta
2013-08-30ARC: [ASID] Track ASID allocation cycles/generationsVineet Gupta
2013-08-30ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASIDVineet Gupta
2013-08-30ARC: [ASID] Refactor the TLB paranoid debug codeVineet Gupta
2013-08-30ARC: No need to flush the TLB in early bootVineet Gupta