index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mlock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: mlock: use folios_put() in mlock_folio_batch()
Qi Zheng
2023-04-18
1
-1
/
+1
*
mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updates
Suren Baghdasaryan
2023-02-09
1
-2
/
+2
*
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-09
1
-3
/
+3
*
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
2023-02-09
1
-3
/
+3
*
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
2023-02-09
1
-3
/
+3
*
mlock: convert mlock to vma iterator
Liam R. Howlett
2023-02-09
1
-29
/
+28
*
mm: remove mlock_vma_page()
Matthew Wilcox (Oracle)
2023-02-02
1
-2
/
+2
*
mm: mlock: update the interface to use folios
Lorenzo Stoakes
2023-02-02
1
-20
/
+18
*
mm: mlock: use folios and a folio batch internally
Lorenzo Stoakes
2023-02-02
1
-122
/
+124
*
mm/mlock: drop dead code in count_mm_mlocked_page_nr()
Liam Howlett
2022-09-26
1
-3
/
+1
*
mm/mlock: use vma iterator and maple state instead of vma linked list
Matthew Wilcox (Oracle)
2022-09-26
1
-16
/
+19
*
mm: handling Non-LRU pages returned by vm_normal_pages
Alex Sierra
2022-07-17
1
-1
/
+1
*
mm/munlock: protect the per-CPU pagevec by a local_lock_t
Sebastian Andrzej Siewior
2022-04-01
1
-10
/
+36
*
Merge tag 'ucount-rlimit-for-v5.18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-03-28
1
-4
/
+3
|
\
|
*
mm/mlock: fix two bugs in user_shm_lock()
Miaohe Lin
2022-03-23
1
-4
/
+3
*
|
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-372
/
+266
|
\
\
|
*
|
mm/mlock: Add mlock_vma_folio()
Matthew Wilcox (Oracle)
2022-03-21
1
-11
/
+11
|
*
|
mm/munlock: mlock_page() munlock_page() batch by pagevec
Hugh Dickins
2022-02-17
1
-34
/
+185
|
*
|
mm/munlock: mlock_pte_range() when mlocking or munlocking
Hugh Dickins
2022-02-17
1
-22
/
+89
|
*
|
mm/munlock: maintain page->mlock_count while unevictable
Hugh Dickins
2022-02-17
1
-14
/
+54
|
*
|
mm/munlock: replace clear_page_mlock() by final clearance
Hugh Dickins
2022-02-17
1
-30
/
+0
|
*
|
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
2022-02-17
1
-14
/
+7
|
*
|
mm/munlock: delete munlock_vma_pages_all(), allow oomreap
Hugh Dickins
2022-02-17
1
-2
/
+2
|
*
|
mm/munlock: delete page_mlock() and all its works
Hugh Dickins
2022-02-17
1
-351
/
+24
*
|
|
mm/mlock: fix potential imbalanced rlimit ucounts adjustment
Miaohe Lin
2022-03-22
1
-0
/
+1
|
|
/
|
/
|
*
|
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
2022-03-05
1
-1
/
+1
|
/
*
mm: add a field to store names for private anonymous memory
Colin Cross
2022-01-15
1
-1
/
+1
*
mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()
Matthew Wilcox (Oracle)
2021-09-27
1
-1
/
+2
*
mm: introduce memfd_secret system call to create "secret" memory areas
Mike Rapoport
2021-07-08
1
-1
/
+2
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-07-02
1
-6
/
+6
|
\
|
*
mm/rmap: split try_to_munlock from try_to_unmap
Alistair Popple
2021-07-01
1
-6
/
+6
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2021-06-28
1
-8
/
+14
|
\
\
|
|
/
|
/
|
|
*
Reimplement RLIMIT_MEMLOCK on top of ucounts
Alexey Gladkov
2021-04-30
1
-8
/
+14
*
|
mm/mempool: minor coding style tweaks
Zhiyuan Dai
2021-05-05
1
-2
/
+2
|
/
*
mm/mlock: stop counting mlocked pages when none vma is found
Miaohe Lin
2021-02-26
1
-1
/
+1
*
mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()
Yu Zhao
2021-02-24
1
-2
/
+1
*
mm/lru: introduce relock_page_lruvec()
Alexander Duyck
2020-12-15
1
-10
/
+1
*
mm/lru: replace pgdat lru_lock with lruvec lock
Alex Shi
2020-12-15
1
-6
/
+16
*
mm/lru: introduce TestClearPageLRU()
Alex Shi
2020-12-15
1
-2
/
+1
*
mm/mlock: remove __munlock_isolate_lru_page()
Alex Shi
2020-12-15
1
-22
/
+9
*
mm/mlock: remove lru_lock on TestClearPageMlocked
Alex Shi
2020-12-15
1
-21
/
+5
*
mlock: fix unevictable_pgs event counts on THP
Hugh Dickins
2020-09-19
1
-9
/
+15
*
mm: replace hpage_nr_pages with thp_nr_pages
Matthew Wilcox (Oracle)
2020-08-14
1
-5
/
+4
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-3
/
+3
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-8
/
+8
*
mm: untag user pointers passed to memory syscalls
Andrey Konovalov
2019-09-25
1
-0
/
+4
*
mm/mlock.c: change count_mm_mlocked_page_nr return type
swkhack
2019-06-13
1
-2
/
+2
*
mm/mlock.c: mlockall error for flag MCL_ONFAULT
Potyra, Stefan
2019-06-13
1
-1
/
+2
*
mm: remove zone_lru_lock() function, access ->lru_lock directly
Andrey Ryabinin
2019-03-05
1
-7
/
+7
*
dax: remove VM_MIXEDMAP for fsdax and device dax
Dave Jiang
2018-08-17
1
-1
/
+2
[next]