index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
mm: add an explicit smp_wmb() to UFFDIO_CONTINUE
James Houghton
2024-03-12
2
-4
/
+22
|
*
|
|
|
mm: fix list corruption in put_pages_list
Matthew Wilcox (Oracle)
2024-03-12
1
-2
/
+2
|
*
|
|
|
mm: remove folio from deferred split list before uncharging it
Matthew Wilcox (Oracle)
2024-03-12
2
-0
/
+9
|
*
|
|
|
filemap: avoid unnecessary major faults in filemap_fault()
ZhangPeng
2024-03-06
1
-0
/
+46
|
*
|
|
|
mm,page_owner: drop unnecessary check
Oscar Salvador
2024-03-06
1
-2
/
+1
|
*
|
|
|
mm,page_owner: check for null stack_record before bumping its refcount
Oscar Salvador
2024-03-06
1
-2
/
+7
|
*
|
|
|
mm: swap: fix race between free_swap_and_cache() and swapoff()
Ryan Roberts
2024-03-06
1
-1
/
+12
|
*
|
|
|
mm/kasan: use pXd_leaf() in shadow_mapped()
Peter Xu
2024-03-06
1
-9
/
+2
|
*
|
|
|
mm/zswap: global lru and shrinker shared by all zswap_pools fix
Chengming Zhou
2024-03-06
1
-39
/
+38
|
*
|
|
|
mm: memory: fix shift-out-of-bounds in fault_around_bytes_set
Kefeng Wang
2024-03-06
1
-1
/
+2
|
*
|
|
|
mm: page_alloc: use div64_ul() instead of do_div()
Thorsten Blum
2024-03-06
1
-1
/
+1
|
*
|
|
|
mm/mempolicy: use a folio in do_mbind()
Matthew Wilcox (Oracle)
2024-03-06
1
-7
/
+8
|
*
|
|
|
mm: make folio_pte_batch available outside of mm/memory.c
Barry Song
2024-03-06
2
-76
/
+93
|
*
|
|
|
mm: constify more page/folio tests
Matthew Wilcox (Oracle)
2024-03-06
1
-2
/
+2
|
*
|
|
|
mm: make dump_page() take a const argument
Matthew Wilcox (Oracle)
2024-03-06
1
-1
/
+1
|
*
|
|
|
mm: add __dump_folio()
Matthew Wilcox (Oracle)
2024-03-06
1
-55
/
+73
|
*
|
|
|
hugetlb: parallelize 1G hugetlb initialization
Gang Li
2024-03-06
1
-8
/
+43
|
*
|
|
|
hugetlb: parallelize 2M hugetlb allocation and initialization
Gang Li
2024-03-06
1
-17
/
+56
|
*
|
|
|
Author: Gang Li padata: dispatch works on
Gang Li Subject: padata: dispatch works on
2024-03-06
1
-0
/
+1
|
*
|
|
|
hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_alloc
Gang Li
2024-03-06
1
-10
/
+12
|
*
|
|
|
hugetlb: split hugetlb_hstate_alloc_pages
Gang Li
2024-03-06
1
-44
/
+43
|
*
|
|
|
hugetlb: code clean for hugetlb_hstate_alloc_pages
Gang Li
2024-03-06
1
-17
/
+29
|
*
|
|
|
mm/zsmalloc: don't need to reserve LSB in handle
Chengming Zhou
2024-03-05
1
-4
/
+1
|
*
|
|
|
mm/memory.c: do_numa_page(): remove a redundant page table read
John Hubbard
2024-03-05
1
-6
/
+6
|
*
|
|
|
mm: add alloc_contig_migrate_range allocation statistics
Richard Chang
2024-03-05
3
-7
/
+30
|
*
|
|
|
mm: use folio more widely in __split_huge_page
Matthew Wilcox (Oracle)
2024-03-05
1
-10
/
+11
|
*
|
|
|
mm: convert free_swap_cache() to take a folio
Matthew Wilcox (Oracle)
2024-03-05
3
-8
/
+8
|
*
|
|
|
mm: use a folio in __collapse_huge_page_copy_succeeded()
Matthew Wilcox (Oracle)
2024-03-05
1
-16
/
+14
|
*
|
|
|
mm: convert free_pages_and_swap_cache() to use folios_put()
Matthew Wilcox (Oracle)
2024-03-05
1
-8
/
+13
|
*
|
|
|
mm: remove free_unref_page_list()
Matthew Wilcox (Oracle)
2024-03-05
2
-19
/
+0
|
*
|
|
|
memcg: remove mem_cgroup_uncharge_list()
Matthew Wilcox (Oracle)
2024-03-05
1
-19
/
+0
|
*
|
|
|
mm: free folios directly in move_folios_to_lru()
Matthew Wilcox (Oracle)
2024-03-05
1
-20
/
+12
|
*
|
|
|
mm: free folios in a batch in shrink_folio_list()
Matthew Wilcox (Oracle)
2024-03-05
1
-11
/
+9
|
*
|
|
|
mm: allow non-hugetlb large folios to be batch processed
Matthew Wilcox (Oracle)
2024-03-05
1
-2
/
+3
|
*
|
|
|
mm: handle large folios in free_unref_folios()
Matthew Wilcox (Oracle)
2024-03-05
1
-8
/
+17
|
*
|
|
|
mm: use __page_cache_release() in folios_put()
Matthew Wilcox (Oracle)
2024-03-05
1
-33
/
+29
|
*
|
|
|
mm: use free_unref_folios() in put_pages_list()
Matthew Wilcox (Oracle)
2024-03-05
1
-7
/
+10
|
*
|
|
|
mm: remove use of folio list from folios_put()
Matthew Wilcox (Oracle)
2024-03-05
1
-7
/
+12
|
*
|
|
|
memcg: add mem_cgroup_uncharge_folios()
Matthew Wilcox (Oracle)
2024-03-05
1
-0
/
+13
|
*
|
|
|
mm: use folios_put() in __folio_batch_release()
Matthew Wilcox (Oracle)
2024-03-05
1
-2
/
+1
|
*
|
|
|
mm: add free_unref_folios()
Matthew Wilcox (Oracle)
2024-03-05
2
-25
/
+39
|
*
|
|
|
mm: convert free_unref_page_list() to use folios
Matthew Wilcox (Oracle)
2024-03-05
1
-18
/
+20
|
*
|
|
|
mm: make folios_put() the basis of release_pages()
Matthew Wilcox (Oracle)
2024-03-05
2
-43
/
+60
|
*
|
|
|
mm/khugepaged: keep mm in mm_slot without MMF_DISABLE_THP check
Lance Yang
2024-03-05
1
-3
/
+3
|
*
|
|
|
mm/memfd: refactor memfd_tag_pins() and memfd_wait_for_pins()
David Hildenbrand
2024-03-05
1
-29
/
+18
|
*
|
|
|
mm: huge_memory: enable debugfs to split huge pages to any order
Zi Yan
2024-03-05
1
-12
/
+22
|
*
|
|
|
mm: thp: split huge page to any lower order pages
Zi Yan
2024-03-05
1
-24
/
+83
|
*
|
|
|
mm: page_owner: add support for splitting to any order in split page_owner
Zi Yan
2024-03-05
3
-7
/
+6
|
*
|
|
|
mm: memcg: make memcg huge page split support any order split
Zi Yan
2024-03-05
3
-8
/
+9
|
*
|
|
|
mm/page_owner: use order instead of nr in split_page_owner()
Zi Yan
2024-03-05
3
-4
/
+5
[prev]
[next]