index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-13
slab: use memdesc_flags_t
Matthew Wilcox (Oracle)
2
-10
/
+10
2025-09-13
mm: introduce memdesc_nid()
Matthew Wilcox (Oracle)
1
-3
/
+3
2025-09-13
mm: convert page_to_section() to memdesc_section()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-09-13
mm: introduce memdesc_flags_t
Matthew Wilcox (Oracle)
8
-34
/
+34
2025-09-13
mm/damon/Kconfig: make DAMON_STAT_ENABLED_DEFAULT depend on DAMON_STAT
Enze Li
1
-1
/
+1
2025-09-13
mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISED
David Hildenbrand
3
-5
/
+8
2025-09-13
mm/huge_memory: convert "tva_flags" to "enum tva_type"
David Hildenbrand
3
-21
/
+18
2025-09-13
prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
David Hildenbrand
1
-1
/
+1
2025-09-13
mm: readahead: improve mmap_miss heuristic for concurrent faults
Roman Gushchin
1
-3
/
+11
2025-09-13
mm/page_alloc: remove redundant pcp->free_count initialization in per_cpu_pages_init()
Ye Liu
1
-1
/
+0
2025-09-13
mm: fix typos in VMA comments
Ye Liu
2
-2
/
+2
2025-09-13
mm/page_alloc: simplify lowmem_reserve max calculation
Ye Liu
1
-6
/
+3
2025-09-13
mm/page_alloc: only set ALLOC_HIGHATOMIC for __GPF_HIGH allocations
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2025-09-13
memcg: optimize exit to user space
Thomas Gleixner
1
-5
/
+2
2025-09-13
userfaultfd: opportunistic TLB-flush batching for present pages in MOVE
Lokesh Gidra
1
-72
/
+148
2025-09-13
mm/swapfile.c: introduce function alloc_swap_scan_list()
Chris Li
1
-39
/
+47
2025-09-13
mm/zswap: store <PAGE_SIZE compression failed page as-is
SeongJae Park
1
-4
/
+49
2025-09-13
mm: remove redundant __GFP_NOWARN
Qianfeng Rong
5
-6
/
+6
2025-09-13
mm: convert core mm to mm_flags_*() accessors
Lorenzo Stoakes
8
-52
/
+52
2025-09-13
mm: add persistent huge zero folio
Pankaj Raghav
2
-10
/
+46
2025-09-13
mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIO
Pankaj Raghav
1
-3
/
+3
2025-09-13
mm: rename huge_zero_page to huge_zero_folio
Pankaj Raghav
1
-17
/
+17
2025-09-13
mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
David Hildenbrand
2
-2
/
+12
2025-09-13
mm: introduce and use vm_normal_page_pud()
David Hildenbrand
2
-10
/
+29
2025-09-13
mm/memory: factor out common code from vm_normal_page_*()
David Hildenbrand
1
-77
/
+109
2025-09-13
mm/memory: convert print_bad_pte() to print_bad_page_map()
David Hildenbrand
1
-20
/
+84
2025-09-13
mm/rmap: convert "enum rmap_level" to "enum pgtable_level"
David Hildenbrand
1
-25
/
+31
2025-09-13
mm/huge_memory: mark PMD mappings of the huge zero folio special
David Hildenbrand
2
-7
/
+16
2025-09-13
mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
David Hildenbrand
1
-3
/
+5
2025-09-13
mm/huge_memory: move more common code into insert_pud()
David Hildenbrand
1
-23
/
+13
2025-09-13
mm/huge_memory: move more common code into insert_pmd()
David Hildenbrand
1
-48
/
+24
2025-09-13
treewide: remove MIGRATEPAGE_SUCCESS
David Hildenbrand
3
-24
/
+22
2025-09-13
mm/migrate: remove MIGRATEPAGE_UNMAP
David Hildenbrand
1
-23
/
+22
2025-09-13
mm/mincore: use a helper for checking the swap cache
Kairui Song
1
-41
/
+49
2025-09-13
mm/mincore, swap: consolidate swap cache checking for mincore
Kairui Song
3
-50
/
+27
2025-09-13
mm/kasan/init.c: remove unnecessary pointer variables
Xichao Zhao
1
-3
/
+1
2025-09-13
mm/damon/vaddr: support stat-purpose DAMOS filters
Yueyang Pan
1
-1
/
+102
2025-09-13
mm/damon/paddr: move filters existence check function to ops-common
Yueyang Pan
3
-10
/
+12
2025-09-13
mm/damon/core: skip needless update of damon_attrs in damon_commit_ctx()
Bijan Tabatabai
1
-3
/
+22
2025-09-13
mm/rmap: do __folio_mod_stat() in __folio_add_rmap()
Wei Yang
1
-36
/
+31
2025-09-13
mm/nommu: convert kobjsize() to folios
Sidhartha Kumar
1
-7
/
+7
2025-09-13
mm/slub: allow to set node and align in k[v]realloc
Vitaly Wool
1
-14
/
+45
2025-09-13
mm/vmalloc: allow to set node and align in vrealloc
Vitaly Wool
2
-6
/
+26
2025-09-13
mm, swap: prefer nonfull over free clusters
Kairui Song
1
-10
/
+28
2025-09-13
mm, swap: remove fragment clusters counter
Kairui Song
1
-7
/
+0
2025-09-13
mm, swap: only scan one cluster in fragment list
Kairui Song
1
-15
/
+8
2025-09-13
mm: change vma_start_read() to drop RCU lock on failure
Suren Baghdasaryan
1
-39
/
+45
2025-09-13
mm: limit the scope of vma_start_read()
Suren Baghdasaryan
1
-0
/
+85
2025-09-13
mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
Ye Liu
3
-3
/
+3
2025-09-13
mm: memory-tiering: fix PGPROMOTE_CANDIDATE counting
Ruan Shiyang
1
-0
/
+1
[prev]
[next]