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
/
gup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-21
mm/gup: Change the calling convention for compound_next()
Matthew Wilcox (Oracle)
1
-6
/
+5
2022-03-21
mm/gup: Optimise compound_range_next()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-21
mm/gup: Change the calling convention for compound_range_next()
Matthew Wilcox (Oracle)
1
-6
/
+5
2022-03-21
mm/gup: Remove for_each_compound_head()
Matthew Wilcox (Oracle)
1
-11
/
+5
2022-03-21
mm/gup: Remove for_each_compound_range()
Matthew Wilcox (Oracle)
1
-10
/
+2
2022-03-21
mm/gup: Increment the page refcount before the pincount
Matthew Wilcox (Oracle)
1
-8
/
+6
2022-03-10
mm: gup: make fault_in_safe_writeable() use fixup_user_fault()
Linus Torvalds
1
-38
/
+19
2022-03-03
mm: refactor check_and_migrate_movable_pages
Christoph Hellwig
1
-37
/
+44
2022-02-17
mm/munlock: delete FOLL_MLOCK and FOLL_POPULATE
Hugh Dickins
1
-35
/
+8
2022-02-03
Revert "mm/gup: small refactoring: simplify try_grab_page()"
John Hubbard
1
-5
/
+30
2022-01-15
mm/gup.c: stricter check on THP migration entry during follow_pmd_mask
Li Xinhai
1
-4
/
+9
2022-01-15
gup: avoid multiple user access locking/unlocking in fault_in_{read/write}able
Christophe Leroy
1
-8
/
+10
2021-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-4
/
+1
2021-11-06
mm/gup: further simplify __gup_device_huge()
John Hubbard
1
-4
/
+1
2021-10-24
gup: Introduce FOLL_NOFAULT flag to disable page faults
Andreas Gruenbacher
1
-1
/
+3
2021-10-20
iov_iter: Introduce fault_in_iov_iter_writeable
Andreas Gruenbacher
1
-0
/
+63
2021-10-18
gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
Andreas Gruenbacher
1
-0
/
+72
2021-09-07
Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"
Linus Torvalds
1
-17
/
+4
2021-09-03
mm/migrate: enable returning precise migrate_pages() success count
Yang Shi
1
-1
/
+1
2021-09-03
mm/gup: remove try_get_page(), call try_get_compound_head() directly
John Hubbard
1
-4
/
+17
2021-09-03
mm/gup: small refactoring: simplify try_grab_page()
John Hubbard
1
-30
/
+5
2021-09-03
mm/gup: documentation corrections for gup/pup
John Hubbard
1
-7
/
+20
2021-09-03
mm: gup: use helper PAGE_ALIGNED in populate_vma_page_range()
Miaohe Lin
1
-2
/
+2
2021-09-03
mm: gup: fix potential pgmap refcnt leak in __gup_device_huge()
Miaohe Lin
1
-5
/
+7
2021-09-03
mm: gup: remove useless BUG_ON in __get_user_pages()
Miaohe Lin
1
-1
/
+0
2021-09-03
mm: gup: remove unneed local variable orig_refs
Miaohe Lin
1
-3
/
+1
2021-09-03
mm: gup: remove set but unused local variable major
Miaohe Lin
1
-2
/
+1
2021-08-14
mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE)
David Hildenbrand
1
-2
/
+5
2021-07-08
mm: introduce memfd_secret system call to create "secret" memory areas
Mike Rapoport
1
-0
/
+12
2021-07-01
mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables
David Hildenbrand
1
-0
/
+58
2021-06-29
mm: gup: pack has_pinned in MMF_HAS_PINNED
Andrea Arcangeli
1
-4
/
+15
2021-06-29
mm: gup: allow FOLL_PIN to scale in SMP
Andrea Arcangeli
1
-2
/
+2
2021-06-29
mm/gup: fix try_grab_compound_head() race with split_huge_page()
Jann Horn
1
-15
/
+43
2021-05-23
Revert "mm/gup: check page posion status for coredump."
Michal Hocko
1
-4
/
+0
2021-05-07
mm: fix typos in comments
Ingo Molnar
1
-1
/
+1
2021-05-05
mm/gup: longterm pin migration cleanup
Pavel Tatashin
1
-56
/
+37
2021-05-05
mm/gup: change index type to long as it counts pages
Pavel Tatashin
1
-1
/
+1
2021-05-05
mm/gup: migrate pinned pages out of movable zone
Pavel Tatashin
1
-33
/
+34
2021-05-05
mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
Pavel Tatashin
1
-2
/
+2
2021-05-05
mm/gup: check for isolation errors
Pavel Tatashin
1
-26
/
+34
2021-05-05
mm/gup: return an error on migration failure
Pavel Tatashin
1
-10
/
+7
2021-05-05
mm/gup: check every subpage of a compound page during isolation
Pavel Tatashin
1
-12
/
+7
2021-05-05
mm/gup: don't pin migrated cma pages in movable zone
Pavel Tatashin
1
-1
/
+1
2021-04-30
mm: gup: remove FOLL_SPLIT
Yang Shi
1
-26
/
+2
2021-04-30
mm/gup: add a range variant of unpin_user_pages_dirty_lock()
Joao Martins
1
-0
/
+62
2021-04-30
mm/gup: decrement head page once for group of subpages
Joao Martins
1
-18
/
+11
2021-04-30
mm/gup: add compound page list iterator
Joao Martins
1
-0
/
+26
2021-04-10
mm/gup: check page posion status for coredump.
Aili Yao
1
-0
/
+4
2021-02-25
mm/hugetlb: grab head page refcount once for group of subpages
Joao Martins
1
-3
/
+2
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-203
/
+123
[prev]
[next]