index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
ksm.h
Age
Commit message (
Expand
)
Author
2024-06-05
mm/ksm: fix ksm_zero_pages accounting
Chengming Zhou
2024-05-05
mm/memory-failure: pass the folio to collect_procs_ksm()
Matthew Wilcox (Oracle)
2024-04-25
mm/ksm: remove redundant code in ksm_fork
Jinjiang Tu
2024-04-25
mm/ksm: fix ksm exec support for prctl
Jinjiang Tu
2023-12-29
mm: convert ksm_might_need_to_copy() to work on folios
Matthew Wilcox (Oracle)
2023-12-12
mm: ksm: use more folio api in ksm_might_need_to_copy()
Kefeng Wang
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-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
2022-10-03
ksm: remove redundant declarations in ksm.h
Qi Zheng
2022-05-19
mm: don't be stuck to rmap lock on reclaim path
Minchan Kim
2022-03-21
mm/rmap: Constify the rmap_walk_control argument
Matthew Wilcox (Oracle)
2022-03-21
mm/rmap: Convert rmap_walk() to take a folio
Matthew Wilcox (Oracle)
2021-10-18
mm/migrate: Add folio_migrate_flags()
Matthew Wilcox (Oracle)
2020-09-04
mm/ksm: Remove reuse_ksm_page()
Peter Xu
2019-03-05
mm: reuse only-pte-mapped KSM page in do_wp_page()
Kirill Tkhai
2018-06-07
mm/ksm: move [set_]page_stable_node from ksm.h to ksm.c
Mike Rapoport
2018-06-07
mm/ksm: remove unused page_referenced_ksm declaration
Mike Rapoport
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-05-03
mm: make rmap_walk() return void
Minchan Kim
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-07-26
mm: migrate: support non-lru movable page migration
Minchan Kim
2015-04-15
mm: consolidate all page-flags helpers in <linux/page-flags.h>
Kirill A. Shutemov
2014-01-21
mm/rmap: use rmap_walk() in page_referenced()
Joonsoo Kim
2014-01-21
mm/rmap: use rmap_walk() in try_to_munlock()
Joonsoo Kim
2014-01-21
mm/rmap: make rmap_walk to get the rmap_walk_control argument
Joonsoo Kim
2013-02-23
ksm: remove old stable nodes more thoroughly
Hugh Dickins
2010-09-09
mm: fix swapin race condition
Andrea Arcangeli
2010-08-09
ksm: fix ksm swapin time optimization
Andrea Arcangeli
2009-12-16
fix ksm.h breakage of nommu build
Hugh Dickins
2009-12-15
ksm: rmap_walk to remove_migation_ptes
Hugh Dickins
2009-12-15
ksm: let shared pages be swappable
Hugh Dickins
2009-12-15
ksm: stable_node point to page and back
Hugh Dickins
2009-12-15
mm: define PAGE_MAPPING_FLAGS
Hugh Dickins
2009-09-22
ksm: clean up obsolete references
Hugh Dickins
2009-09-22
ksm: fix deadlock with munlock in exit_mmap
Andrea Arcangeli
2009-09-22
ksm: fix oom deadlock
Hugh Dickins
2009-09-22
ksm: identify PageKsm pages
Hugh Dickins
2009-09-22
ksm: the mm interface to ksm
Hugh Dickins