summaryrefslogtreecommitdiff
path: root/arch/arc/mm/cache_arc700.c
Commit message (Expand)AuthorAge
* ARC: mm/cache_arc700.c -> mm/cache.cVineet Gupta2015-06-19
* ARC: fold ___flush_dcache_page into __flush_dcache_pageVineet Gupta2015-05-19
* ARC: inline cache flush toggle helpersVineet Gupta2015-05-11
* ARC: refactoring: reduce the scope of some local varsVineet Gupta2014-10-13
* ARC: [mm] Fix compilation breakageNoam Camus2014-09-03
* flush_icache_range: export symbol to fix build errorsPranith Kumar2014-08-29
* ARC: help gcc elide icache helper for !SMPVineet Gupta2014-07-23
* ARC: move common ops for line/full cache into helpersVineet Gupta2014-07-23
* ARC: cache boot reporting updatesVineet Gupta2014-07-23
* ARC: [SMP] Enable icache coherencyVineet Gupta2014-06-26
* ARC: Disable caches in early boot if so configuredVineet Gupta2014-06-03
* ARC: fix mmuv2 warningVineet Gupta2014-05-05
* ARC: [SMP] General FixesVineet Gupta2014-04-05
* ARC: Use correct PTAG register for icache flushVineet Gupta2014-03-07
* ARC: cacheflush optim - PTAG can be loop invariant if V-P is constVineet Gupta2013-11-06
* ARC: cacheflush refactor #3: Unify the {d,i}cache flush leaf helpersVineet Gupta2013-11-06
* ARC: cacheflush refactor #2: I and D caches lines to have same sizeVineet Gupta2013-11-06
* ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routineVineet Gupta2013-11-06
* ARC: Code cosmetics (Nothing semantical)Vineet Gupta2013-08-29
* arc: delete __cpuinit usage from all arc filesPaul Gortmaker2013-06-27
* ARC: [mm] Assume pagecache page dirty by defaultVineet Gupta2013-06-22
* ARC: [mm] optimise VIPT dcache aliasing 2/xVineet Gupta2013-06-22
* ARC: [mm] optimise VIPT dcache aliasing 1/xVineet Gupta2013-06-22
* ARC: No-op full icache flush if !CONFIG_ARC_HAS_ICACHEVineet Gupta2013-06-22
* ARC: cache detection code bitrotVineet Gupta2013-06-22
* ARC: Disintegrate arcregs.hVineet Gupta2013-06-22
* ARC: Use kconfig helper IS_ENABLED() to get rid of defines.hVineet Gupta2013-06-22
* ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta2013-05-25
* ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach()Vineet Gupta2013-05-23
* ARC: [mm] Aliasing VIPT dcache support 3/4Vineet Gupta2013-05-09
* ARC: [mm] Aliasing VIPT dcache support 2/4Vineet Gupta2013-05-09
* ARC: [mm] Aliasing VIPT dcache support 1/4Vineet Gupta2013-05-09
* ARC: [mm] refactor the core (i|d)cache line ops loopsVineet Gupta2013-05-09
* ARC: [mm] serious bug in vaddr based icache flushVineet Gupta2013-05-09
* ARC: [mm] Lazy D-cache flush (non aliasing VIPT)Vineet Gupta2013-05-07
* ARC: [mm] micro-optimize page size icache invalidateVineet Gupta2013-05-07
* ARC: [mm] remove the pessimistic all-alias-invalidate icache helpersVineet Gupta2013-05-07
* ARC: [mm] consolidate icache/dcache sync codeVineet Gupta2013-05-07
* ARC: [mm] optimise icache flush for kernel mappingsVineet Gupta2013-05-07
* ARC: [mm] optimise icache flush for user mappingsVineet Gupta2013-05-07
* ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCHVineet Gupta2013-04-09
* ARC: Don't fiddle with non-existent cachesVineet Gupta2013-02-15
* ARC: Boot #2: Verbose Boot reporting / feature verificationVineet Gupta2013-02-15
* ARC: Cache Flush ManagementVineet Gupta2013-02-15