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
2023-06-20
mm: zswap: remove zswap_header
Domenico Cerasuolo
1
-30
/
+22
2023-06-20
mm: zswap: simplify writeback function
Domenico Cerasuolo
1
-51
/
+19
2023-06-20
mm: zswap: remove shrink from zpool interface
Domenico Cerasuolo
5
-75
/
+12
2023-06-20
mm: zswap: remove page reclaim logic from zsmalloc
Domenico Cerasuolo
1
-380
/
+12
2023-06-20
mm: zswap: remove page reclaim logic from z3fold
Domenico Cerasuolo
1
-243
/
+2
2023-06-20
mm: zswap: remove page reclaim logic from zbud
Domenico Cerasuolo
1
-162
/
+1
2023-06-20
mm: zswap: add pool shrinking mechanism
Domenico Cerasuolo
1
-5
/
+92
2023-06-20
mm: ptep_get() conversion
Ryan Roberts
36
-196
/
+250
2023-06-20
mm: ptdump should use ptep_get_lockless()
Ryan Roberts
1
-1
/
+1
2023-06-20
mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possible
Catalin Marinas
1
-0
/
+5
2023-06-20
mm/slab: limit kmalloc() minimum alignment to dma_get_cache_alignment()
Catalin Marinas
1
-3
/
+21
2023-06-20
mm/slab: simplify create_kmalloc_cache() args and make it static
Catalin Marinas
3
-16
/
+9
2023-06-20
mm/hugetlb: fix pgtable lock on pmd sharing
Peter Xu
1
-3
/
+2
2023-06-20
mm: remove set_compound_page_dtor()
Sidhartha Kumar
2
-2
/
+2
2023-06-20
perf/core: allow pte_offset_map() to fail
Hugh Dickins
1
-2
/
+4
2023-06-20
mm/swap: swap_vma_readahead() do the pte_offset_map()
Hugh Dickins
1
-21
/
+24
2023-06-20
mm/pgtable: delete pmd_trans_unstable() and friends
Hugh Dickins
1
-4
/
+0
2023-06-20
mm/memory: handle_pte_fault() use pte_offset_map_nolock()
Hugh Dickins
2
-27
/
+17
2023-06-20
mm/memory: allow pte_offset_map[_lock]() to fail
Hugh Dickins
1
-86
/
+81
2023-06-20
mm/khugepaged: allow pte_offset_map[_lock]() to fail
Hugh Dickins
1
-23
/
+49
2023-06-20
mm/huge_memory: split huge pmd under one pte_offset_map()
Hugh Dickins
1
-10
/
+18
2023-06-20
mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()
Hugh Dickins
1
-15
/
+4
2023-06-20
mm/migrate_device: allow pte_offset_map_lock() to fail
Hugh Dickins
1
-27
/
+4
2023-06-20
mm/mglru: allow pte_offset_map_nolock() to fail
Hugh Dickins
1
-9
/
+7
2023-06-20
mm/swapoff: allow pte_offset_map[_lock]() to fail
Hugh Dickins
1
-18
/
+20
2023-06-20
mm/madvise: clean up force_shm_swapin_readahead()
Hugh Dickins
1
-11
/
+13
2023-06-20
mm/madvise: clean up pte_offset_map_lock() scans
Hugh Dickins
1
-54
/
+68
2023-06-20
mm/mremap: retry if either pte_offset_map_*lock() fails
Hugh Dickins
2
-10
/
+23
2023-06-20
mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()
Hugh Dickins
1
-57
/
+17
2023-06-20
mm/various: give up if pte_offset_map[_lock]() fails
Hugh Dickins
5
-13
/
+22
2023-06-20
mm/debug_vm_pgtable,page_table_check: warn pte map fails
Hugh Dickins
2
-1
/
+10
2023-06-20
mm/userfaultfd: allow pte_offset_map_lock() to fail
Hugh Dickins
1
-0
/
+8
2023-06-20
mm/hmm: retry if pte_offset_map() fails
Hugh Dickins
1
-0
/
+2
2023-06-20
mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()
Hugh Dickins
1
-2
/
+1
2023-06-20
mm/vmwgfx: simplify pmd & pud mapping dirty helpers
Hugh Dickins
1
-25
/
+9
2023-06-20
mm/pagewalk: walk_pte_range() allow for pte_offset_map()
Hugh Dickins
1
-10
/
+23
2023-06-20
mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails
Hugh Dickins
4
-12
/
+20
2023-06-20
mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()
Hugh Dickins
1
-6
/
+22
2023-06-20
mm/page_vma_mapped: reformat map_pte() with less indentation
Hugh Dickins
1
-31
/
+34
2023-06-20
mm/page_vma_mapped: delete bogosity in page_vma_mapped_walk()
Hugh Dickins
1
-4
/
+0
2023-06-20
mm/filemap: allow pte_offset_map_lock() to fail
Hugh Dickins
1
-7
/
+5
2023-06-20
mm/pgtable: allow pte_offset_map[_lock]() to fail
Hugh Dickins
1
-0
/
+56
2023-06-20
mm/migrate: remove cruft from migration_entry_wait()s
Hugh Dickins
2
-33
/
+17
2023-06-20
mm: use pmdp_get_lockless() without surplus barrier()
Hugh Dickins
7
-31
/
+6
2023-06-20
mm/vmalloc: replace the ternary conditional operator with min()
Lu Hongfei
1
-1
/
+1
2023-06-20
mm/folio: avoid special handling for order value 0 in folio_set_order
Tarun Sahu
2
-12
/
+5
2023-06-20
vmstat: skip periodic vmstat update for isolated CPUs
Marcelo Tosatti
1
-0
/
+15
2023-06-20
mm: zswap: support exclusive loads
Yosry Ahmed
3
-10
/
+44
2023-06-20
mm/mm_init.c: remove reset_node_present_pages()
Haifeng Xu
2
-20
/
+13
2023-06-20
mm/memory_hotplug: remove reset_node_managed_pages() in hotadd_init_pgdat()
Haifeng Xu
2
-2
/
+1
[next]