index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
ksm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2023-02-10
1
-2
/
+5
|
\
|
*
mm: hwpoison: support recovery from ksm_might_need_to_copy()
Kefeng Wang
2023-02-09
1
-2
/
+5
*
|
mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export
Alistair Popple
2023-02-02
1
-3
/
+2
|
/
*
mm/ksm: convert break_ksm() to use walk_page_range_vma()
David Hildenbrand
2022-12-11
1
-10
/
+39
*
mm/ksm: fix KSM COW breaking with userfaultfd-wp via FAULT_FLAG_UNSHARE
David Hildenbrand
2022-12-11
1
-7
/
+5
*
mm/ksm: simplify break_ksm() to not rely on VM_FAULT_WRITE
David Hildenbrand
2022-12-11
1
-12
/
+13
*
mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite
David Hildenbrand
2022-11-30
1
-5
/
+4
*
memory: move hotplug memory notifier priority to same file for easy sorting
Liu Shixin
2022-11-08
1
-1
/
+1
*
ksm: use a folio in replace_page()
Matthew Wilcox (Oracle)
2022-10-03
1
-3
/
+5
*
ksm: convert to use common struct mm_slot
Qi Zheng
2022-10-03
1
-76
/
+56
*
ksm: convert ksm_mm_slot.link to ksm_mm_slot.hash
Qi Zheng
2022-10-03
1
-7
/
+7
*
ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_node
Qi Zheng
2022-10-03
1
-20
/
+20
*
ksm: add the ksm prefix to the names of the ksm private structures
Qi Zheng
2022-10-03
1
-108
/
+108
*
ksm: count allocated ksm rmap_items for each process
xu xin
2022-09-26
1
-0
/
+2
*
mm: fix the handling Non-LRU pages returned by follow_page
Haiyue Wang
2022-09-26
1
-3
/
+9
*
mm/ksm: use vma iterators instead of vma linked list
Matthew Wilcox (Oracle)
2022-09-26
1
-7
/
+11
*
mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fast
David Hildenbrand
2022-09-11
1
-0
/
+1
*
mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepage
Zach O'Keefe
2022-09-11
1
-0
/
+10
*
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-05
1
-5
/
+5
|
\
|
*
mm: handling Non-LRU pages returned by vm_normal_pages
Alex Sierra
2022-07-17
1
-3
/
+3
|
*
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
2022-06-27
1
-2
/
+2
*
|
mm/folio-compat: Remove migration compatibility functions
Matthew Wilcox (Oracle)
2022-08-02
1
-1
/
+1
|
/
*
ksm: fix typo in comment
Julia Lawall
2022-05-25
1
-1
/
+1
*
mm: don't be stuck to rmap lock on reclaim path
Minchan Kim
2022-05-19
1
-2
/
+8
*
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
2022-05-09
1
-1
/
+12
*
mm/rmap: remove do_page_add_anon_rmap()
David Hildenbrand
2022-05-09
1
-1
/
+1
*
ksm: count ksm merging pages for each process
xu xin
2022-04-28
1
-0
/
+8
*
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-22
/
+10
|
\
|
*
mm/rmap: Constify the rmap_walk_control argument
Matthew Wilcox (Oracle)
2022-03-21
1
-1
/
+1
|
*
mm/rmap: Convert rmap_walk() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-6
/
+6
|
*
mm: Turn page_anon_vma() into folio_anon_vma()
Matthew Wilcox (Oracle)
2022-03-21
1
-1
/
+2
|
*
mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALK
Matthew Wilcox (Oracle)
2022-03-21
1
-4
/
+1
|
*
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
2022-02-17
1
-11
/
+1
*
|
mm/ksm: use helper macro __ATTR_RW
Miaohe Lin
2022-03-22
1
-2
/
+1
*
|
mm/vmstat: add event for ksm swapping in copy
Yang Yang
2022-03-22
1
-0
/
+3
|
/
*
mm: ksm: fix use-after-free kasan report in ksm_might_need_to_copy
Nanyong Sun
2022-01-15
1
-2
/
+2
*
mm: move tlb_flush_pending inline helpers to mm_inline.h
Arnd Bergmann
2022-01-15
1
-0
/
+1
*
mm/migrate: Add folio_migrate_flags()
Matthew Wilcox (Oracle)
2021-10-18
1
-13
/
+18
*
mm/memcg: Convert mem_cgroup_charge() to take a folio
Matthew Wilcox (Oracle)
2021-09-27
1
-1
/
+2
*
mm/ksm: remove old GCC 4.9+ check
Nick Desaulniers
2021-09-13
1
-2
/
+0
*
mm: KSM: fix data type
Zhansaya Bagdauletkyzy
2021-09-03
1
-4
/
+4
*
mm/ksm: use vma_lookup() in find_mergeable_vma()
Liam Howlett
2021-06-29
1
-4
/
+2
*
ksm: revert "use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from...
Hugh Dickins
2021-05-14
1
-1
/
+2
*
mm: fix typos in comments
Ingo Molnar
2021-05-07
1
-2
/
+2
*
drivers/char: remove /dev/kmem for good
David Hildenbrand
2021-05-07
1
-1
/
+1
*
mm/ksm: remove unused parameter from remove_trailing_rmap_items()
Chengyang Fan
2021-05-05
1
-4
/
+3
*
ksm: fix potential missing rmap_item for stable_node
Miaohe Lin
2021-05-05
1
-0
/
+1
*
ksm: remove dedicated macro KSM_FLAG_MASK
Miaohe Lin
2021-05-05
1
-3
/
+1
*
ksm: use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from_tree()
Miaohe Lin
2021-05-05
1
-2
/
+1
*
ksm: remove redundant VM_BUG_ON_PAGE() on stable_tree_search()
Miaohe Lin
2021-05-05
1
-2
/
+0
[next]