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
2024-02-23
mm: add pte_batch_hint() to reduce scanning in folio_pte_batch()
Ryan Roberts
1
-7
/
+12
2024-02-23
mm: thp: batch-collapse PMD with set_ptes()
Ryan Roberts
1
-25
/
+33
2024-02-23
mm/memory: optimize unmap/zap with PTE-mapped THP
David Hildenbrand
1
-26
/
+66
2024-02-23
mm/mmu_gather: improve cond_resched() handling with large folios and expensiv...
David Hildenbrand
1
-15
/
+43
2024-02-23
mm/mmu_gather: add __tlb_remove_folio_pages()
David Hildenbrand
3
-14
/
+74
2024-02-23
mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
David Hildenbrand
1
-2
/
+3
2024-02-23
mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page...
David Hildenbrand
1
-3
/
+4
2024-02-23
mm/memory: factor out zapping folio pte into zap_present_folio_pte()
David Hildenbrand
1
-21
/
+32
2024-02-23
mm/memory: further separate anon and pagecache folio handling in zap_present_...
David Hildenbrand
1
-5
/
+11
2024-02-23
mm/memory: handle !page case in zap_present_pte() separately
David Hildenbrand
1
-11
/
+11
2024-02-23
mm/memory: factor out zapping of present pte into zap_present_pte()
David Hildenbrand
1
-41
/
+53
2024-02-23
mm: compaction: limit the suitable target page order to be less than cc->order
Baolin Wang
1
-1
/
+3
2024-02-22
mm/hugetlb: move page order check inside hugetlb_cma_reserve()
Anshuman Khandual
1
-0
/
+7
2024-02-22
mm/mglru: improve swappiness handling
Kinsey Ho
1
-10
/
+10
2024-02-22
mm/mglru: improve struct lru_gen_mm_walk
Kinsey Ho
1
-24
/
+26
2024-02-22
mm/mglru: improve reset_mm_stats()
Kinsey Ho
1
-20
/
+22
2024-02-22
mm/mglru: improve should_run_aging()
Kinsey Ho
1
-14
/
+11
2024-02-22
mm/mglru: drop unused parameter
Kinsey Ho
1
-5
/
+5
2024-02-22
kasan/test: avoid gcc warning for intentional overflow
Arnd Bergmann
1
-1
/
+2
2024-02-22
mm/zswap: optimize and cleanup the invalidation of duplicate entry
Chengming Zhou
1
-18
/
+16
2024-02-22
mm: compaction: refactor compact_node()
Kefeng Wang
1
-44
/
+21
2024-02-22
mm/cma: add sysfs file 'release_pages_success'
Anshuman Khandual
3
-0
/
+21
2024-02-22
mm/demotion: print demotion targets
Li Zhijian
1
-1
/
+23
2024-02-22
mm/damon/sysfs: handle 'state' file inputs for every sampling interval if pos...
SeongJae Park
3
-16
/
+29
2024-02-22
mm: hugetlb: improve the handling of hugetlb allocation failure for freed or ...
Baolin Wang
1
-16
/
+16
2024-02-22
mm/migrate: preserve exact soft-dirty state
Paul Gofman
1
-2
/
+5
2024-02-22
mm/zswap: zswap entry doesn't need refcount anymore
Chengming Zhou
1
-52
/
+11
2024-02-22
mm/zswap: only support zswap_exclusive_loads_enabled
Chengming Zhou
2
-27
/
+3
2024-02-22
mm/zswap: remove duplicate_entry debug value
Chengming Zhou
1
-8
/
+1
2024-02-22
mm/zswap: stop lru list shrinking when encounter warm region
Chengming Zhou
2
-1
/
+6
2024-02-22
mm/zswap: invalidate zswap entry when swap entry free
Chengming Zhou
3
-3
/
+6
2024-02-22
mm/zswap: add more comments in shrink_memcg_cb()
Chengming Zhou
1
-17
/
+26
2024-02-22
memory tier: make memory_tier_subsys const
Ricardo B. Marliere
1
-1
/
+1
2024-02-22
mm/vmscan: make too_many_isolated return bool
Hao Ge
1
-3
/
+3
2024-02-22
mm/cma: make MAX_CMA_AREAS = CONFIG_CMA_AREAS
Anshuman Khandual
1
-3
/
+3
2024-02-22
mm/cma: drop CONFIG_CMA_DEBUG
Anshuman Khandual
2
-18
/
+0
2024-02-22
kasan: rename test_kasan_module_init to kasan_test_module_init
Tiezhu Yang
1
-2
/
+2
2024-02-22
mm/hugetlb: restore the reservation if needed
Breno Leitao
1
-0
/
+25
2024-02-22
kasan: add atomic tests
Paul Heidekrüger
1
-0
/
+79
2024-02-22
mm: memcg: use larger batches for proactive reclaim
T.J. Mercier
1
-2
/
+3
2024-02-22
mm/mmap: pass vma to vma_merge()
Yajun Deng
1
-14
/
+13
2024-02-22
mm/memory: ignore writable bit in folio_pte_batch()
David Hildenbrand
1
-6
/
+24
2024-02-22
mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()
David Hildenbrand
1
-5
/
+31
2024-02-22
mm/memory: optimize fork() with PTE-mapped THP
David Hildenbrand
1
-19
/
+93
2024-02-22
mm/memory: pass PTE to copy_present_pte()
David Hildenbrand
1
-4
/
+5
2024-02-22
mm/memory: factor out copying the actual PTE in copy_present_pte()
David Hildenbrand
1
-30
/
+33
2024-02-22
mm/vmscan: change the type of file from int to bool
Hao Ge
1
-2
/
+2
2024-02-22
mm: compaction: update the cc->nr_migratepages when allocating or freeing the...
Baolin Wang
1
-2
/
+10
2024-02-22
userfaultfd: handle zeropage moves by UFFDIO_MOVE
Suren Baghdasaryan
2
-51
/
+98
2024-02-22
mm/cma: don't treat bad input arguments for cma_alloc() as its failure
Anshuman Khandual
1
-6
/
+4
[next]