index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
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
2020-12-16
mm/mlock: remove __munlock_isolate_lru_page()
Alex Shi
1
-22
/
+9
2020-12-16
mm/mlock: remove lru_lock on TestClearPageMlocked
Alex Shi
1
-21
/
+5
2020-09-19
mlock: fix unevictable_pgs event counts on THP
Hugh Dickins
1
-9
/
+15
2020-08-15
mm: replace hpage_nr_pages with thp_nr_pages
Matthew Wilcox (Oracle)
1
-5
/
+4
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-3
/
+3
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-8
/
+8
2019-09-26
mm: untag user pointers passed to memory syscalls
Andrey Konovalov
1
-0
/
+4
2019-06-14
mm/mlock.c: change count_mm_mlocked_page_nr return type
swkhack
1
-2
/
+2
2019-06-14
mm/mlock.c: mlockall error for flag MCL_ONFAULT
Potyra, Stefan
1
-1
/
+2
2019-03-06
mm: remove zone_lru_lock() function, access ->lru_lock directly
Andrey Ryabinin
1
-7
/
+7
2018-08-18
dax: remove VM_MIXEDMAP for fsdax and device dax
Dave Jiang
1
-1
/
+2
2018-02-22
mm, mlock, vmscan: no more skipping pagevecs
Shakeel Butt
1
-0
/
+6
2018-02-07
mm: docs: fixup punctuation
Mike Rapoport
1
-1
/
+1
2017-11-29
mm: Eliminate cond_resched_rcu_qs() in favor of cond_resched()
Paul E. McKenney
1
-1
/
+1
2017-11-16
mm: mlock: remove lru_add_drain_all()
Shakeel Butt
1
-5
/
+0
2017-11-16
mm, pagevec: remove cold parameter for pagevecs
Mel Gorman
1
-2
/
+2
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
mm/mlock.c: use page_zone() instead of page_zone_id()
Joonsoo Kim
1
-6
/
+4
2017-06-03
mlock: fix mlock count can not decrease in race condition
Yisheng Xie
1
-2
/
+3
2017-05-04
mm: make try_to_munlock() return void
Minchan Kim
1
-4
/
+2
2017-03-10
Merge branch 'prep-for-5level'
Linus Torvalds
1
-0
/
+1
2017-03-10
thp: fix another corner case of munlock() vs. THPs
Kirill A. Shutemov
1
-5
/
+4
2017-03-09
mm: convert generic code to 5-level paging
Kirill A. Shutemov
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-12-01
thp: fix corner case of munlock() of PTE-mapped THPs
Kirill A. Shutemov
1
-2
/
+5
2016-10-08
mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK...
Simon Guo
1
-0
/
+3
2016-10-08
mm: mlock: check against vma for actual mlock() size
Simon Guo
1
-0
/
+49
2016-07-29
mm, vmscan: move LRU lists to node
Mel Gorman
1
-1
/
+1
2016-07-29
mm, vmscan: move lru_lock to the node
Mel Gorman
1
-5
/
+5
2016-05-24
mm: make mmap_sem for write waits killable for mm syscalls
Michal Hocko
1
-6
/
+10
2016-01-22
mm: fix mlock accouting
Kirill A. Shutemov
1
-1
/
+1
2016-01-16
mm/mlock.c: change can_do_mlock return value type to boolean
Wang Xiaoqiang
1
-4
/
+4
2016-01-16
thp: allow mlocked THP again
Kirill A. Shutemov
1
-21
/
+47
2016-01-16
thp, mlock: do not allow huge pages in mlocked area
Kirill A. Shutemov
1
-32
/
+19
2016-01-15
mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range()
Alexey Klimov
1
-1
/
+1
2015-11-06
mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage
Eric B Munson
1
-13
/
+38
2015-11-06
mm: introduce VM_LOCKONFAULT
Eric B Munson
1
-1
/
+1
[next]