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
/
mlock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-26
mm: add pmd_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-03-05
mm: make folios_put() the basis of release_pages()
Matthew Wilcox (Oracle)
1
-2
/
+1
2023-10-26
mm: mlock: avoid folio_within_range() on KSM pages
Hugh Dickins
1
-0
/
+4
2023-10-19
mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.
Lorenzo Stoakes
1
-21
/
+4
2023-10-04
mm: mlock: update mlock_pte_range to handle large folio
Yin Fengwei
1
-2
/
+64
2023-08-22
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
1
-0
/
+1
2023-08-21
mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_once
Suren Baghdasaryan
1
-1
/
+2
2023-08-21
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
1
-0
/
+1
2023-07-17
mm/mlock: fix vma iterator conversion of apply_vma_lock_flags()
Liam R. Howlett
1
-4
/
+5
2023-06-20
mm: ptep_get() conversion
Ryan Roberts
1
-2
/
+4
2023-06-20
mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails
Hugh Dickins
1
-0
/
+4
2023-04-19
mm: mlock: use folios_put() in mlock_folio_batch()
Qi Zheng
1
-1
/
+1
2023-02-10
mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updates
Suren Baghdasaryan
1
-2
/
+2
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-3
/
+3
2023-02-10
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
1
-3
/
+3
2023-02-10
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
1
-3
/
+3
2023-02-10
mlock: convert mlock to vma iterator
Liam R. Howlett
1
-29
/
+28
2023-02-03
mm: remove mlock_vma_page()
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-02-03
mm: mlock: update the interface to use folios
Lorenzo Stoakes
1
-20
/
+18
2023-02-03
mm: mlock: use folios and a folio batch internally
Lorenzo Stoakes
1
-122
/
+124
2022-09-27
mm/mlock: drop dead code in count_mm_mlocked_page_nr()
Liam Howlett
1
-3
/
+1
2022-09-27
mm/mlock: use vma iterator and maple state instead of vma linked list
Matthew Wilcox (Oracle)
1
-16
/
+19
2022-07-18
mm: handling Non-LRU pages returned by vm_normal_pages
Alex Sierra
1
-1
/
+1
2022-04-01
mm/munlock: protect the per-CPU pagevec by a local_lock_t
Sebastian Andrzej Siewior
1
-10
/
+36
2022-03-29
Merge tag 'ucount-rlimit-for-v5.18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+3
2022-03-23
mm/mlock: fix two bugs in user_shm_lock()
Miaohe Lin
1
-4
/
+3
2022-03-23
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-372
/
+266
2022-03-23
mm/mlock: fix potential imbalanced rlimit ucounts adjustment
Miaohe Lin
1
-0
/
+1
2022-03-21
mm/mlock: Add mlock_vma_folio()
Matthew Wilcox (Oracle)
1
-11
/
+11
2022-03-05
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
1
-1
/
+1
2022-02-17
mm/munlock: mlock_page() munlock_page() batch by pagevec
Hugh Dickins
1
-34
/
+185
2022-02-17
mm/munlock: mlock_pte_range() when mlocking or munlocking
Hugh Dickins
1
-22
/
+89
2022-02-17
mm/munlock: maintain page->mlock_count while unevictable
Hugh Dickins
1
-14
/
+54
2022-02-17
mm/munlock: replace clear_page_mlock() by final clearance
Hugh Dickins
1
-30
/
+0
2022-02-17
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
1
-14
/
+7
2022-02-17
mm/munlock: delete munlock_vma_pages_all(), allow oomreap
Hugh Dickins
1
-2
/
+2
2022-02-17
mm/munlock: delete page_mlock() and all its works
Hugh Dickins
1
-351
/
+24
2022-01-15
mm: add a field to store names for private anonymous memory
Colin Cross
1
-1
/
+1
2021-09-27
mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()
Matthew Wilcox (Oracle)
1
-1
/
+2
2021-07-08
mm: introduce memfd_secret system call to create "secret" memory areas
Mike Rapoport
1
-1
/
+2
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-6
/
+6
2021-07-01
mm/rmap: split try_to_munlock from try_to_unmap
Alistair Popple
1
-6
/
+6
2021-06-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-8
/
+14
2021-05-05
mm/mempool: minor coding style tweaks
Zhiyuan Dai
1
-2
/
+2
2021-04-30
Reimplement RLIMIT_MEMLOCK on top of ucounts
Alexey Gladkov
1
-8
/
+14
2021-02-26
mm/mlock: stop counting mlocked pages when none vma is found
Miaohe Lin
1
-1
/
+1
2021-02-25
mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()
Yu Zhao
1
-2
/
+1
2020-12-16
mm/lru: introduce relock_page_lruvec()
Alexander Duyck
1
-10
/
+1
2020-12-16
mm/lru: replace pgdat lru_lock with lruvec lock
Alex Shi
1
-6
/
+16
2020-12-16
mm/lru: introduce TestClearPageLRU()
Alex Shi
1
-2
/
+1
[next]