index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-03-13
mm: recover pud_leaf() definitions in nopmd case
Peter Xu
2024-03-12
selftests/mm: skip the hugetlb-madvise tests on unmet hugepage requirements
Nico Pache
2024-03-12
selftests/mm: skip uffd hugetlb tests with insufficient hugepages
Nico Pache
2024-03-12
selftests/mm: dont fail testsuite due to a lack of hugepages
Nico Pache
2024-03-12
mm/huge_memory: skip invalid debugfs new_order input for folio split
Zi Yan
2024-03-12
mm/huge_memory: check new folio order when split a folio
Zi Yan
2024-03-12
mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failure
Byungchul Park
2024-03-12
mm: add an explicit smp_wmb() to UFFDIO_CONTINUE
James Houghton
2024-03-12
mm: fix list corruption in put_pages_list
Matthew Wilcox (Oracle)
2024-03-12
mm: remove folio from deferred split list before uncharging it
Matthew Wilcox (Oracle)
2024-03-06
filemap: avoid unnecessary major faults in filemap_fault()
ZhangPeng
2024-03-06
mm,page_owner: drop unnecessary check
Oscar Salvador
2024-03-06
mm,page_owner: check for null stack_record before bumping its refcount
Oscar Salvador
2024-03-06
mm: swap: fix race between free_swap_and_cache() and swapoff()
Ryan Roberts
2024-03-06
mm/treewide: align up pXd_leaf() retval across archs
Peter Xu
2024-03-06
mm/treewide: drop pXd_large()
Peter Xu
2024-03-06
mm/treewide: replace pud_large() with pud_leaf()
Peter Xu
2024-03-06
mm/treewide: replace pmd_large() with pmd_leaf()
Peter Xu
2024-03-06
mm/kasan: use pXd_leaf() in shadow_mapped()
Peter Xu
2024-03-06
mm/x86: drop two unnecessary pud_leaf() definitions
Peter Xu
2024-03-06
mm/x86: replace pgd_large() with pgd_leaf()
Peter Xu
2024-03-06
mm/x86: replace p4d_large() with p4d_leaf()
Peter Xu
2024-03-06
mm/powerpc: replace pXd_is_leaf() with pXd_leaf()
Peter Xu
2024-03-06
mm/powerpc: define pXd_large() with pXd_leaf()
Peter Xu
2024-03-06
mm/zswap: global lru and shrinker shared by all zswap_pools fix
Chengming Zhou
2024-03-06
mm: memory: fix shift-out-of-bounds in fault_around_bytes_set
Kefeng Wang
2024-03-06
s390: supplement for ptdesc conversion
Qi Zheng
2024-03-06
mm: pgtable: add missing pt_index to struct ptdesc
Qi Zheng
2024-03-06
mm: pgtable: correct the wrong comment about ptdesc->__page_flags
Qi Zheng
2024-03-06
mm: page_alloc: use div64_ul() instead of do_div()
Thorsten Blum
2024-03-06
mm/mempolicy: use a folio in do_mbind()
Matthew Wilcox (Oracle)
2024-03-06
mm: make folio_pte_batch available outside of mm/memory.c
Barry Song
2024-03-06
mm: remove cast from page_to_nid()
Matthew Wilcox (Oracle)
2024-03-06
mm: constify more page/folio tests
Matthew Wilcox (Oracle)
2024-03-06
mm: constify testing page/folio flags
Matthew Wilcox (Oracle)
2024-03-06
mm: make dump_page() take a const argument
Matthew Wilcox (Oracle)
2024-03-06
mm: add __dump_folio()
Matthew Wilcox (Oracle)
2024-03-06
mm: remove PageYoung and PageIdle definitions
Matthew Wilcox (Oracle)
2024-03-06
mm: remove PageWaiters, PageSetWaiters and PageClearWaiters
Matthew Wilcox (Oracle)
2024-03-06
mm: separate out FOLIO_FLAGS from PAGEFLAGS
Matthew Wilcox (Oracle)
2024-03-06
hugetlb: parallelize 1G hugetlb initialization
Gang Li
2024-03-06
hugetlb: parallelize 2M hugetlb allocation and initialization
Gang Li
2024-03-06
hugetlb: have CONFIG_HUGETLBFS select CONFIG_PADATA
Gang Li
2024-03-06
padata: downgrade padata_do_multithreaded to serial execution for non-SMP
Gang Li
2024-03-06
Author: Gang Li padata: dispatch works on
Gang Li Subject: padata: dispatch works on
2024-03-06
hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_alloc
Gang Li
2024-03-06
hugetlb: split hugetlb_hstate_alloc_pages
Gang Li
2024-03-06
hugetlb: code clean for hugetlb_hstate_alloc_pages
Gang Li
2024-03-04
mm/zsmalloc: don't need to reserve LSB in handle
Chengming Zhou
2024-03-04
mm/memory.c: do_numa_page(): remove a redundant page table read
John Hubbard
[next]