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
starfive-6.6.48-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
2021-02-25
mm/hugetlb: change hugetlb_reserve_pages() to type bool
Mike Kravetz
1
-23
/
+14
2021-02-25
mm, oom: fix a comment in dump_task()
Tang Yizhou
1
-3
/
+2
2021-02-25
mm/mempolicy: use helper range_in_vma() in queue_pages_test_walk()
Miaohe Lin
1
-1
/
+1
2021-02-25
numa balancing: migrate on fault among multiple bound nodes
Huang Ying
1
-0
/
+16
2021-02-25
mm, compaction: make fast_isolate_freepages() stay within zone
Vlastimil Babka
1
-5
/
+11
2021-02-25
mm/compaction: fix misbehaviors of fast_find_migrateblock()
Wonhyuk Yang
1
-15
/
+12
2021-02-25
mm/compaction: correct deferral logic for proactive compaction
Charan Teja Reddy
1
-6
/
+14
2021-02-25
mm/compaction: remove duplicated VM_BUG_ON_PAGE !PageLocked
Miaohe Lin
1
-1
/
+0
2021-02-25
mm/compaction: remove rcu_read_lock during page compaction
Alex Shi
1
-4
/
+1
2021-02-25
z3fold: simplify the zhdr initialization code in init_z3fold_page()
Miaohe Lin
1
-7
/
+1
2021-02-25
z3fold: remove unused attribute for release_z3fold_page
Miaohe Lin
1
-2
/
+1
2021-02-25
mm/vmscan: restore zone_reclaim_mode ABI
Dave Hansen
1
-2
/
+7
2021-02-25
hugetlb: fix uninitialized subpool pointer
Mike Kravetz
1
-0
/
+1
2021-02-25
hugetlb: convert PageHugeFreed to HPageFreed flag
Mike Kravetz
1
-19
/
+4
2021-02-25
hugetlb: convert PageHugeTemporary() to HPageTemporary flag
Mike Kravetz
1
-29
/
+7
2021-02-25
hugetlb: convert page_huge_active() HPageMigratable flag
Mike Kravetz
2
-35
/
+19
2021-02-25
hugetlb: use page.private for hugetlb specific page flags
Mike Kravetz
1
-23
/
+25
2021-02-25
mm: workingset: clarify eviction order and distance calculation
Oscar Salvador
1
-1
/
+1
2021-02-25
mm/vmscan.c: make lruvec_lru_size() static
Yu Zhao
1
-1
/
+2
2021-02-25
mm: VM_BUG_ON lru page flags
Yu Zhao
2
-3
/
+0
2021-02-25
mm: add __clear_page_lru_flags() to replace page_off_lru()
Yu Zhao
2
-6
/
+3
2021-02-25
mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()
Yu Zhao
4
-21
/
+14
2021-02-25
mm/swap.c: don't pass "enum lru_list" to trace_mm_lru_insertion()
Yu Zhao
1
-4
/
+1
2021-02-25
mm: don't pass "enum lru_list" to lru list addition functions
Yu Zhao
2
-12
/
+9
2021-02-25
mm/vmscan.c: use add_page_to_lru_list()
Yu Zhao
1
-5
/
+1
2021-02-25
mm/workingset.c: avoid unnecessary max_nodes estimation in count_shadow_nodes()
Miaohe Lin
1
-3
/
+2
2021-02-25
mm/vmscan: __isolate_lru_page_prepare() cleanup
Alex Shi
2
-38
/
+32
2021-02-25
mm/hugetlb: suppress wrong warning info when alloc gigantic page
Chen Wandun
1
-2
/
+2
2021-02-25
hugetlb: fix copy_huge_page_from_user contig page struct assumption
Mike Kravetz
1
-4
/
+6
2021-02-25
hugetlb: fix update_and_free_page contig page struct assumption
Mike Kravetz
1
-2
/
+4
2021-02-25
mm/hugetlb: use helper huge_page_size() to get hugepage size
Miaohe Lin
1
-8
/
+6
2021-02-25
mm/hugetlb: remove unnecessary VM_BUG_ON_PAGE on putback_active_hugepage()
Miaohe Lin
1
-1
/
+0
2021-02-25
mm/hugetlb: use helper function range_in_vma() in page_table_shareable()
Miaohe Lin
1
-1
/
+1
2021-02-25
hugetlb_cgroup: use helper pages_per_huge_page() in hugetlb_cgroup
Miaohe Lin
1
-3
/
+3
2021-02-25
mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...
Aneesh Kumar K.V
1
-1
/
+5
2021-02-25
mm/huge_memory.c: remove unused return value of set_huge_zero_page()
Miaohe Lin
1
-3
/
+2
2021-02-25
mm/hugetlb.c: fix typos in comments
Zhiyuan Dai
1
-1
/
+1
2021-02-25
mm/hugetlb: remove redundant check in preparing and destroying gigantic page
Yanfei Xu
1
-5
/
+2
2021-02-25
mm/hugetlb: fix some comment typos
Miaohe Lin
1
-3
/
+3
2021-02-25
mm/hugetlb: refactor subpage recording
Joao Martins
1
-21
/
+28
2021-02-25
mm/hugetlb: grab head page refcount once for group of subpages
Joao Martins
2
-22
/
+26
2021-02-25
mm/hugetlb: simplify the calculation of variables
Jiapeng Zhong
1
-2
/
+1
2021-02-25
mm/hugetlb: fix use after free when subpool max_hpages accounting is not enabled
Miaohe Lin
1
-3
/
+13
2021-02-25
mm/hugetlb: use helper huge_page_order and pages_per_huge_page
Miaohe Lin
1
-2
/
+2
2021-02-25
mm/hugetlb: avoid unnecessary hugetlb_acct_memory() call
Miaohe Lin
1
-0
/
+3
2021-02-25
mm/hugetlb.c: fix unnecessary address expansion of pmd sharing
Li Xinhai
1
-10
/
+12
2021-02-25
mm/hugetlb: fix potential double free in hugetlb_register_node() error path
Miaohe Lin
1
-1
/
+3
2021-02-25
mm/huge_memory.c: update tlb entry if pmd is changed
Bibo Mao
1
-0
/
+2
2021-02-25
mm,hwpoison: send SIGBUS to PF_MCE_EARLY processes on action required events
Aili Yao
1
-15
/
+19
2021-02-25
mm: simplify free_highmem_page() and free_reserved_page()
David Hildenbrand
1
-11
/
+0
[next]