mirror of
https://github.com/torvalds/linux.git
synced 2025-11-05 19:19:43 +02:00
This change allows us to pass DMA_ATTR_SKIP_CPU_SYNC which allows us to avoid invoking cache line invalidation if the driver will just handle it via a sync_for_cpu or sync_for_device call. Link: http://lkml.kernel.org/r/20161110113518.76501.52225.stgit@ahduyck-blue-test.jf.intel.com Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Reviewed-by: Tobias Klauser <tklauser@distanz.ch> Cc: Ley Foon Tan <lftan@altera.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
|---|---|---|
| .. | ||
| cacheflush.c | ||
| dma-mapping.c | ||
| extable.c | ||
| fault.c | ||
| init.c | ||
| ioremap.c | ||
| Makefile | ||
| mmu_context.c | ||
| pgtable.c | ||
| tlb.c | ||
| uaccess.c | ||