summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/cache.S
Commit message (Expand)AuthorAgeFilesLines
* efi: arm64: enter with MMU and caches enabledArd Biesheuvel2023-01-241-0/+1
* arm64: mm: Remove assembly DMA cache maintenance wrappersWill Deacon2022-07-051-41/+0
* arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transferWill Deacon2022-06-171-2/+0
* arm64: clean up symbol aliasingMark Rutland2022-02-221-14/+21
* arm64: remove __dma_*_area() aliasesMark Rutland2021-12-151-21/+3
* arm64: Rename arm64-internal cache maintenance functionsFuad Tabba2021-05-251-29/+29
* arm64: __clean_dcache_area_pou to take end parameter instead of sizeFuad Tabba2021-05-251-5/+4
* arm64: __clean_dcache_area_pop to take end parameter instead of sizeFuad Tabba2021-05-251-5/+4
* arm64: __clean_dcache_area_poc to take end parameter instead of sizeFuad Tabba2021-05-251-9/+7
* arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba2021-05-251-5/+4
* arm64: dcache_by_line_op to take end parameter instead of sizeFuad Tabba2021-05-251-1/+6
* arm64: __inval_dcache_area to take end parameter instead of sizeFuad Tabba2021-05-251-7/+9
* arm64: Fix comments to refer to correct function __flush_icache_rangeFuad Tabba2021-05-251-1/+1
* arm64: Do not enable uaccess for invalidate_icache_rangeFuad Tabba2021-05-251-10/+1
* arm64: Do not enable uaccess for flush_icache_rangeFuad Tabba2021-05-251-23/+34
* arm64: mm: Use modern annotations for assembly functionsMark Brown2020-01-081-26/+26
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* arm64: Fix minor issues with the dcache_by_line_op macroWill Deacon2018-12-101-0/+3
* arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon2018-07-051-2/+2
* arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDCShanker Donthineni2018-03-091-1/+20
* arm64: mm: Add additional parameter to uaccess_ttbr0_disableChristoffer Dall2018-01-171-2/+2
* arm64: mm: Add additional parameter to uaccess_ttbr0_enableChristoffer Dall2018-01-091-2/+2
* arm64: KVM: Add invalidate_icache_range helperMarc Zyngier2018-01-081-10/+22
* arm64: Implement pmem API supportRobin Murphy2017-08-091-0/+14
* arm64: Convert __inval_cache_range() to area-basedRobin Murphy2017-08-091-9/+14
* arm64: don't pull uaccess.h into *.SAl Viro2016-12-261-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas2016-11-211-1/+5
* arm64: mm: convert __dma_* routines to use start, sizeKwangwoo Lee2016-08-221-43/+39
* arm64: fix "dc cvau" cache operation on errata-affected coreAndre Przywara2016-07-011-1/+1
* arm64: Fold proc-macros.S into assembler.hGeoff Levand2016-04-281-2/+0
* arm64: Use PoU cache instr for I/D coherencyAshok Kumar2015-12-171-11/+17
* arm64: use ENDPIPROC() to annotate position independent assembler routinesArd Biesheuvel2015-10-121-5/+5
* arm64: mm: Adopt new alternative assembler macrosDaniel Thompson2015-07-271-1/+6
* arm64: alternative: Merge alternative-asm.h into alternative.hMarc Zyngier2015-06-051-1/+1
* arm64: kill flush_cache_all()Mark Rutland2015-05-191-73/+0
* arm64: compat: align cacheflush syscall with arch/armVladimir Murzin2014-12-011-1/+5
* arm64: add Cortex-A53 cache errata workaroundAndre Przywara2014-11-251-1/+3
* arm64: mm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon2014-05-091-3/+3
* arm64: Fix DMA range invalidation for cache line unaligned buffersCatalin Marinas2014-04-081-4/+11
* arm64: Relax the kernel cache requirements for bootCatalin Marinas2014-04-051-0/+9
* arm64: remove unnecessary cache flush at bootMark Rutland2014-03-041-1/+1
* arm64: Implement coherent DMA API based on swiotlbCatalin Marinas2014-02-271-0/+78
* arm64: mm: fix the function name in comment of __flush_dcache_areaJingoo Han2014-01-221-1/+1
* arm64: mm: Fix operands of clz in __flush_dcache_allSukanto Ghosh2013-05-141-1/+1
* arm64: Cache maintenance routinesCatalin Marinas2012-09-171-0/+168