summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/flush.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* arm64: Do not issue IPIs for user executable ptesCatalin Marinas2019-02-011-1/+5
* arm64: mm: Export __sync_icache_dcache() for xen-privcmdBen Hutchings2018-07-271-0/+1
* arm64: mm: Export __flush_icache_range() to modulesWill Deacon2018-07-061-1/+1
* arm64: mm: drop addr parameter from sync icache and dcacheShaokun Zhang2018-04-241-1/+1
* arm64: fix pmem interface definitionArnd Bergmann2017-08-101-2/+2
* arm64: Implement pmem API supportRobin Murphy2017-08-091-0/+16
* arm64: cache: Merge cachetype.h into cache.hWill Deacon2017-03-201-1/+1
* arm64: cache: Remove support for ASID-tagged VIVT I-cachesWill Deacon2017-03-201-2/+0Star
* arm64: Remove I-cache invalidation from flush_cache_range()Catalin Marinas2016-11-231-7/+0Star
* arm64: Add uprobe supportPratyush Anand2016-11-071-1/+1
* arm64: mm: drop fixup_init() and mm.hKefeng Wang2016-09-061-2/+0Star
* arm64: mm: remove page_mapping check in __sync_icache_dcacheShaokun Zhang2016-06-211-4/+0Star
* arm64: mm: allow preemption in copy_to_user_pageMark Rutland2016-03-241-4/+0Star
* arm64, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-161-16/+0Star
* arm64: Use PoU cache instr for I/D coherencyAshok Kumar2015-12-171-15/+18
* arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon2015-07-271-4/+0Star
* arm64: kill flush_cache_all()Mark Rutland2015-05-191-1/+0Star
* arm64: mm: enable RCU fast_gupSteve Capper2014-10-101-0/+16
* arm64: mm: Make icache synchronisation logic huge page awareSteve Capper2014-07-041-1/+2
* arm64: Remove __flush_dcache_page()Catalin Marinas2013-06-071-6/+1Star
* arm64: Do not flush the D-cache for anonymous pagesCatalin Marinas2013-06-071-5/+3Star
* arm64: Avoid cache flushing in flush_dcache_page()Catalin Marinas2013-06-071-18/+4Star
* arm64: Convert empty flush_cache_{mm,page} functions to static inlineCatalin Marinas2012-11-231-9/+0Star
* arm64: Cache maintenance routinesCatalin Marinas2012-09-171-0/+135