index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
gup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-12
mm/gup: avoid an unnecessary allocation call for FOLL_LONGTERM cases
John Hubbard
1
-39
/
+77
2024-10-30
mm/gup: stop leaking pinned pages in low memory conditions
John Hubbard
1
-14
/
+19
2024-09-26
mm/hugetlb: simplify refs in memfd_alloc_folio
Steve Sistare
1
-3
/
+1
2024-09-26
mm/gup: fix memfd_pin_folios alloc race panic
Steve Sistare
1
-0
/
+1
2024-09-26
mm/hugetlb: fix memfd_pin_folios free_huge_pages leak
Steve Sistare
1
-1
/
+3
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-42
/
+26
2024-09-17
mm/gup: detect huge pfnmap entries in gup-fast
Peter Xu
1
-0
/
+6
2024-09-11
mm: release number of pages of a folio
Kundan Kumar
1
-0
/
+13
2024-09-09
mm: migrate_device: convert to migrate_device_coherent_folio()
Kefeng Wang
1
-1
/
+1
2024-09-01
mm: remove follow_page()
David Hildenbrand
1
-23
/
+1
2024-09-01
mm/gup: convert to arch_make_folio_accessible()
David Hildenbrand
1
-3
/
+5
2024-09-01
mm: remove foll_flags in __get_user_pages
Josef Bacik
1
-6
/
+4
2024-09-01
mm: cleanup flags usage in faultin_page
Josef Bacik
1
-10
/
+10
2024-07-12
mm: remove CONFIG_ARCH_HAS_HUGEPD
Christophe Leroy
1
-189
/
+5
2024-07-12
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
1
-1
/
+1
2024-07-12
mm/gup: introduce memfd_pin_folios() for pinning memfd folios
Vivek Kasireddy
1
-0
/
+139
2024-07-12
mm/gup: introduce check_and_migrate_movable_folios()
Vivek Kasireddy
1
-47
/
+77
2024-07-12
mm/gup: introduce unpin_folio/unpin_folios helpers
Vivek Kasireddy
1
-0
/
+47
2024-07-06
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix
Andrew Morton
1
-137
/
+154
2024-07-06
mm: gup: stop abusing try_grab_folio
Yang Shi
1
-136
/
+153
2024-07-03
mm: page_ref: remove folio_try_get_rcu()
Yang Shi
1
-1
/
+1
2024-07-03
mm: remove page_mkclean()
Kefeng Wang
1
-1
/
+1
2024-07-03
mm: introduce pmd|pte_needs_soft_dirty_wp helpers for softdirty write-protect
Barry Song
1
-2
/
+2
2024-05-07
mm/gup: fix hugepd handling in hugetlb rework
Peter Xu
1
-25
/
+39
2024-05-05
gup: use folios for gup_devmap
Matthew Wilcox (Oracle)
1
-9
/
+8
2024-05-05
mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-04-25
mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
David Hildenbrand
1
-5
/
+5
2024-04-25
mm/gup: consistently name GUP-fast functions
David Hildenbrand
1
-102
/
+103
2024-04-25
mm/gup: handle hugetlb in the generic follow_page_mask code
Peter Xu
1
-10
/
+5
2024-04-25
mm/gup: handle hugepd for follow_page()
Peter Xu
1
-106
/
+163
2024-04-25
mm/gup: handle huge pmd for follow_pmd_mask()
Peter Xu
1
-6
/
+98
2024-04-25
mm/gup: handle huge pud for follow_pud_mask()
Peter Xu
1
-3
/
+67
2024-04-25
mm/gup: cache *pudp in follow_pud_mask()
Peter Xu
1
-8
/
+9
2024-04-25
mm/gup: handle hugetlb for no_page_table()
Peter Xu
1
-18
/
+26
2024-04-25
mm/gup: refactor record_subpages() to find 1st small page
Peter Xu
1
-11
/
+14
2024-04-25
mm/gup: drop gup_fast_folio_allowed() in hugepd processing
Peter Xu
1
-5
/
+8
2024-04-25
mm: merge folio_is_secretmem() and folio_fast_pin_allowed() into gup_fast_fol...
David Hildenbrand
1
-20
/
+28
2024-04-25
mm: record the migration reason for struct migration_target_control
Baolin Wang
1
-0
/
+1
2024-04-25
mm/treewide: replace pXd_huge() with pXd_leaf()
Peter Xu
1
-2
/
+2
2024-04-25
mm/gup: merge pXd huge mapping checks
Peter Xu
1
-4
/
+3
2024-04-25
mm/gup: check p4d presence before going on
Peter Xu
1
-2
/
+2
2024-04-25
mm/gup: cache p4d in follow_p4d_mask()
Peter Xu
1
-6
/
+7
2024-04-16
mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properly
David Hildenbrand
1
-22
/
+32
2024-03-29
mm: clean up populate_vma_page_range() FOLL_* flag handling
Linus Torvalds
1
-6
/
+8
2023-12-29
mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()
David Hildenbrand
1
-1
/
+1
2023-12-10
mm/gup: fix follow_devmap_p[mu]d() on page==NULL handling
Peter Xu
1
-0
/
+2
2023-10-18
mm/gup: make failure to pin an error if FOLL_NOWAIT not specified
Lorenzo Stoakes
1
-0
/
+11
2023-10-18
mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCH
Lorenzo Stoakes
1
-3
/
+2
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2023-08-24
secretmem: convert page_is_secretmem() to folio_is_secretmem()
Matthew Wilcox (Oracle)
1
-1
/
+1
[next]