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