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