Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-04-14 | powerpc/mem: Use kmap_local_page() in flushing functions | Christophe Leroy | 1 | -9/+10 |
2021-04-14 | powerpc/mem: Inline flush_dcache_page() | Christophe Leroy | 1 | -15/+0 |
2021-04-14 | powerpc/mem: Help GCC realise __flush_dcache_icache() flushes single pages | Christophe Leroy | 1 | -1/+1 |
2021-04-14 | powerpc/mem: flush_dcache_icache_phys() is for HIGHMEM pages only | Christophe Leroy | 1 | -8/+9 |
2021-04-14 | powerpc/mem: Optimise flush_dcache_icache_hugepage() | Christophe Leroy | 1 | -6/+6 |
2021-04-14 | powerpc/mem: Call flush_coherent_icache() at higher level | Christophe Leroy | 1 | -8/+3 |
2021-04-14 | powerpc/mem: Remove address argument to flush_coherent_icache() | Christophe Leroy | 1 | -8/+5 |
2021-04-14 | powerpc/mem: Declare __flush_dcache_icache() static | Christophe Leroy | 1 | -30/+30 |
2021-04-14 | powerpc/mem: Move cache flushing functions into mm/cacheflush.c | Christophe Leroy | 1 | -0/+255 |