summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/cache.S
Commit message (Expand)AuthorAgeFilesLines
* 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