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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-10
mm: support GUP-triggered unsharing of anonymous pages
David Hildenbrand
3
-55
/
+118
2022-05-10
mm/gup: disallow follow_page(FOLL_PIN)
David Hildenbrand
2
-3
/
+8
2022-05-10
mm/rmap: fail try_to_migrate() early when setting a PMD migration entry fails
David Hildenbrand
2
-4
/
+10
2022-05-10
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
8
-30
/
+213
2022-05-10
mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages
David Hildenbrand
4
-0
/
+26
2022-05-10
mm/huge_memory: remove outdated VM_WARN_ON_ONCE_PAGE from unmap_page()
David Hildenbrand
1
-2
/
+0
2022-05-10
mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page excl...
David Hildenbrand
2
-0
/
+3
2022-05-10
mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
David Hildenbrand
7
-15
/
+16
2022-05-10
mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
David Hildenbrand
2
-4
/
+8
2022-05-10
mm/rmap: remove do_page_add_anon_rmap()
David Hildenbrand
6
-19
/
+8
2022-05-10
mm/rmap: convert RMAP flags to a proper distinct rmap_t type
David Hildenbrand
2
-6
/
+7
2022-05-10
mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...
David Hildenbrand
4
-32
/
+30
2022-05-10
mm/memory: slightly simplify copy_present_pte()
David Hildenbrand
1
-37
/
+16
2022-05-10
mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()
David Hildenbrand
1
-2
/
+6
2022-05-10
mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failed
David Hildenbrand
1
-0
/
+1
2022-04-30
mm/damon/reclaim: fix the timer always stays active
Hailong Tu
1
-2
/
+25
2022-04-30
mm/damon: remove unnecessary type castings
Yu Zhe
1
-1
/
+1
2022-04-30
mm/damon/core-test: add a kunit test case for ops registration
SeongJae Park
1
-0
/
+36
2022-04-30
damon: vaddr-test: tweak code to make the logic clearer
Xiaomeng Tong
1
-3
/
+5
2022-04-30
memcg: introduce per-memcg reclaim interface
Shakeel Butt
1
-0
/
+45
2022-04-30
mm/page_alloc: simplify update of pgdat in wake_all_kswapds
Chen Wandun
1
-2
/
+3
2022-04-30
kasan: fix sleeping function called from invalid context on RT kernel
Zqiang
1
-3
/
+49
2022-04-30
mm: hugetlb: add missing cache flushing in hugetlb_unshare_all_pmds()
Baolin Wang
1
-0
/
+1
2022-04-30
mm/khugepaged: use vma_is_anonymous
xu xin
1
-2
/
+2
2022-04-30
mm: use for_each_online_node and node_online instead of open coding
Peng Liu
2
-3
/
+3
2022-04-30
hugetlb: fix return value of __setup handlers
Peng Liu
1
-8
/
+8
2022-04-30
hugetlb: fix hugepages_setup when deal with pernode
Peng Liu
1
-0
/
+15
2022-04-30
hugetlb: fix wrong use of nr_online_nodes
Peng Liu
1
-7
/
+5
2022-04-29
mm: compaction: make sure highest is above the min_pfn
Miaohe Lin
1
-1
/
+1
2022-04-29
mm: compaction: simplify the code in __compact_finished
Miaohe Lin
1
-21
/
+8
2022-04-29
mm: compaction: make compaction_zonelist_suitable return false when COMPACT_S...
Miaohe Lin
1
-1
/
+1
2022-04-29
mm: compaction: avoid possible NULL pointer dereference in kcompactd_cpu_online
Miaohe Lin
1
-1
/
+2
2022-04-29
mm: compaction: clean up comment about async compaction in isolate_migratepages
Miaohe Lin
1
-6
/
+6
2022-04-29
mm: compaction: use helper compound_nr in isolate_migratepages_block
Miaohe Lin
1
-1
/
+1
2022-04-29
mm: compaction: use COMPACT_CLUSTER_MAX in compaction.c
Miaohe Lin
1
-4
/
+4
2022-04-29
mm: compaction: clean up comment about suitable migration target recheck
Miaohe Lin
1
-7
/
+1
2022-04-29
mm: compaction: clean up comment for sched contention
Miaohe Lin
2
-8
/
+5
2022-04-29
mm: compaction: remove unneeded assignment to isolate_start_pfn
Miaohe Lin
1
-1
/
+1
2022-04-29
mm: compaction: remove unneeded pfn update
Miaohe Lin
1
-1
/
+0
2022-04-29
mm: compaction: remove unneeded return value of kcompactd_run
Miaohe Lin
1
-5
/
+2
2022-04-29
mm/vmstat: add events for ksm cow
Yang Yang
2
-0
/
+7
2022-04-29
ksm: count ksm merging pages for each process
xu xin
1
-0
/
+8
2022-04-29
mm/page_alloc: reuse tail struct pages for compound devmaps
Joao Martins
1
-1
/
+16
2022-04-29
mm/sparse-vmemmap: improve memory savings for compound devmaps
Joao Martins
2
-10
/
+123
2022-04-29
mm/hugetlb_vmemmap: move comment block to Documentation/vm
Joao Martins
1
-167
/
+1
2022-04-29
mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helper
Joao Martins
1
-17
/
+36
2022-04-29
mm/sparse-vmemmap: add a pgmap argument to section activation
Joao Martins
3
-12
/
+20
2022-04-29
mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*
Muchun Song
4
-7
/
+7
2022-04-29
mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*
Muchun Song
2
-6
/
+6
2022-04-29
mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functions
Muchun Song
3
-37
/
+35
[next]