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
2024-05-07
memcg: dynamically allocate lruvec_stats
Shakeel Butt
1
-12
/
+75
2024-05-07
memcg: reduce memory size of mem_cgroup_events_index
Shakeel Butt
1
-2
/
+4
2024-05-07
mm/hugetlb: document why hugetlb uses folio_mapcount() for COW reuse decisions
David Hildenbrand
1
-0
/
+7
2024-05-06
mm/swapfile: mark racy access on si->highest_bit
linke li
1
-1
/
+1
2024-05-06
mm/rmap: change the type of we_locked from int to bool
Hao Ge
1
-1
/
+1
2024-05-06
mm/rmap: do not add fully unmapped large folio to deferred split list
Zi Yan
1
-3
/
+10
2024-05-06
mm/damon/paddr: implement DAMOS filter type YOUNG
SeongJae Park
1
-0
/
+5
2024-05-06
mm/damon: add DAMOS filter type YOUNG
SeongJae Park
1
-0
/
+1
2024-05-06
mm/damon/paddr: implement damon_folio_mkold()
SeongJae Park
1
-11
/
+16
2024-05-06
mm/damon/paddr: implement damon_folio_young()
SeongJae Park
1
-13
/
+19
2024-05-06
mm: optimise vmf_anon_prepare() for VMAs without an anon_vma
Matthew Wilcox (Oracle)
1
-4
/
+9
2024-05-06
mm: fix some minor per-VMA lock issues in userfaultfd
Matthew Wilcox (Oracle)
1
-11
/
+9
2024-05-06
mm: delay the check for a NULL anon_vma
Matthew Wilcox (Oracle)
2
-13
/
+22
2024-05-06
mm: assert the mmap_lock is held in __anon_vma_prepare()
Matthew Wilcox (Oracle)
1
-2
/
+1
2024-05-06
mm: simplify thp_vma_allowable_order
Matthew Wilcox
3
-15
/
+18
2024-05-06
mm: remove stale comment __folio_mark_dirty
Kemeng Shi
1
-2
/
+1
2024-05-06
mm: call __wb_calc_thresh instead of wb_calc_thresh in wb_over_bg_thresh
Kemeng Shi
1
-1
/
+1
2024-05-06
mm: correct calculation of wb's bg_thresh in cgroup domain
Kemeng Shi
1
-1
/
+1
2024-05-06
mm: enable __wb_calc_thresh to calculate dirty background threshold
Kemeng Shi
1
-15
/
+18
2024-05-06
writeback: rename nr_reclaimable to nr_dirty in balance_dirty_pages
Kemeng Shi
1
-4
/
+4
2024-05-06
writeback: support retrieving per group debug writeback stats of bdi
Kemeng Shi
2
-2
/
+98
2024-05-06
writeback: collect stats of all wb of bdi in bdi_debug_stats_show
Kemeng Shi
1
-23
/
+73
2024-05-06
mm: vmalloc: dump page owner info if page is already mapped
Hariom Panthi
1
-1
/
+9
2024-05-06
mm/khugepaged: replace page_mapcount() check by folio_likely_mapped_shared()
David Hildenbrand
1
-7
/
+15
2024-05-06
memcg: fix data-race KCSAN bug in rstats
Breno Leitao
1
-5
/
+7
2024-05-06
mm: add kernel-doc for folio_mark_accessed()
Matthew Wilcox (Oracle)
1
-7
/
+10
2024-05-06
gup: use folios for gup_devmap
Matthew Wilcox (Oracle)
1
-9
/
+8
2024-05-06
mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()
Matthew Wilcox (Oracle)
3
-9
/
+9
2024-05-06
userfault; expand folio use in mfill_atomic_install_pte()
Matthew Wilcox (Oracle)
1
-3
/
+2
2024-05-06
migrate: expand the use of folio in __migrate_device_pages()
Matthew Wilcox (Oracle)
1
-8
/
+5
2024-05-06
memory-failure: remove calls to page_mapping()
Matthew Wilcox (Oracle)
1
-2
/
+4
2024-05-06
mm/memory-failure: pass the folio to collect_procs_ksm()
Matthew Wilcox (Oracle)
2
-4
/
+3
2024-05-06
mm/memory-failure: use folio functions throughout collect_procs()
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-05-06
mm/memory-failure: add some folio conversions to unpoison_memory
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-05-06
mm/memory-failure: convert hwpoison_user_mappings to take a folio
Matthew Wilcox (Oracle)
1
-15
/
+15
2024-05-06
mm/memory-failure: convert memory_failure() to use a folio
Matthew Wilcox (Oracle)
1
-19
/
+21
2024-05-06
mm: convert hugetlb_page_mapping_lock_write to folio
Matthew Wilcox (Oracle)
3
-5
/
+5
2024-05-06
mm/memory-failure: convert shake_page() to shake_folio()
Matthew Wilcox (Oracle)
3
-10
/
+17
2024-05-06
mm: make page_mapped_in_vma conditional on CONFIG_MEMORY_FAILURE
Matthew Wilcox (Oracle)
1
-0
/
+2
2024-05-06
mm: return the address from page_mapped_in_vma()
Matthew Wilcox (Oracle)
2
-16
/
+22
2024-05-06
mm/memory-failure: pass addr to __add_to_kill()
Matthew Wilcox (Oracle)
1
-2
/
+4
2024-05-06
mm/memory-failure: remove fsdax_pgoff argument from __add_to_kill
Matthew Wilcox (Oracle)
1
-18
/
+9
2024-05-06
memcg: simple cleanup of stats update functions
Shakeel Butt
2
-18
/
+15
2024-05-06
mm: memory: check userfaultfd_wp() in vmf_orig_pte_uffd_wp()
Kefeng Wang
1
-5
/
+5
2024-05-06
mm/madvise: optimize lazyfreeing with mTHP in madvise_free
Lance Yang
1
-41
/
+44
2024-05-06
mm/memory: add any_dirty optional pointer to folio_pte_batch()
Lance Yang
3
-9
/
+26
2024-05-06
mm/madvise: introduce clear_young_dirty_ptes() batch helper
Lance Yang
1
-1
/
+2
2024-05-06
mm: swapfile: check usable swap device in __folio_throttle_swaprate()
Kefeng Wang
1
-3
/
+10
2024-05-06
mm/huge_memory: improve split_huge_page_to_list_to_order() return value docum...
David Hildenbrand
1
-3
/
+11
2024-05-06
mm/page_table_check: support userfault wr-protect entries
Peter Xu
1
-0
/
+30
[prev]
[next]