index
:
pub/scm/linux/kernel/git/song/linux.git
master
Song Liu's fork of linux.git
Song Liu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-27
Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-39
/
+101
2026-08-24
mm: update print_bad_page_map() to show anon index if appropriate
Lorenzo Stoakes (ARM)
1
-3
/
+10
2026-08-24
mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
Lorenzo Stoakes (ARM)
1
-13
/
+12
2026-08-24
mm: standardize printing for pgtable entries
David Hildenbrand (Arm)
1
-23
/
+79
2026-08-20
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-100
/
+228
2026-08-06
mm/memory: batch set uffd-wp markers during zapping
Dev Jain
1
-36
/
+25
2026-08-06
mm/memory: move pte_install_uffd_wp_if_needed() into memory.c
Dev Jain
1
-0
/
+60
2026-08-05
mm: fix incorrect flush address in direct page table reclaim
Andy Lutomirski
1
-1
/
+1
2026-08-04
mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
Lorenzo Stoakes
1
-12
/
+13
2026-08-04
mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
Lorenzo Stoakes
1
-1
/
+1
2026-08-04
mm/rmap: parameterise vma_interval_tree_*() by address_space
Lorenzo Stoakes
1
-4
/
+4
2026-08-04
userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
Kiryl Shutsemau (Meta)
1
-2
/
+25
2026-08-04
mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
Kiryl Shutsemau (Meta)
1
-2
/
+29
2026-08-04
mm: preserve RWP marker across PTE rewrites
Kiryl Shutsemau (Meta)
1
-9
/
+57
2026-08-04
mm: rename uffd-wp PTE accessors to uffd
Kiryl Shutsemau (Meta)
1
-17
/
+17
2026-08-04
mm: clarify the folio_free_swap() for do_swap_page()
Barry Song (Xiaomi)
1
-12
/
+8
2026-08-04
mm: entirely remove lru_add_drain in do_swap_page
Barry Song (Xiaomi)
1
-10
/
+0
2026-08-04
mm: drop stale folio_ref_count()==1 check in do_swap_page reuse logic
Barry Song (Xiaomi)
1
-6
/
+3
2026-08-04
mm: avoid unnecessary lru drain for wp_can_reuse_anon_folio()
Barry Song (Xiaomi)
1
-3
/
+7
2026-07-30
mm: extract mm_prepare_for_swap_entries() helper
Usama Arif
1
-8
/
+1
2026-07-28
mm: cleanup clear_not_present_full_ptes() and rename to clear_non_present_ptes()
David Hildenbrand (Arm)
1
-1
/
+1
2026-06-21
mm: use mapping_mapped to simplify the code
Huang Shijie
1
-2
/
+2
2026-06-08
mm: switch deferred split shrinker to list_lru
Johannes Weiner
1
-0
/
+4
2026-06-08
mm: memory: flatten alloc_anon_folio() retry loop
Johannes Weiner
1
-17
/
+17
2026-06-04
mm: remove mentions of PageWriteback
Matthew Wilcox (Oracle)
1
-10
/
+10
2026-06-02
mm, swap: merge zeromap into swap table
Kairui Song
1
-9
/
+2
2026-06-02
mm, swap: unify large folio allocation
Kairui Song
1
-64
/
+16
2026-05-28
mm: remove page_mapped()
David Hildenbrand (Arm)
1
-1
/
+1
2026-05-28
mm/memory: update stale locking comments for fault handlers
Aditya Sharma
1
-26
/
+29
2026-05-13
mm/memory: fix spurious warning when unmapping device-private/exclusive pages
Alistair Popple
1
-1
/
+1
2026-05-13
mm: fix __vm_normal_page() to handle missing support for pmd_special()/pud_sp...
David Hildenbrand (Arm)
1
-3
/
+19
2026-04-05
mm: on remap assert that input range within the proposed VMA
Lorenzo Stoakes (Oracle)
1
-0
/
+3
2026-04-05
mm: add mmap_action_map_kernel_pages[_full]()
Lorenzo Stoakes (Oracle)
1
-4
/
+38
2026-04-05
mm: add mmap_action_simple_ioremap()
Lorenzo Stoakes (Oracle)
1
-25
/
+60
2026-04-05
mm: various small mmap_prepare cleanups
Lorenzo Stoakes (Oracle)
1
-16
/
+29
2026-04-05
mm/memory: fix PMD/PUD checks in follow_pfnmap_start()
David Hildenbrand (Arm)
1
-3
/
+15
2026-04-05
mm: introduce is_pmd_order helper
Nico Pache
1
-1
/
+1
2026-04-05
mm: consolidate anonymous folio PTE mapping into helpers
Nico Pache
1
-20
/
+41
2026-04-05
mm: rename VMA flag helpers to be more readable
Lorenzo Stoakes (Oracle)
1
-1
/
+1
2026-04-05
mm/memory: support VM_MIXEDMAP in zap_special_vma_range()
David Hildenbrand (Arm)
1
-2
/
+2
2026-04-05
mm: rename zap_vma_ptes() to zap_special_vma_range()
David Hildenbrand (Arm)
1
-9
/
+7
2026-04-05
mm: rename zap_page_range_single() to zap_vma_range()
David Hildenbrand (Arm)
1
-7
/
+7
2026-04-05
mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
David Hildenbrand (Arm)
1
-10
/
+13
2026-04-05
mm/memory: inline unmap_page_range() into __zap_vma_range()
David Hildenbrand (Arm)
1
-20
/
+12
2026-04-05
mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
David Hildenbrand (Arm)
1
-4
/
+9
2026-04-05
mm/memory: convert details->even_cows into details->skip_cows
David Hildenbrand (Arm)
1
-6
/
+6
2026-04-05
mm/memory: move adjusting of address range to unmap_vmas()
David Hildenbrand (Arm)
1
-35
/
+23
2026-04-05
mm/memory: rename unmap_single_vma() to __zap_vma_range()
David Hildenbrand (Arm)
1
-3
/
+3
2026-04-05
mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()
David Hildenbrand (Arm)
1
-4
/
+32
2026-04-05
mm/memory: simplify calculation in unmap_mapping_range_tree()
David Hildenbrand (Arm)
1
-7
/
+5
[next]