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
/
arch
/
riscv
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-08
Merge patch series "riscv: Introduce KASLR"
Palmer Dabbelt
1
-1
/
+35
2023-09-08
Merge patch series "Add non-coherent DMA support for AX45MP"
Palmer Dabbelt
2
-0
/
+56
2023-09-08
Merge patch series "riscv: dma-mapping: unify support for cache flushes"
Palmer Dabbelt
1
-9
/
+51
2023-09-06
riscv: Introduce virtual kernel mapping KASLR
Alexandre Ghiti
1
-1
/
+35
2023-09-01
riscv: mm: dma-noncoherent: nonstandard cache operations support
Lad Prabhakar
2
-0
/
+56
2023-09-01
riscv: dma-mapping: switch over to generic implementation
Lad Prabhakar
1
-9
/
+51
2023-09-01
riscv: dma-mapping: skip invalidation before bidirectional DMA
Arnd Bergmann
1
-1
/
+1
2023-09-01
riscv: dma-mapping: only invalidate after DMA, not flush
Arnd Bergmann
1
-1
/
+1
2023-09-01
Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-12
/
+99
2023-08-31
Merge patch series "riscv: Reduce ARCH_KMALLOC_MINALIGN to 8"
Palmer Dabbelt
1
-0
/
+8
2023-08-31
riscv: Move create_tmp_mapping() to init sections
Alexandre Ghiti
1
-1
/
+1
2023-08-31
riscv: Mark KASAN tmp* page tables variables as static
Alexandre Ghiti
1
-3
/
+3
2023-08-31
riscv: mm: use bitmap_zero() API
Ye Xingchen
1
-1
/
+1
2023-08-30
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-25
/
+11
2023-08-25
Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+1
2023-08-25
riscv: implement the new page table range API
Matthew Wilcox (Oracle)
1
-10
/
+3
2023-08-25
mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED
Suren Baghdasaryan
1
-1
/
+2
2023-08-24
riscv: allow kmalloc() caches aligned to the smallest value
Jisheng Zhang
1
-0
/
+8
2023-08-22
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
1
-0
/
+1
2023-08-21
riscv: convert alloc_{pmd, pte}_late() to use ptdescs
Vishal Moola (Oracle)
1
-10
/
+6
2023-08-21
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
1
-0
/
+1
2023-08-18
mm: remove CONFIG_PER_VMA_LOCK ifdefs
Matthew Wilcox (Oracle)
1
-4
/
+0
2023-08-16
riscv: kdump: Implement crashkernel=X,[high,low]
Chen Jiahao
1
-7
/
+86
2023-08-09
riscv: mm: fix 2 instances of -Wmissing-variable-declarations
Nick Desaulniers
2
-5
/
+5
2023-08-04
riscv: Start of DRAM should at least be aligned on PMD size for the direct ma...
Alexandre Ghiti
1
-1
/
+6
2023-07-12
riscv: mm: fix truncation warning on RV32
Jisheng Zhang
1
-1
/
+1
2023-07-07
Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-7
/
+13
2023-07-06
Merge patch series "riscv: some CMO alternative related clean up"
Palmer Dabbelt
2
-5
/
+5
2023-07-06
riscv: mm: mark noncoherent_supported as __ro_after_init
Jisheng Zhang
1
-1
/
+1
2023-07-06
riscv: mm: mark CBO relate initialization funcs as __init
Jisheng Zhang
1
-4
/
+4
2023-07-06
Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2023-07-05
mm: riscv: fix an unsafe pte read in huge_pte_alloc()
John Hubbard
1
-1
/
+5
2023-07-04
riscv: move memblock_allow_resize() after linear mapping is ready
Woody Zhang
1
-1
/
+3
2023-06-30
Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-16
/
+94
2023-06-29
Merge branch 'expand-stack'
Linus Torvalds
1
-18
/
+13
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2023-06-25
riscv/mm: Convert to using lock_mm_and_find_vma()
Ben Hutchings
1
-18
/
+13
2023-06-20
riscv: mm: try VMA lock-based page fault handling first
Jisheng Zhang
1
-0
/
+33
2023-06-20
riscv: mm: Pre-allocate PGD entries for vmalloc/modules area
Björn Töpel
2
-14
/
+60
2023-06-20
riscv/hugetlb: pte_alloc_huge() pte_offset_huge()
Hugh Dickins
1
-2
/
+2
2023-06-14
riscv: mm: stub extable related functions/macros for !MMU
Jisheng Zhang
1
-2
/
+1
2023-06-07
riscv: Check the virtual alignment before choosing a map size
Alexandre Ghiti
1
-6
/
+7
2023-06-07
riscv: Fix kfence now that the linear mapping can be backed by PUD/P4D/PGD
Alexandre Ghiti
1
-5
/
+30
2023-06-07
riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable
Hsieh-Tseng Shen
1
-1
/
+1
2023-06-02
riscv: Implement missing huge_ptep_get
Alexandre Ghiti
1
-0
/
+24
2023-06-02
riscv: Fix huge_ptep_set_wrprotect when PTE is a NAPOT
Alexandre Ghiti
1
-1
/
+5
2023-05-29
riscv: mm: init: Pass a pointer to virt_to_page()
Linus Walleij
1
-2
/
+2
2023-05-24
riscv: Fix unused variable warning when BUILTIN_DTB is set
Alexandre Ghiti
1
-1
/
+1
2023-04-29
riscv: mm: remove redundant parameter of create_fdt_early_page_table
Song Shuai
1
-4
/
+2
2023-04-29
Merge patch series "RISC-V Hibernation Support"
Palmer Dabbelt
1
-0
/
+8
[next]