index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
/
flush.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-25
arm64: implement the new page table range API
Matthew Wilcox (Oracle)
1
-22
/
+14
2023-05-25
arm64: flush: include linux/libnvdimm.h
Arnd Bergmann
1
-0
/
+1
2022-08-09
mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()
Muchun Song
1
-10
/
+3
2022-04-29
mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*
Muchun Song
1
-1
/
+1
2022-04-29
mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*
Muchun Song
1
-1
/
+1
2022-04-29
arm64: mm: hugetlb: enable HUGETLB_PAGE_FREE_VMEMMAP for arm64
Muchun Song
1
-0
/
+14
2022-03-08
arm64: avoid flushing icache multiple times on contiguous HugeTLB
Muchun Song
1
-0
/
+7
2021-05-25
arm64: Rename arm64-internal cache maintenance functions
Fuad Tabba
1
-6
/
+6
2021-05-25
arm64: sync_icache_aliases to take end parameter instead of size
Fuad Tabba
1
-11
/
+10
2021-05-25
arm64: __clean_dcache_area_pou to take end parameter instead of size
Fuad Tabba
1
-1
/
+1
2021-05-25
arm64: __clean_dcache_area_pop to take end parameter instead of size
Fuad Tabba
1
-1
/
+1
2021-05-25
arm64: __inval_dcache_area to take end parameter instead of size
Fuad Tabba
1
-1
/
+1
2021-05-14
arm64: Fix race condition on PG_dcache_clean in __sync_icache_dcache()
Catalin Marinas
1
-1
/
+3
2019-09-25
mm: introduce page_size()
Matthew Wilcox (Oracle)
1
-2
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-02-01
arm64: Do not issue IPIs for user executable ptes
Catalin Marinas
1
-1
/
+5
2018-07-27
arm64: mm: Export __sync_icache_dcache() for xen-privcmd
Ben Hutchings
1
-0
/
+1
2018-07-06
arm64: mm: Export __flush_icache_range() to modules
Will Deacon
1
-1
/
+1
2018-04-24
arm64: mm: drop addr parameter from sync icache and dcache
Shaokun Zhang
1
-1
/
+1
2017-08-10
arm64: fix pmem interface definition
Arnd Bergmann
1
-2
/
+2
2017-08-09
arm64: Implement pmem API support
Robin Murphy
1
-0
/
+16
2017-03-20
arm64: cache: Merge cachetype.h into cache.h
Will Deacon
1
-1
/
+1
2017-03-20
arm64: cache: Remove support for ASID-tagged VIVT I-caches
Will Deacon
1
-2
/
+0
2016-11-23
arm64: Remove I-cache invalidation from flush_cache_range()
Catalin Marinas
1
-7
/
+0
2016-11-07
arm64: Add uprobe support
Pratyush Anand
1
-1
/
+1
2016-09-06
arm64: mm: drop fixup_init() and mm.h
Kefeng Wang
1
-2
/
+0
2016-06-21
arm64: mm: remove page_mapping check in __sync_icache_dcache
Shaokun Zhang
1
-4
/
+0
2016-03-24
arm64: mm: allow preemption in copy_to_user_page
Mark Rutland
1
-4
/
+0
2016-01-16
arm64, thp: remove infrastructure for handling splitting PMDs
Kirill A. Shutemov
1
-16
/
+0
2015-12-17
arm64: Use PoU cache instr for I/D coherency
Ashok Kumar
1
-15
/
+18
2015-07-27
arm64: force CONFIG_SMP=y and remove redundant #ifdefs
Will Deacon
1
-4
/
+0
2015-05-19
arm64: kill flush_cache_all()
Mark Rutland
1
-1
/
+0
2014-10-10
arm64: mm: enable RCU fast_gup
Steve Capper
1
-0
/
+16
2014-07-04
arm64: mm: Make icache synchronisation logic huge page aware
Steve Capper
1
-1
/
+2
2013-06-07
arm64: Remove __flush_dcache_page()
Catalin Marinas
1
-6
/
+1
2013-06-07
arm64: Do not flush the D-cache for anonymous pages
Catalin Marinas
1
-5
/
+3
2013-06-07
arm64: Avoid cache flushing in flush_dcache_page()
Catalin Marinas
1
-18
/
+4
2012-11-23
arm64: Convert empty flush_cache_{mm,page} functions to static inline
Catalin Marinas
1
-9
/
+0
2012-09-17
arm64: Cache maintenance routines
Catalin Marinas
1
-0
/
+135