summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/flush.c
AgeCommit message (Expand)Author
2023-08-24arm64: implement the new page table range APIMatthew Wilcox (Oracle)
2023-05-25arm64: flush: include linux/libnvdimm.hArnd Bergmann
2022-08-08mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()Muchun Song
2022-04-28mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song
2022-04-28mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song
2022-04-28arm64: mm: hugetlb: enable HUGETLB_PAGE_FREE_VMEMMAP for arm64Muchun Song
2022-03-07arm64: avoid flushing icache multiple times on contiguous HugeTLBMuchun Song
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba
2021-05-25arm64: sync_icache_aliases to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: __clean_dcache_area_pou to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: __clean_dcache_area_pop to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: __inval_dcache_area to take end parameter instead of sizeFuad Tabba
2021-05-14arm64: Fix race condition on PG_dcache_clean in __sync_icache_dcache()Catalin Marinas
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-02-01arm64: Do not issue IPIs for user executable ptesCatalin Marinas
2018-07-27arm64: mm: Export __sync_icache_dcache() for xen-privcmdBen Hutchings
2018-07-06arm64: mm: Export __flush_icache_range() to modulesWill Deacon
2018-04-24arm64: mm: drop addr parameter from sync icache and dcacheShaokun Zhang
2017-08-10arm64: fix pmem interface definitionArnd Bergmann
2017-08-09arm64: Implement pmem API supportRobin Murphy
2017-03-20arm64: cache: Merge cachetype.h into cache.hWill Deacon
2017-03-20arm64: cache: Remove support for ASID-tagged VIVT I-cachesWill Deacon
2016-11-23arm64: Remove I-cache invalidation from flush_cache_range()Catalin Marinas
2016-11-07arm64: Add uprobe supportPratyush Anand
2016-09-06arm64: mm: drop fixup_init() and mm.hKefeng Wang
2016-06-21arm64: mm: remove page_mapping check in __sync_icache_dcacheShaokun Zhang
2016-03-24arm64: mm: allow preemption in copy_to_user_pageMark Rutland
2016-01-15arm64, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2015-12-17arm64: Use PoU cache instr for I/D coherencyAshok Kumar
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon
2015-05-19arm64: kill flush_cache_all()Mark Rutland
2014-10-09arm64: mm: enable RCU fast_gupSteve Capper
2014-07-04arm64: mm: Make icache synchronisation logic huge page awareSteve Capper
2013-06-07arm64: Remove __flush_dcache_page()Catalin Marinas
2013-06-07arm64: Do not flush the D-cache for anonymous pagesCatalin Marinas
2013-06-07arm64: Avoid cache flushing in flush_dcache_page()Catalin Marinas
2012-11-23arm64: Convert empty flush_cache_{mm,page} functions to static inlineCatalin Marinas
2012-09-17arm64: Cache maintenance routinesCatalin Marinas