summaryrefslogtreecommitdiffstats
path: root/arch/arc/mm/cache_arc700.c
Commit message (Expand)AuthorAgeFilesLines
* ARC: cacheflush optim - PTAG can be loop invariant if V-P is constVineet Gupta2013-11-061-3/+11
* ARC: cacheflush refactor #3: Unify the {d,i}cache flush leaf helpersVineet Gupta2013-11-061-84/+55Star
* ARC: cacheflush refactor #2: I and D caches lines to have same sizeVineet Gupta2013-11-061-15/+15
* ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routineVineet Gupta2013-11-061-10/+6Star
* ARC: Code cosmetics (Nothing semantical)Vineet Gupta2013-08-291-4/+4
* arc: delete __cpuinit usage from all arc filesPaul Gortmaker2013-06-271-2/+2
* ARC: [mm] Assume pagecache page dirty by defaultVineet Gupta2013-06-221-6/+6
* ARC: [mm] optimise VIPT dcache aliasing 2/xVineet Gupta2013-06-221-0/+1
* ARC: [mm] optimise VIPT dcache aliasing 1/xVineet Gupta2013-06-221-1/+6
* ARC: No-op full icache flush if !CONFIG_ARC_HAS_ICACHEVineet Gupta2013-06-221-19/+9Star
* ARC: cache detection code bitrotVineet Gupta2013-06-221-21/+10Star
* ARC: Disintegrate arcregs.hVineet Gupta2013-06-221-4/+35
* ARC: Use kconfig helper IS_ENABLED() to get rid of defines.hVineet Gupta2013-06-221-2/+4
* ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta2013-05-251-10/+11
* ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach()Vineet Gupta2013-05-231-1/+1
* ARC: [mm] Aliasing VIPT dcache support 3/4Vineet Gupta2013-05-091-1/+1
* ARC: [mm] Aliasing VIPT dcache support 2/4Vineet Gupta2013-05-091-5/+129
* ARC: [mm] Aliasing VIPT dcache support 1/4Vineet Gupta2013-05-091-16/+32
* ARC: [mm] refactor the core (i|d)cache line ops loopsVineet Gupta2013-05-091-29/+24Star
* ARC: [mm] serious bug in vaddr based icache flushVineet Gupta2013-05-091-1/+1
* ARC: [mm] Lazy D-cache flush (non aliasing VIPT)Vineet Gupta2013-05-071-2/+7
* ARC: [mm] micro-optimize page size icache invalidateVineet Gupta2013-05-071-3/+12
* ARC: [mm] remove the pessimistic all-alias-invalidate icache helpersVineet Gupta2013-05-071-184/+17Star
* ARC: [mm] consolidate icache/dcache sync codeVineet Gupta2013-05-071-16/+16
* ARC: [mm] optimise icache flush for kernel mappingsVineet Gupta2013-05-071-4/+10
* ARC: [mm] optimise icache flush for user mappingsVineet Gupta2013-05-071-11/+3Star
* ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCHVineet Gupta2013-04-091-2/+2
* ARC: Don't fiddle with non-existent cachesVineet Gupta2013-02-151-12/+9Star
* ARC: Boot #2: Verbose Boot reporting / feature verificationVineet Gupta2013-02-151-0/+46
* ARC: Cache Flush ManagementVineet Gupta2013-02-151-0/+725