index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
ksm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-30
mm: fix some typos in mm module
jianyun.gao
1
-1
/
+1
2026-01-02
mm/ksm: fix exec/fork inheritance support for prctl
xu xin
1
-3
/
+17
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
2024-07-24
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2024-07-19
mm: add MAP_DROPPABLE for designating always lazily freeable mappings
Jason A. Donenfeld
1
-1
/
+1
2024-07-06
mm: move memory_failure_queue() into copy_mc_[user]_highpage()
Kefeng Wang
1
-1
/
+0
2024-07-04
mm/ksm: optimize the chain()/chain_prune() interfaces
Chengming Zhou
1
-125
/
+27
2024-07-04
mm/ksm: don't waste time searching stable tree for fast changing page
Chengming Zhou
1
-15
/
+17
2024-07-04
mm/ksm: refactor out try_to_merge_with_zero_page()
Chengming Zhou
1
-30
/
+40
2024-07-03
mm: ksm: drop KSM_KMEM_CACHE()
Kefeng Wang
1
-7
/
+3
2024-06-05
mm/ksm: fix ksm_zero_pages accounting
Chengming Zhou
1
-6
/
+5
2024-06-05
mm/ksm: fix ksm_pages_scanned accounting
Chengming Zhou
1
-4
/
+2
2024-05-24
mm/ksm: fix possible UAF of stable_node
Chengming Zhou
1
-1
/
+2
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-143
/
+148
2024-05-05
mm/memory-failure: pass the folio to collect_procs_ksm()
Matthew Wilcox (Oracle)
1
-3
/
+2
2024-05-05
mm/ksm: remove page_mapcount() usage in stable_tree_search()
David Hildenbrand
1
-5
/
+8
2024-05-05
mm/ksm: replace set_page_stable_node by folio_set_stable_node
Alex Shi (tencent)
1
-9
/
+3
2024-05-05
mm/ksm: rename get_ksm_page_flags to ksm_get_folio_flags
David Hildenbrand
1
-16
/
+16
2024-05-05
mm/ksm: convert chain series funcs and replace get_ksm_page
Alex Shi (tencent)
1
-71
/
+65
2024-05-05
mm/ksm: use folio in write_protect_page
Alex Shi (tencent)
1
-12
/
+13
2024-05-05
mm/ksm: use ksm_get_folio in scan_get_next_rmap_item
Alex Shi (tencent)
1
-5
/
+5
2024-05-05
mm/ksm: use folio in stable_node_dup
Alex Shi (tencent)
1
-8
/
+8
2024-05-05
mm/ksm: use folio in remove_stable_node
Alex Shi (tencent)
1
-12
/
+12
2024-05-05
mm/ksm: add folio_set_stable_node
Alex Shi (tencent)
1
-1
/
+7
[next]