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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-07
init/Kconfig: clean up ANON_INODES and old IO schedulers options
Krzysztof Kozlowski
1
-2
/
+1
2020-04-07
kernel/gcov/fs.c: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-07
gcov: gcc_3_4: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-3
/
+3
2020-04-07
gcov: gcc_4_7: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-07
kernel/kmod.c: fix a typo "assuems" -> "assumes"
Qiujun Huang
1
-1
/
+1
2020-04-07
reiserfs: clean up several indentation issues
Colin Ian King
3
-11
/
+12
2020-04-07
kallsyms: unexport kallsyms_lookup_name() and kallsyms_on_each_symbol()
Will Deacon
1
-2
/
+0
2020-04-07
samples/hw_breakpoint: drop use of kallsyms_lookup_name()
Will Deacon
1
-2
/
+7
2020-04-07
samples/hw_breakpoint: drop HW_BREAKPOINT_R when reporting writes
Will Deacon
1
-1
/
+1
2020-04-07
fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common path
Alexey Dobriyan
1
-1
/
+1
2020-04-07
fs/binfmt_elf.c: allocate less for static executable
Alexey Dobriyan
1
-9
/
+10
2020-04-07
fs/binfmt_elf.c: delete "loc" variable
Alexey Dobriyan
1
-17
/
+15
2020-04-07
fs/epoll: make nesting accounting safe for -rt kernel
Jason Baron
1
-21
/
+43
2020-04-07
kselftest: introduce new epoll test case
Roman Penyaev
1
-1
/
+66
2020-04-07
checkpatch: avoid warning about uninitialized_var()
Joe Perches
1
-5
/
+9
2020-04-07
checkpatch: check proper licensing of Devicetree bindings
Lubomir Rintel
1
-0
/
+11
2020-04-07
checkpatch: improve Gerrit Change-Id: test
Joe Perches
1
-3
/
+10
2020-04-07
checkpatch: add command-line option for TAB size
Antonio Borneo
1
-10
/
+16
2020-04-07
checkpatch: fix multiple const * types
Antonio Borneo
1
-2
/
+2
2020-04-07
checkpatch: fix minor typo and mixed space+tab in indentation
Antonio Borneo
1
-4
/
+4
2020-04-07
checkpatch: prefer fallthrough; over fallthrough comments
Joe Perches
1
-0
/
+36
2020-04-07
checkpatch: support "base-commit:" format
John Hubbard
1
-1
/
+1
2020-04-07
checkpatch: check SPDX tags in YAML files
Lubomir Rintel
1
-1
/
+1
2020-04-07
checkpatch: remove email address comment from email address comparisons
Joe Perches
1
-10
/
+29
2020-04-07
lib/dynamic_debug.c: use address-of operator on section symbols
Nathan Chancellor
1
-1
/
+1
2020-04-07
linux/bits.h: add compile time sanity check of GENMASK inputs
Rikard Falkeborn
1
-2
/
+20
2020-04-07
lib/test_kmod.c: remove a NULL test
Dan Carpenter
1
-1
/
+1
2020-04-07
lib/rbtree: fix coding style of assignments
chenqiwu
2
-4
/
+4
2020-04-07
lib/test_bitmap.c: make use of EXP2_IN_BITS
Andy Shevchenko
1
-0
/
+2
2020-04-07
percpu_counter: fix a data race at vm_committed_as
Qian Cai
1
-2
/
+2
2020-04-07
kasan: stackdepot: move filter_irq_stacks() to stackdepot.c
Alexander Potapenko
5
-23
/
+29
2020-04-07
lib/stackdepot.c: build with -fno-builtin
Alexander Potapenko
1
-0
/
+4
2020-04-07
lib/stackdepot.c: check depot_index before accessing the stack slab
Alexander Potapenko
1
-2
/
+13
2020-04-07
lib: test_stackinit.c: XFAIL switch variable init tests
Kees Cook
2
-10
/
+19
2020-04-07
lib/scatterlist: fix sg_copy_buffer() kerneldoc
Geert Uytterhoeven
1
-1
/
+1
2020-04-07
lib/ts_kmp.c: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-07
lib/ts_fsm.c: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-07
lib/ts_bm.c: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-07
lib/bch.c: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-07
lib/test_lockup.c: add parameters for locking generic vfs locks
Konstantin Khlebnikov
1
-0
/
+45
2020-04-07
lib/test_lockup.c: fix spelling mistake "iteraions" -> "iterations"
Colin Ian King
1
-1
/
+1
2020-04-07
lib/test_lockup: test module to generate lockups
Konstantin Khlebnikov
3
-0
/
+567
2020-04-07
bitops: always inline sign extension helpers
Josh Poimboeuf
1
-2
/
+2
2020-04-07
MAINTAINERS: list the section entries in the preferred order
Joe Perches
1
-17
/
+18
2020-04-07
compiler.h: fix error in BUILD_BUG_ON() reporting
Vegard Nossum
1
-1
/
+1
2020-04-07
compiler: remove CONFIG_OPTIMIZE_INLINING entirely
Masahiro Yamada
5
-25
/
+1
2020-04-07
sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLINING
Masahiro Yamada
2
-8
/
+0
2020-04-07
kernel/extable.c: use address-of operator on section symbols
Nathan Chancellor
1
-1
/
+2
2020-04-07
asm-generic: fix unistd_32.h generation format
Michal Simek
9
-11
/
+9
2020-04-07
proc: inline m_next_vma into m_next
Matthew Wilcox (Oracle)
1
-10
/
+8
[next]