index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
ksm.c
Age
Commit message (
Expand
)
Author
30 hours
mm/ksm: fix advisor_min_pages_to_scan description
Jinjiang Tu
30 hours
mm/ksm: mark migration stores with WRITE_ONCE()
Chengfeng Ye
2026-08-24
ksm: update comments and docs to reference folio->mapping
Hongfu Li
2026-08-24
mm/ksm: avoid missing ksmd wakeups in ksm_enter
Longlong Xia
2026-08-24
mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
Lorenzo Stoakes (ARM)
2026-08-06
ksm: stop iterating VMAs when ksm_test_exit returns true
Wang Wensheng
2026-08-06
mm/mm_slot.h: add a helper function mm_slot_remove
xu xin
2026-08-04
mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
Lorenzo Stoakes
2026-08-04
mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
Lorenzo Stoakes
2026-08-04
ksm: use precise linear_page_index instead of the whole address space
xu xin
2026-08-04
mm/ksm: initialize the addr only once in collect_procs_ksm
xu xin
2026-08-04
ksm: optimize rmap_walk_ksm by passing a suitable page index
xu xin
2026-08-04
ksm: add linear_page_index into ksm_rmap_item
xu xin
2026-07-28
mm: remove PageTransCompound()
Kefeng Wang
2026-04-05
mm: convert do_brk_flags() to use vma_flags_t
Lorenzo Stoakes (Oracle)
2026-04-05
ksm: initialize the addr only once in rmap_walk_ksm
xu xin
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-12-23
mm/ksm: fix pte_unmap_unlock of wrong address in break_ksm_pmd_entry
Sasha Levin
2025-11-24
mm: eliminate further swapops predicates
Lorenzo Stoakes
2025-11-16
ksm: replace function unmerge_ksm_pages with break_ksm
Pedro Demarchi Gomes
2025-11-16
ksm: perform a range-walk in break_ksm
Pedro Demarchi Gomes
2025-11-16
Revert "mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walk"
Pedro Demarchi Gomes
2025-11-16
mm/ksm: fix exec/fork inheritance support for prctl
xu xin
2025-11-16
mm: fix some typos in mm module
jianyun.gao
2025-11-09
ksm: use range-walk function to jump over holes in scan_get_next_rmap_item
Pedro Demarchi Gomes
2025-10-03
mm/ksm: cleanup mm_slot_entry() invocation
Wei Yang
2025-09-28
mm/ksm: get mm_slot by mm_slot_entry() when slot is !NULL
Wei Yang
2025-09-23
ksm: use a folio inside cmp_and_merge_page()
Matthew Wilcox (Oracle)
2025-09-13
mm: convert core mm to mm_flags_*() accessors
Lorenzo Stoakes
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-07-19
mm/ksm: fix -Wsometimes-uninitialized from clang-21 in advisor_mode_show()
Nathan Chancellor
2025-07-13
mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
David Hildenbrand
2025-07-09
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
2025-07-09
mm: prevent KSM from breaking VMA merging for new VMAs
Lorenzo Stoakes
2025-07-09
mm: ksm: refer to special VMAs via VM_SPECIAL in ksm_compatible()
Lorenzo Stoakes
2025-07-09
mm: ksm: have KSM VMA checks not require a VMA pointer
Lorenzo Stoakes
2025-03-16
mm/ksm: handle device-exclusive entries correctly in write_protect_page()
David Hildenbrand
2025-01-25
ksm: add ksm involvement information for each process
xu xin
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-11-07
mm: mass constification of folio/page pointers
Matthew Wilcox (Oracle)
2024-11-07
mm: renovate page_address_in_vma()
Matthew Wilcox (Oracle)
2024-11-06
mm: remove unused hugepage for vma_alloc_folio()
Kefeng Wang
2024-11-06
mm: remove PageKsm()
Matthew Wilcox (Oracle)
2024-11-06
ksm: convert should_skip_rmap_item() to take a folio
Matthew Wilcox (Oracle)
2024-11-06
ksm: convert cmp_and_merge_page() to use a folio
Matthew Wilcox (Oracle)
2024-11-06
ksm: use a folio in try_to_merge_one_page()
Matthew Wilcox (Oracle)
2024-11-05
mm: move mm flags to mm_types.h
Nanyong Sun
2024-09-03
mm: remove PageSwapCache
Matthew Wilcox (Oracle)
2024-09-01
mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walk
David Hildenbrand
[next]