index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
ksm.c
Age
Commit message (
Expand
)
Author
2024-06-05
mm/ksm: fix ksm_zero_pages accounting
Chengming Zhou
2024-06-05
mm/ksm: fix ksm_pages_scanned accounting
Chengming Zhou
2024-05-24
mm/ksm: fix possible UAF of stable_node
Chengming Zhou
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-05
mm/memory-failure: pass the folio to collect_procs_ksm()
Matthew Wilcox (Oracle)
2024-05-05
mm/ksm: remove page_mapcount() usage in stable_tree_search()
David Hildenbrand
2024-05-05
mm/ksm: replace set_page_stable_node by folio_set_stable_node
Alex Shi (tencent)
2024-05-05
mm/ksm: rename get_ksm_page_flags to ksm_get_folio_flags
David Hildenbrand
2024-05-05
mm/ksm: convert chain series funcs and replace get_ksm_page
Alex Shi (tencent)
2024-05-05
mm/ksm: use folio in write_protect_page
Alex Shi (tencent)
2024-05-05
mm/ksm: use ksm_get_folio in scan_get_next_rmap_item
Alex Shi (tencent)
2024-05-05
mm/ksm: use folio in stable_node_dup
Alex Shi (tencent)
2024-05-05
mm/ksm: use folio in remove_stable_node
Alex Shi (tencent)
2024-05-05
mm/ksm: add folio_set_stable_node
Alex Shi (tencent)
2024-05-05
mm/ksm: use folio in remove_rmap_item_from_tree
Alex Shi (tencent)
2024-05-05
mm/ksm: add ksm_get_folio
Alex Shi (tencent)
2024-04-12
mm: replace set_pte_at_notify() with just set_pte_at()
Paolo Bonzini
2023-12-29
mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()
David Hildenbrand
2023-12-29
mm/ksm: page_remove_rmap() -> folio_remove_rmap_pte()
David Hildenbrand
2023-12-29
mm/ksm: page_add_anon_rmap() -> folio_add_anon_rmap_pte()
David Hildenbrand
2023-12-29
mm/ksm: add tracepoint for ksm advisor
Stefan Roesch
2023-12-29
mm/ksm: add sysfs knobs for advisor
Stefan Roesch
2023-12-29
mm/ksm: add ksm advisor
Stefan Roesch
2023-12-29
mm: convert ksm_might_need_to_copy() to work on folios
Matthew Wilcox (Oracle)
2023-12-20
mm: ksm: remove unnecessary try_to_freeze()
Kevin Hao
2023-12-12
mm: ksm: use more folio api in ksm_might_need_to_copy()
Kefeng Wang
2023-12-10
mm/ksm: use kmap_local_page() in calc_checksum()
Fabio M. De Francesco
2023-11-15
mm: more ptep_get() conversion
Ryan Roberts
2023-10-16
mm/ksm: add pages_skipped metric
Stefan Roesch
2023-10-16
mm/ksm: add "smart" page scanning mode
Stefan Roesch
2023-09-05
mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
Tong Tiangen
2023-08-21
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
2023-08-21
mm/ksm: add pages scanned metric
Stefan Roesch
2023-08-21
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
2023-08-18
ksm: consider KSM-placed zeropages when calculating KSM profit
xu xin
2023-08-18
ksm: add ksm zero pages for each process
xu xin
2023-08-18
ksm: count all zero pages placed by KSM
xu xin
2023-08-18
ksm: support unsharing KSM-placed zero pages
xu xin
2023-08-04
mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache page
Miaohe Lin
2023-06-23
mm: remove references to pagevec
Matthew Wilcox (Oracle)
2023-06-19
mm: ptep_get() conversion
Ryan Roberts
2023-06-19
mm/various: give up if pte_offset_map[_lock]() fails
Hugh Dickins
2023-06-19
mm: use pmdp_get_lockless() without surplus barrier()
Hugh Dickins
2023-05-02
mm/ksm: move disabling KSM from s390/gmap code to KSM code
David Hildenbrand
2023-05-02
mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0
David Hildenbrand
2023-04-21
mm: add new KSM process and sysfs knobs
Stefan Roesch
2023-04-21
mm: add new api to enable ksm per process
Stefan Roesch
2023-04-18
mm: ksm: support hwpoison for ksm page
Longlong Xia
2023-03-28
mm: add tracepoints to ksm
Stefan Roesch
2023-03-23
mm/ksm: fix race with VMA iteration and mm_struct teardown
Liam R. Howlett
[next]