index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
ksm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-24
mm: remove references to pagevec
Matthew Wilcox (Oracle)
1
-3
/
+3
2023-06-20
mm: ptep_get() conversion
Ryan Roberts
1
-10
/
+12
2023-06-20
mm/various: give up if pte_offset_map[_lock]() fails
Hugh Dickins
1
-3
/
+4
2023-06-20
mm: use pmdp_get_lockless() without surplus barrier()
Hugh Dickins
1
-2
/
+1
2023-05-03
mm/ksm: move disabling KSM from s390/gmap code to KSM code
David Hildenbrand
1
-0
/
+11
2023-05-03
mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0
David Hildenbrand
1
-0
/
+59
2023-04-22
mm: add new KSM process and sysfs knobs
Stefan Roesch
1
-0
/
+21
2023-04-22
mm: add new api to enable ksm per process
Stefan Roesch
1
-17
/
+87
2023-04-19
mm: ksm: support hwpoison for ksm page
Longlong Xia
1
-0
/
+45
2023-03-29
mm: add tracepoints to ksm
Stefan Roesch
1
-2
/
+19
2023-03-24
mm/ksm: fix race with VMA iteration and mm_struct teardown
Liam R. Howlett
1
-2
/
+9
2023-02-11
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-2
/
+5
2023-02-10
mm: hwpoison: support recovery from ksm_might_need_to_copy()
Kefeng Wang
1
-2
/
+5
2023-02-03
mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export
Alistair Popple
1
-3
/
+2
2022-12-12
mm/ksm: convert break_ksm() to use walk_page_range_vma()
David Hildenbrand
1
-10
/
+39
2022-12-12
mm/ksm: fix KSM COW breaking with userfaultfd-wp via FAULT_FLAG_UNSHARE
David Hildenbrand
1
-7
/
+5
2022-12-12
mm/ksm: simplify break_ksm() to not rely on VM_FAULT_WRITE
David Hildenbrand
1
-12
/
+13
2022-12-01
mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite
David Hildenbrand
1
-5
/
+4
2022-11-09
memory: move hotplug memory notifier priority to same file for easy sorting
Liu Shixin
1
-1
/
+1
2022-10-04
ksm: use a folio in replace_page()
Matthew Wilcox (Oracle)
1
-3
/
+5
2022-10-04
ksm: convert to use common struct mm_slot
Qi Zheng
1
-76
/
+56
2022-10-04
ksm: convert ksm_mm_slot.link to ksm_mm_slot.hash
Qi Zheng
1
-7
/
+7
2022-10-04
ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_node
Qi Zheng
1
-20
/
+20
2022-10-04
ksm: add the ksm prefix to the names of the ksm private structures
Qi Zheng
1
-108
/
+108
2022-09-27
ksm: count allocated ksm rmap_items for each process
xu xin
1
-0
/
+2
2022-09-27
mm: fix the handling Non-LRU pages returned by follow_page
Haiyue Wang
1
-3
/
+9
2022-09-27
mm/ksm: use vma iterators instead of vma linked list
Matthew Wilcox (Oracle)
1
-7
/
+11
2022-09-12
mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fast
David Hildenbrand
1
-0
/
+1
2022-09-12
mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepage
Zach O'Keefe
1
-0
/
+10
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+5
2022-08-02
mm/folio-compat: Remove migration compatibility functions
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-07-18
mm: handling Non-LRU pages returned by vm_normal_pages
Alex Sierra
1
-3
/
+3
2022-06-27
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
1
-2
/
+2
2022-05-25
ksm: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-20
mm: don't be stuck to rmap lock on reclaim path
Minchan Kim
1
-2
/
+8
2022-05-10
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
1
-1
/
+12
2022-05-10
mm/rmap: remove do_page_add_anon_rmap()
David Hildenbrand
1
-1
/
+1
2022-04-29
ksm: count ksm merging pages for each process
xu xin
1
-0
/
+8
2022-03-23
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-22
/
+10
2022-03-23
mm/ksm: use helper macro __ATTR_RW
Miaohe Lin
1
-2
/
+1
2022-03-23
mm/vmstat: add event for ksm swapping in copy
Yang Yang
1
-0
/
+3
2022-03-21
mm/rmap: Constify the rmap_walk_control argument
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-21
mm/rmap: Convert rmap_walk() to take a folio
Matthew Wilcox (Oracle)
1
-6
/
+6
2022-03-21
mm: Turn page_anon_vma() into folio_anon_vma()
Matthew Wilcox (Oracle)
1
-1
/
+2
2022-03-21
mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALK
Matthew Wilcox (Oracle)
1
-4
/
+1
2022-02-17
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
1
-11
/
+1
2022-01-15
mm: ksm: fix use-after-free kasan report in ksm_might_need_to_copy
Nanyong Sun
1
-2
/
+2
2022-01-15
mm: move tlb_flush_pending inline helpers to mm_inline.h
Arnd Bergmann
1
-0
/
+1
2021-10-18
mm/migrate: Add folio_migrate_flags()
Matthew Wilcox (Oracle)
1
-13
/
+18
2021-09-27
mm/memcg: Convert mem_cgroup_charge() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+2
[next]