index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
gup.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/gup: fix hugepd handling in hugetlb rework
Peter Xu
2024-05-07
1
-25
/
+39
*
gup: use folios for gup_devmap
Matthew Wilcox (Oracle)
2024-05-06
1
-9
/
+8
*
mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()
Matthew Wilcox (Oracle)
2024-05-06
1
-3
/
+3
*
mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
David Hildenbrand
2024-04-26
1
-5
/
+5
*
mm/gup: consistently name GUP-fast functions
David Hildenbrand
2024-04-26
1
-102
/
+103
*
mm/gup: handle hugetlb in the generic follow_page_mask code
Peter Xu
2024-04-26
1
-10
/
+5
*
mm/gup: handle hugepd for follow_page()
Peter Xu
2024-04-26
1
-106
/
+163
*
mm/gup: handle huge pmd for follow_pmd_mask()
Peter Xu
2024-04-26
1
-6
/
+98
*
mm/gup: handle huge pud for follow_pud_mask()
Peter Xu
2024-04-26
1
-3
/
+67
*
mm/gup: cache *pudp in follow_pud_mask()
Peter Xu
2024-04-26
1
-8
/
+9
*
mm/gup: handle hugetlb for no_page_table()
Peter Xu
2024-04-26
1
-18
/
+26
*
mm/gup: refactor record_subpages() to find 1st small page
Peter Xu
2024-04-26
1
-11
/
+14
*
mm/gup: drop gup_fast_folio_allowed() in hugepd processing
Peter Xu
2024-04-26
1
-5
/
+8
*
mm: merge folio_is_secretmem() and folio_fast_pin_allowed() into gup_fast_fol...
David Hildenbrand
2024-04-26
1
-20
/
+28
*
mm: record the migration reason for struct migration_target_control
Baolin Wang
2024-04-26
1
-0
/
+1
*
mm/treewide: replace pXd_huge() with pXd_leaf()
Peter Xu
2024-04-26
1
-2
/
+2
*
mm/gup: merge pXd huge mapping checks
Peter Xu
2024-04-26
1
-4
/
+3
*
mm/gup: check p4d presence before going on
Peter Xu
2024-04-26
1
-2
/
+2
*
mm/gup: cache p4d in follow_p4d_mask()
Peter Xu
2024-04-26
1
-6
/
+7
*
mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properly
David Hildenbrand
2024-04-17
1
-22
/
+32
*
mm: clean up populate_vma_page_range() FOLL_* flag handling
Linus Torvalds
2024-03-29
1
-6
/
+8
*
mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()
David Hildenbrand
2023-12-29
1
-1
/
+1
*
mm/gup: fix follow_devmap_p[mu]d() on page==NULL handling
Peter Xu
2023-12-11
1
-0
/
+2
*
mm/gup: make failure to pin an error if FOLL_NOWAIT not specified
Lorenzo Stoakes
2023-10-18
1
-0
/
+11
*
mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCH
Lorenzo Stoakes
2023-10-18
1
-3
/
+2
*
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-31
1
-1
/
+1
|
\
|
*
mm: Don't allow write GUPs to shadow stack memory
Rick Edgecombe
2023-08-03
1
-1
/
+1
*
|
secretmem: convert page_is_secretmem() to folio_is_secretmem()
Matthew Wilcox (Oracle)
2023-08-25
1
-1
/
+1
*
|
mm/gup: don't implicitly set FOLL_HONOR_NUMA_FAULT
David Hildenbrand
2023-08-21
1
-7
/
+0
*
|
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
2023-08-21
1
-6
/
+24
|
\
\
|
*
|
mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULT
David Hildenbrand
2023-08-21
1
-6
/
+24
|
|
/
*
|
mm/gup: retire follow_hugetlb_page()
Peter Xu
2023-08-18
1
-19
/
+0
*
|
mm/gup: accelerate thp gup even for "pages != NULL"
Peter Xu
2023-08-18
1
-7
/
+44
*
|
mm/gup: cleanup next_page handling
Peter Xu
2023-08-18
1
-4
/
+3
*
|
mm/hugetlb: add page_mask for hugetlb_follow_page_mask()
Peter Xu
2023-08-18
1
-1
/
+2
*
|
mm/hugetlb: handle FOLL_DUMP well in follow_page_mask()
Peter Xu
2023-08-18
1
-7
/
+2
|
/
*
gup: make the stack expansion warning a bit more targeted
Linus Torvalds
2023-07-05
1
-10
/
+41
*
Merge branch 'expand-stack'
Linus Torvalds
2023-06-29
1
-3
/
+11
|
\
|
*
gup: add warning if some caller would seem to want stack expansion
Linus Torvalds
2023-06-27
1
-2
/
+10
|
*
mm: always expand the stack with the mmap write lock held
Linus Torvalds
2023-06-27
1
-3
/
+3
*
|
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-150
/
+256
|
\
\
|
*
|
mm/gup: do not return 0 from pin_user_pages_fast() for bad args
Jason Gunthorpe
2023-06-24
1
-1
/
+1
|
*
|
mm/gup.c: reorganize try_get_folio()
Vishal Moola (Oracle)
2023-06-20
1
-43
/
+43
|
*
|
mm: ptep_get() conversion
Ryan Roberts
2023-06-20
1
-9
/
+12
|
*
|
mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()
Hugh Dickins
2023-06-20
1
-15
/
+4
|
*
|
mm/various: give up if pte_offset_map[_lock]() fails
Hugh Dickins
2023-06-20
1
-3
/
+6
|
*
|
mm: use pmdp_get_lockless() without surplus barrier()
Hugh Dickins
2023-06-20
1
-5
/
+1
|
*
|
mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings
Lorenzo Stoakes
2023-06-10
1
-0
/
+101
|
*
|
mm/gup: disallow FOLL_LONGTERM GUP-nonfast writing to file-backed mappings
Lorenzo Stoakes
2023-06-10
1
-1
/
+43
|
*
|
mm/gup: remove vmas array from internal GUP functions
Lorenzo Stoakes
2023-06-10
1
-52
/
+31
[next]