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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-24
riscv: __asm_copy_to-from_user: Fix: Typos in comments
Akira Tsukamoto
1
-9
/
+9
2021-07-24
riscv: __asm_copy_to-from_user: Remove unnecessary size check
Akira Tsukamoto
1
-1
/
+0
2021-07-24
riscv: __asm_copy_to-from_user: Fix: fail on RV32
Akira Tsukamoto
1
-1
/
+1
2021-07-24
riscv: __asm_copy_to-from_user: Fix: overrun copy
Akira Tsukamoto
1
-3
/
+3
2021-07-24
riscv: stacktrace: pin the task's stack in get_wchan
Jisheng Zhang
1
-1
/
+5
2021-07-23
riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUE
Alexandre Ghiti
1
-2
/
+16
2021-07-23
riscv: Make sure the linear mapping does not use the kernel mapping
Alexandre Ghiti
1
-0
/
+2
2021-07-23
riscv: Fix memory_limit for 64-bit kernel
Alexandre Ghiti
1
-2
/
+9
2021-07-22
RISC-V: load initrd wherever it fits into memory
Heinrich Schuchardt
1
-2
/
+2
2021-07-22
Merge remote-tracking branch 'riscv/riscv-fix-32bit' into fixes
Palmer Dabbelt
1
-0
/
+1
2021-07-22
riscv: Fix 32-bit RISC-V boot failure
Bin Meng
1
-1
/
+3
2021-07-10
Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+0
2021-07-09
Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
37
-360
/
+901
2021-07-08
mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
Aneesh Kumar K.V
1
-2
/
+2
2021-07-08
riscv: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
arch, mm: wire up memfd_secret system call where relevant
Mike Rapoport
1
-0
/
+1
2021-07-08
riscv/Kconfig: make direct map manipulation options depend on MMU
Mike Rapoport
1
-2
/
+2
2021-07-07
riscv: xip: Fix duplicate included asm/pgtable.h
Jiapeng Chong
1
-1
/
+0
2021-07-07
riscv: Fix PTDUMP output now BPF region moved back to module region
Alexandre Ghiti
1
-2
/
+2
2021-07-07
riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline...
Akira Tsukamoto
1
-35
/
+146
2021-07-06
riscv: add VMAP_STACK overflow detection
Tong Tiangen
6
-1
/
+163
2021-07-06
riscv: ptrace: add argn syntax
Jeff Xie
2
-0
/
+32
2021-07-06
riscv: mm: fix build errors caused by mk_pmd()
Nanyong Sun
2
-5
/
+2
2021-07-06
riscv: Introduce structure that group all variables regarding kernel mapping
Alexandre Ghiti
8
-93
/
+75
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-8
/
+1
2021-07-01
mm/thp: define default pmd_pgtable()
Anshuman Khandual
1
-2
/
+0
2021-07-01
mm: define default value for FIRST_USER_ADDRESS
Anshuman Khandual
1
-2
/
+0
2021-07-01
Merge branch 'riscv-wx-mappings' into for-next
Palmer Dabbelt
7
-94
/
+102
2021-07-01
riscv: Map the kernel with correct permissions the first time
Alexandre Ghiti
5
-81
/
+82
2021-07-01
riscv: Introduce set_kernel_memory helper
Alexandre Ghiti
1
-0
/
+16
2021-07-01
riscv: Enable KFENCE for riscv64
Liu Shixin
3
-1
/
+74
2021-07-01
RISC-V: Use asm-generic for {in,out}{bwlq}
Palmer Dabbelt
1
-13
/
+0
2021-07-01
riscv: add ASID-based tlbflushing methods
Guo Ren
3
-8
/
+43
2021-07-01
riscv: pass the mm_struct to __sbi_tlb_flush_range
Christoph Hellwig
1
-9
/
+6
2021-07-01
mm: generalize ZONE_[DMA|DMA32]
Kefeng Wang
1
-4
/
+1
2021-06-30
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-06-29
mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
Mike Rapoport
1
-1
/
+1
2021-06-28
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+1
2021-06-28
Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-17
/
+0
2021-06-28
Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-81
/
+81
2021-06-19
riscv: dts: fu740: fix cache-controller interrupts
David Abdurachmanov
1
-1
/
+1
2021-06-19
riscv: Ensure BPF_JIT_REGION_START aligned with PMD size
Jisheng Zhang
2
-4
/
+3
2021-06-19
riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' name
Jisheng Zhang
1
-4
/
+4
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-1
/
+1
2021-06-18
Merge branch 'sched/urgent' into sched/core, to resolve conflicts
Ingo Molnar
10
-21
/
+54
2021-06-15
riscv: Add mem kernel parameter support
Kefeng Wang
1
-3
/
+25
2021-06-13
riscv: sifive: fix Kconfig errata warning
Randy Dunlap
1
-0
/
+1
2021-06-13
riscv32: Use medany C model for modules
Khem Raj
1
-1
/
+1
2021-06-12
riscv: Fix BUILTIN_DTB for sifive and microchip soc
Alexandre Ghiti
2
-0
/
+2
2021-06-12
riscv: Simplify xip and !xip kernel address conversion macros
Alexandre Ghiti
2
-11
/
+5
[next]