index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-21
mm/alloc_tag: replace fixed-size early PFN array with dynamic linked list
Hao Ge
1
-6
/
+6
2026-06-08
mm/compaction: cap compact_gap() at COMPACT_CLUSTER_MAX
JP Kobryn
1
-1
/
+1
2026-06-08
mm/swap: remove redundant swap device reference in alloc/free
Youngjun Park
1
-32
/
+36
2026-06-08
mm/swap, PM: hibernate: fix swapoff race in uswsusp by pinning swap device
Youngjun Park
1
-16
/
+119
2026-06-08
mm/filemap: use folio_next_index() for start
tanze
1
-6
/
+3
2026-06-08
mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd()
Muchun Song
1
-1
/
+6
2026-06-08
userfaultfd: gate must_wait writability check on pte_present()
Kiryl Shutsemau (Meta)
1
-0
/
+20
2026-06-08
mm/huge_memory: preserve pmd_swp_uffd_wp on device-private PMD downgrade
Kiryl Shutsemau (Meta)
1
-0
/
+2
2026-06-08
mm/page_vma_mapped_walk: use ptep_get_lockless() for lockless access
Alexander Gordeev
1
-2
/
+7
2026-06-08
mm/page_alloc: fix deferred compaction accounting
fujunjie
1
-1
/
+2
2026-06-08
mm: use mapping_max_folio_order() for force_thp_readahead order
Usama Arif
1
-8
/
+22
2026-06-08
mm: bypass mmap_miss heuristic for VM_EXEC readahead
Usama Arif
1
-7
/
+7
2026-06-08
mm/compaction: respect cpusets when checking retry suitability
fujunjie
2
-7
/
+14
2026-06-08
mm/thp: clear deferred split shrinker bits when queues drain
Lance Yang
1
-1
/
+4
2026-06-08
mm: switch deferred split shrinker to list_lru
Johannes Weiner
7
-267
/
+148
2026-06-08
mm: memory: flatten alloc_anon_folio() retry loop
Johannes Weiner
1
-17
/
+17
2026-06-08
mm: list_lru: introduce folio_memcg_list_lru_alloc()
Johannes Weiner
1
-5
/
+34
2026-06-08
mm: list_lru: introduce caller locking for additions and deletions
Johannes Weiner
1
-31
/
+102
2026-06-08
mm: list_lru: deduplicate lock_list_lru()
Johannes Weiner
1
-12
/
+9
2026-06-08
mm: list_lru: move list dead check to lock_list_lru_of_memcg()
Johannes Weiner
1
-9
/
+8
2026-06-08
mm: list_lru: deduplicate unlock_list_lru()
Johannes Weiner
1
-20
/
+9
2026-06-08
mm: list_lru: lock_list_lru_of_memcg() cannot return NULL if !skip_empty
Johannes Weiner
1
-4
/
+1
2026-06-08
mm: list_lru: fix set_shrinker_bit() call during race with cgroup deletion
Johannes Weiner
1
-11
/
+15
2026-06-08
mm/nodemask: correctly describe nodemask operation return types
Joshua Hahn
1
-1
/
+1
2026-06-04
mm/migrate: find_mm_struct: fix race between security checks and suid exec
Oleg Nesterov
1
-4
/
+9
2026-06-04
mm: remove mentions of PageWriteback
Matthew Wilcox (Oracle)
3
-12
/
+12
2026-06-04
memcg: multi objcg charge support
Shakeel Butt
1
-58
/
+142
2026-06-04
memcg: int16_t for cached slab stats
Shakeel Butt
1
-13
/
+12
2026-06-04
memcg: uint16_t for nr_bytes in obj_stock_pcp
Shakeel Butt
1
-6
/
+19
2026-06-04
memcg: store node_id instead of pglist_data pointer
Shakeel Butt
1
-7
/
+19
2026-06-04
mm: shmem: refactor thpsize_shmem_enabled_show() with helper arrays
Ran Xiaokai
1
-12
/
+22
2026-06-04
mm: shmem: refactor thpsize_shmem_enabled_store() with sysfs_match_string()
Ran Xiaokai
1
-46
/
+59
2026-06-04
mm: make mmap_miss accounting symmetric for VM_SEQ_READ
Usama Arif
1
-2
/
+12
2026-06-04
mm/vmscan: unify writeback reclaim statistic and throttling
Kairui Song
1
-49
/
+43
2026-06-04
mm/vmscan: remove sc->unqueued_dirty
Kairui Song
1
-2
/
+0
2026-06-04
mm/vmscan: remove sc->file_taken
Kairui Song
1
-3
/
+0
2026-06-04
mm/mglru: remove no longer used reclaim argument for folio protection
Kairui Song
1
-7
/
+4
2026-06-04
mm/mglru: simplify and improve dirty writeback handling
Kairui Song
1
-25
/
+16
2026-06-04
mm/mglru: use the common routine for dirty/writeback reactivation
Kairui Song
1
-19
/
+0
2026-06-04
mm/mglru: remove redundant swap constrained check upon isolation
Kairui Song
1
-6
/
+0
2026-06-04
mm/mglru: don't abort scan immediately right after aging
Kairui Song
1
-3
/
+9
2026-06-04
mm/mglru: use a smaller batch for reclaim
Kairui Song
1
-1
/
+1
2026-06-04
mm/mglru: avoid reclaim type fall back when isolation makes no progress
Barry Song (Xiaomi)
1
-2
/
+7
2026-06-04
mm/mglru: scan and count the exact number of folios
Kairui Song
1
-29
/
+29
2026-06-04
mm/mglru: restructure the reclaim loop
Kairui Song
1
-36
/
+36
2026-06-04
mm/mglru: relocate the LRU scan batch limit to callers
Kairui Song
1
-7
/
+9
2026-06-04
mm/mglru: rename variables related to aging and rotation
Kairui Song
1
-7
/
+7
2026-06-04
mm/mglru: consolidate common code for retrieving evictable size
Kairui Song
1
-22
/
+14
2026-06-04
userfaultfd: make functions that are not used outside uffd static
Mike Rapoport (Microsoft)
1
-12
/
+12
2026-06-04
userfaultfd: merge fs/userfaultfd.c into mm/userfaultfd.c
Mike Rapoport (Microsoft)
1
-0
/
+2215
[next]