aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/cacheflush.h
AgeCommit message (Expand)Author
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti
2023-12-08ARC: mm: retire support for aliasing VIPT D$Vineet Gupta
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)
2023-08-24arc: implement the new page table range APIMatthew Wilcox (Oracle)
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)
2021-10-18mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2016-12-19ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcacheVineet Gupta
2016-03-19ARC: dma: ioremap: use phys_addr_t consistenctly in code pathsVineet Gupta
2015-10-28ARC: mm: PAE40: switch to using phys_addr_t for physical addressesVineet Gupta
2015-05-19ARC: fold ___flush_dcache_page into __flush_dcache_pageVineet Gupta
2013-06-22ARC: [mm] Assume pagecache page dirty by defaultVineet Gupta
2013-06-22ARC: cache detection code bitrotVineet Gupta
2013-05-23ARC: Use enough bits for determining page's cache colorVineet Gupta
2013-05-23ARC: Brown paper bag bug in macro for checking cache colorVineet Gupta
2013-05-09ARC: [mm] Aliasing VIPT dcache support 4/4Vineet 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-07ARC: [mm] Lazy D-cache flush (non aliasing VIPT)Vineet Gupta
2013-05-07ARC: [mm] consolidate icache/dcache sync codeVineet Gupta
2013-05-07ARC: [mm] optimise icache flush for user mappingsVineet Gupta
2013-02-15ARC: Cache Flush ManagementVineet Gupta