index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
huge_memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
mm: fix deferred split queue races during migration
Lance Yang
1
-5
/
+10
2026-03-10
mm/huge_memory: fix use of NULL folio in move_pages_huge_pmd()
Chris Down
1
-1
/
+2
2026-03-04
mm/huge_memory: fix a folio_split() race condition with folio_try_get()
Zi Yan
1
-4
/
+9
2026-02-24
mm: thp: deny THP for files on anonymous inodes
Deepanshu Kartikey
1
-0
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+4
2026-01-26
migrate: replace RMP_ flags with TTU_ flags
Matthew Wilcox (Oracle)
1
-4
/
+4
2026-01-13
simplify the callers of file_open_name()
Al Viro
1
-12
/
+3
2025-12-13
Merge tag 'mm-stable-2025-12-11-11-39' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-75
/
+90
2025-12-09
mm/huge_memory: fix folio split stats counting
Zi Yan
1
-5
/
+9
2025-12-09
mm/huge_memory: make min_order_for_split() always return an order
Zi Yan
1
-6
/
+19
2025-12-09
mm/huge_memory: replace can_split_folio() with direct refcount calculation
Zi Yan
1
-32
/
+20
2025-12-09
mm/huge_memory: change folio_split_supported() to folio_check_splittable()
Zi Yan
1
-33
/
+43
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-470
/
+738
2025-12-02
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-12
/
+21
2025-11-24
mm: softdirty: add pgtable_supports_soft_dirty()
Chunyan Zhang
1
-6
/
+7
2025-11-24
memcg: remove __lruvec_stat_mod_folio
Shakeel Butt
1
-2
/
+2
2025-11-24
mm/huge_memory.c: introduce folio_split_unmapped
Balbir Singh
1
-146
/
+202
2025-11-24
mm: thp: reparent the split queue during memcg offline
Qi Zheng
1
-0
/
+44
2025-11-24
mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
Muchun Song
1
-46
/
+41
2025-11-24
mm: thp: introduce folio_split_queue_lock and its variants
Muchun Song
1
-35
/
+84
2025-11-24
mm: thp: replace folio_memcg() with folio_memcg_charged()
Muchun Song
1
-1
/
+1
2025-11-24
mm: remove remaining is_swap_pmd() users and is_swap_pmd()
Lorenzo Stoakes
1
-2
/
+3
2025-11-24
mm: introduce pmd_is_huge() and use where appropriate
Lorenzo Stoakes
1
-1
/
+2
2025-11-24
mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
Lorenzo Stoakes
1
-49
/
+49
2025-11-24
mm/huge_memory: refactor change_huge_pmd() non-present logic
Lorenzo Stoakes
1
-33
/
+39
2025-11-24
mm/huge_memory: refactor copy_huge_pmd() non-present logic
Lorenzo Stoakes
1
-50
/
+59
2025-11-24
mm: avoid unnecessary use of is_swap_pmd()
Lorenzo Stoakes
1
-1
/
+3
2025-11-24
mm/huge_memory: merge uniform_split_supported() and non_uniform_split_support...
Wei Yang
1
-41
/
+30
2025-11-24
mm/huge_memory: introduce enum split_type for clarity
Wei Yang
1
-15
/
+15
2025-11-24
mm/huge_memory: fix kernel-doc comments for folio_split() and related
Zi Yan
1
-24
/
+28
2025-11-24
mm/huge_memory: only get folio_order() once during __folio_split()
Wei Yang
1
-9
/
+9
2025-11-24
mm/khugepaged: unify pmd folio installation with map_anon_folio_pmd()
Wei Yang
1
-4
/
+10
2025-11-24
mm/huge_memory: add pmd folio to ds_queue in do_huge_zero_wp_pmd()
Wei Yang
1
-1
/
+1
2025-11-24
mm/migrate_device: add THP splitting during migration
Balbir Singh
1
-21
/
+25
2025-11-24
mm/memory/fault: add THP fault handling for zone device private pages
Balbir Singh
1
-0
/
+38
2025-11-24
mm/huge_memory: implement device-private THP splitting
Balbir Singh
1
-12
/
+75
2025-11-24
mm/rmap: extend rmap and migration support device-private entries
Balbir Singh
1
-1
/
+22
2025-11-24
mm/huge_memory: add device-private THP support to PMD operations
Balbir Singh
1
-9
/
+47
2025-11-24
Merge branch 'mm-hotfixes-stable' into mm-stable in order to merge
Andrew Morton
1
-12
/
+10
2025-11-24
mm/huge_memory: fix NULL pointer deference when splitting folio
Wei Yang
1
-12
/
+10
2025-11-19
mm: add spurious fault fixing support for huge pmd
Huang Ying
1
-12
/
+21
2025-11-16
treewide: include linux/pgalloc.h instead of asm/pgalloc.h
Harry Yoo
1
-1
/
+1
2025-11-16
mm/huge_memory: optimize old_order derivation during folio splitting
Wei Yang
1
-5
/
+8
2025-11-16
mm/huge_memory: optimize and simplify folio stat update after split
Wei Yang
1
-14
/
+4
2025-11-16
mm/huge_memory: update folio stat after successful split
Wei Yang
1
-33
/
+11
2025-11-16
mm/huge_memory: avoid reinvoking folio_test_anon()
Wei Yang
1
-3
/
+4
2025-11-16
mm: huge_memory: use folio_can_map_prot_numa() for pmd folio
Kefeng Wang
1
-14
/
+3
2025-11-16
mm/userfaultfd: don't lock anon_vma when performing UFFDIO_MOVE
Lokesh Gidra
1
-21
/
+1
[next]