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
/
include
/
linux
/
rmap.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-01
mm/rmap: fix misplaced parenthesis of a likely()
Steven Rostedt (Google)
1
-2
/
+2
2023-09-03
rmap: remove anon_vma_link() nommu stub
Baruch Siach
1
-1
/
+0
2023-08-25
rmap: add folio_add_file_rmap_range()
Yin Fengwei
1
-0
/
+2
2023-02-28
mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON
Naoya Horiguchi
1
-1
/
+1
2023-02-14
mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()
Sidhartha Kumar
1
-1
/
+1
2023-02-03
mm: use entire_mapcount in __page_dup_rmap()
Matthew Wilcox (Oracle)
1
-1
/
+8
2023-02-03
mm: add folio_add_new_anon_rmap()
Matthew Wilcox (Oracle)
1
-0
/
+2
2022-10-11
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-11
/
+62
2022-10-04
rmap: remove page_unlock_anon_vma_read()
Matthew Wilcox (Oracle)
1
-5
/
+0
2022-10-04
mm: convert page_get_anon_vma() to folio_get_anon_vma()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-09-12
mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fast
David Hildenbrand
1
-5
/
+61
2022-09-01
mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse
Jann Horn
1
-2
/
+5
2022-07-04
mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALK
Yang Shi
1
-2
/
+2
2022-05-20
mm: don't be stuck to rmap lock on reclaim path
Minchan Kim
1
-8
/
+20
2022-05-10
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
1
-0
/
+40
2022-05-10
mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
David Hildenbrand
1
-1
/
+2
2022-05-10
mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
David Hildenbrand
1
-1
/
+1
2022-05-10
mm/rmap: remove do_page_add_anon_rmap()
David Hildenbrand
1
-2
/
+0
2022-05-10
mm/rmap: convert RMAP flags to a proper distinct rmap_t type
David Hildenbrand
1
-4
/
+18
2022-05-10
mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...
David Hildenbrand
1
-1
/
+48
2022-04-29
mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
Muchun Song
1
-0
/
+3
2022-03-21
mm/rmap: Constify the rmap_walk_control argument
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-03-21
mm/rmap: Convert rmap_walk() to take a folio
Matthew Wilcox (Oracle)
1
-6
/
+5
2022-03-21
mm/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read()
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-03-21
mm/migrate: Convert remove_migration_ptes() to folios
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-21
mm/rmap: Convert try_to_migrate() to folios
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-21
mm/rmap: Convert try_to_unmap() to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-03-21
mm/rmap: Turn page_referenced() into folio_referenced()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-03-21
mm: Convert page_vma_mapped_walk to work on PFNs
Matthew Wilcox (Oracle)
1
-5
/
+12
2022-03-21
mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALK
Matthew Wilcox (Oracle)
1
-0
/
+16
2022-02-17
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
1
-8
/
+9
2022-02-17
mm/munlock: delete page_mlock() and all its works
Hugh Dickins
1
-6
/
+0
2021-10-18
mm/rmap: Add folio_mkclean()
Matthew Wilcox (Oracle)
1
-4
/
+6
2021-07-15
mm: fix the try_to_unmap prototype for !CONFIG_MMU
Christoph Hellwig
1
-1
/
+3
2021-07-01
mm: device exclusive memory access
Alistair Popple
1
-0
/
+4
2021-07-01
mm/rmap: split migration into its own function
Alistair Popple
1
-3
/
+1
2021-07-01
mm/rmap: split try_to_munlock from try_to_unmap
Alistair Popple
1
-2
/
+1
2021-07-01
mm: rmap: make try_to_unmap() void function
Yang Shi
1
-1
/
+1
2021-06-16
mm/thp: try_to_unmap() use TTU_SYNC for safe splitting
Hugh Dickins
1
-0
/
+1
2021-02-26
mm/rmap: fix potential pte_unmap on an not mapped pte
Miaohe Lin
1
-1
/
+2
2020-12-15
mm/rmap: always do TTU_IGNORE_ACCESS
Shakeel Butt
1
-1
/
+0
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-09
lib/interval_tree: fast overlap detection
Davidlohr Bueso
1
-1
/
+3
2017-09-09
mm: thp: introduce separate TTU flag for thp freezing
Naoya Horiguchi
1
-1
/
+2
2017-05-04
mm: remove SWAP_[SUCCESS|AGAIN|FAIL]
Minchan Kim
1
-7
/
+0
2017-05-04
mm: make rmap_one boolean function
Minchan Kim
1
-1
/
+5
2017-05-04
mm: make rmap_walk() return void
Minchan Kim
1
-2
/
+2
2017-05-04
mm: make ttu's return boolean
Minchan Kim
1
-2
/
+2
2017-05-04
mm: remove SWAP_MLOCK in ttu
Minchan Kim
1
-1
/
+0
[next]