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
/
mm
/
rmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-20
mm: don't be stuck to rmap lock on reclaim path
Minchan Kim
1
-11
/
+41
2022-05-14
mm: rmap: fix CONT-PTE/PMD size hugetlb issue when unmapping
Baolin Wang
1
-17
/
+22
2022-05-14
mm: rmap: fix CONT-PTE/PMD size hugetlb issue when migration
Baolin Wang
1
-6
/
+18
2022-05-13
mm/shmem: persist uffd-wp bit across zapping for file-backed
Peter Xu
1
-0
/
+8
2022-05-13
mm/rmap: Fix typos in comments
Adrian Huang
1
-2
/
+2
2022-05-13
mm: rmap: use flush_cache_range() to flush cache for hugetlb pages
Baolin Wang
1
-42
/
+48
2022-05-13
mm: rmap: move the cache flushing to the correct place for hugetlb PMD sharing
Baolin Wang
1
-18
/
+22
2022-05-10
mm/swap: remember PG_anon_exclusive via a swp pte bit
David Hildenbrand
1
-8
/
+11
2022-05-10
mm/rmap: fail try_to_migrate() early when setting a PMD migration entry fails
David Hildenbrand
1
-1
/
+5
2022-05-10
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
1
-5
/
+56
2022-05-10
mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
David Hildenbrand
1
-5
/
+6
2022-05-10
mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
David Hildenbrand
1
-3
/
+6
2022-05-10
mm/rmap: remove do_page_add_anon_rmap()
David Hildenbrand
1
-13
/
+1
2022-05-10
mm/rmap: convert RMAP flags to a proper distinct rmap_t type
David Hildenbrand
1
-3
/
+4
2022-05-10
mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failed
David Hildenbrand
1
-0
/
+1
2022-04-29
mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
Muchun Song
1
-11
/
+54
2022-04-29
mm: rmap: fix cache flush on THP pages
Muchun Song
1
-1
/
+2
2022-04-01
mm/munlock: protect the per-CPU pagevec by a local_lock_t
Sebastian Andrzej Siewior
1
-2
/
+2
2022-03-25
mm: fix race between MADV_FREE reclaim and blkdev direct IO read
Mauricio Faria de Oliveira
1
-1
/
+24
2022-03-25
mm/migration: add trace events for base page and HugeTLB migrations
Anshuman Khandual
1
-0
/
+6
2022-03-25
mm/thp: fix NR_FILE_MAPPED accounting in page_*_file_rmap()
Hugh Dickins
1
-17
/
+14
2022-03-23
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-2
/
+2
2022-03-23
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-339
/
+239
2022-03-23
mm/thp: ClearPageDoubleMap in first page_add_file_rmap()
Hugh Dickins
1
-0
/
+11
2022-03-23
mm/hwpoison: check the subpage, not the head page
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-03-21
mm/rmap: Constify the rmap_walk_control argument
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-03-21
mm/rmap: Convert rmap_walk() to take a folio
Matthew Wilcox (Oracle)
1
-59
/
+52
2022-03-21
mm: Turn page_anon_vma() into folio_anon_vma()
Matthew Wilcox (Oracle)
1
-7
/
+12
2022-03-21
mm/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read()
Matthew Wilcox (Oracle)
1
-6
/
+6
2022-03-21
mm/rmap: Convert make_device_exclusive_range() to use folios
Matthew Wilcox (Oracle)
1
-27
/
+31
2022-03-21
mm/rmap: Convert try_to_migrate() to folios
Matthew Wilcox (Oracle)
1
-28
/
+31
2022-03-21
mm/rmap: Convert try_to_unmap() to take a folio
Matthew Wilcox (Oracle)
1
-40
/
+43
2022-03-21
mm/huge_memory: Convert __split_huge_pmd() to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+4
2022-03-21
mm/rmap: Turn page_referenced() into folio_referenced()
Matthew Wilcox (Oracle)
1
-35
/
+35
2022-03-21
mm/rmap: Use a folio in page_mkclean_one()
Matthew Wilcox (Oracle)
1
-4
/
+5
2022-03-21
mm: Convert page_vma_mapped_walk to work on PFNs
Matthew Wilcox (Oracle)
1
-5
/
+3
2022-03-21
mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALK
Matthew Wilcox (Oracle)
1
-26
/
+5
2022-03-21
mm: Make compound_pincount always available
Matthew Wilcox (Oracle)
1
-4
/
+2
2022-03-16
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-02-17
mm/thp: shrink_page_list() avoid splitting VM_LOCKED THP
Hugh Dickins
1
-2
/
+5
2022-02-17
mm/munlock: page migration needs mlock pagevec drained
Hugh Dickins
1
-0
/
+4
2022-02-17
mm/munlock: replace clear_page_mlock() by final clearance
Hugh Dickins
1
-9
/
+0
2022-02-17
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
1
-30
/
+26
2022-02-17
mm/munlock: delete page_mlock() and all its works
Hugh Dickins
1
-80
/
+0
2022-01-15
mm/rmap: fix potential batched TLB flush race
Huang Ying
1
-7
/
+36
2021-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+6
2021-11-06
mm/rmap.c: avoid double faults migrating device private pages
Alistair Popple
1
-2
/
+6
2021-10-18
mm/rmap: Add folio_mkclean()
Matthew Wilcox (Oracle)
1
-6
/
+6
2021-09-27
mm/memcg: Add folio_lruvec_lock() and similar functions
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+4
[next]