index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
ksm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-29
fork: only invoke khugepaged, ksm hooks if no error
Lorenzo Stoakes
1
-6
/
+4
2024-06-06
mm/ksm: fix ksm_zero_pages accounting
Chengming Zhou
1
-3
/
+14
2024-05-06
mm/memory-failure: pass the folio to collect_procs_ksm()
Matthew Wilcox (Oracle)
1
-11
/
+3
2024-04-26
mm/ksm: remove redundant code in ksm_fork
Jinjiang Tu
1
-10
/
+2
2024-04-26
mm/ksm: fix ksm exec support for prctl
Jinjiang Tu
1
-0
/
+13
2023-12-29
mm: convert ksm_might_need_to_copy() to work on folios
Matthew Wilcox (Oracle)
1
-3
/
+3
2023-12-12
mm: ksm: use more folio api in ksm_might_need_to_copy()
Kefeng Wang
1
-2
/
+2
2023-08-18
ksm: add ksm zero pages for each process
xu xin
1
-3
/
+5
2023-08-18
ksm: count all zero pages placed by KSM
xu xin
1
-0
/
+12
2023-08-18
ksm: support unsharing KSM-placed zero pages
xu xin
1
-0
/
+6
2023-05-03
mm/ksm: move disabling KSM from s390/gmap code to KSM code
David Hildenbrand
1
-0
/
+6
2023-05-03
mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0
David Hildenbrand
1
-0
/
+1
2023-04-22
mm: add new KSM process and sysfs knobs
Stefan Roesch
1
-0
/
+5
2023-04-22
mm: add new api to enable ksm per process
Stefan Roesch
1
-2
/
+19
2023-04-19
mm: ksm: support hwpoison for ksm page
Longlong Xia
1
-0
/
+11
2022-10-04
ksm: remove redundant declarations in ksm.h
Qi Zheng
1
-3
/
+0
2022-05-20
mm: don't be stuck to rmap lock on reclaim path
Minchan Kim
1
-2
/
+2
2022-03-21
mm/rmap: Constify the rmap_walk_control argument
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-03-21
mm/rmap: Convert rmap_walk() to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2021-10-18
mm/migrate: Add folio_migrate_flags()
Matthew Wilcox (Oracle)
1
-2
/
+2
2020-09-04
mm/ksm: Remove reuse_ksm_page()
Peter Xu
1
-7
/
+0
2019-03-06
mm: reuse only-pte-mapped KSM page in do_wp_page()
Kirill Tkhai
1
-0
/
+7
2018-06-08
mm/ksm: move [set_]page_stable_node from ksm.h to ksm.c
Mike Rapoport
1
-11
/
+0
2018-06-08
mm/ksm: remove unused page_referenced_ksm declaration
Mike Rapoport
1
-6
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-05-04
mm: make rmap_walk() return void
Minchan Kim
1
-3
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-07-27
mm: migrate: support non-lru movable page migration
Minchan Kim
1
-2
/
+1
2015-04-16
mm: consolidate all page-flags helpers in <linux/page-flags.h>
Kirill A. Shutemov
1
-17
/
+0
2014-01-22
mm/rmap: use rmap_walk() in page_referenced()
Joonsoo Kim
1
-2
/
+0
2014-01-22
mm/rmap: use rmap_walk() in try_to_munlock()
Joonsoo Kim
1
-6
/
+0
2014-01-22
mm/rmap: make rmap_walk to get the rmap_walk_control argument
Joonsoo Kim
1
-4
/
+3
2013-02-24
ksm: remove old stable nodes more thoroughly
Hugh Dickins
1
-14
/
+4
2010-09-10
mm: fix swapin race condition
Andrea Arcangeli
1
-11
/
+9
2010-08-10
ksm: fix ksm swapin time optimization
Andrea Arcangeli
1
-1
/
+1
2009-12-16
fix ksm.h breakage of nommu build
Hugh Dickins
1
-6
/
+8
2009-12-15
ksm: rmap_walk to remove_migation_ptes
Hugh Dickins
1
-0
/
+13
2009-12-15
ksm: let shared pages be swappable
Hugh Dickins
1
-6
/
+48
2009-12-15
ksm: stable_node point to page and back
Hugh Dickins
1
-7
/
+17
2009-12-15
mm: define PAGE_MAPPING_FLAGS
Hugh Dickins
1
-2
/
+3
2009-09-22
ksm: clean up obsolete references
Hugh Dickins
1
-20
/
+0
2009-09-22
ksm: fix deadlock with munlock in exit_mmap
Andrea Arcangeli
1
-7
/
+4
2009-09-22
ksm: fix oom deadlock
Hugh Dickins
1
-4
/
+27
2009-09-22
ksm: identify PageKsm pages
Hugh Dickins
1
-0
/
+29
2009-09-22
ksm: the mm interface to ksm
Hugh Dickins
1
-0
/
+50