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-12-16
checkpatch: improve email parsing
Dwaipayan Ray
1
-17
/
+91
2020-12-16
checkpatch: add __alias and __weak to suggested __attribute__ conversions
Joe Perches
1
-1
/
+3
2020-12-16
checkpatch: add fix option for GERRIT_CHANGE_ID
Aditya Srivastava
1
-2
/
+5
2020-12-16
checkpatch: update __attribute__((section("name"))) quote removal
Joe Perches
1
-32
/
+15
2020-12-16
checkpatch: add a fixer for missing newline at eof
Tom Rix
1
-2
/
+5
2020-12-16
checkpatch: extend attributes check to handle more patterns
Dwaipayan Ray
1
-38
/
+71
2020-12-16
checkpatch: allow --fix removal of unnecessary break statements
Joe Perches
1
-4
/
+8
2020-12-16
checkpatch: prefer static const declarations
Joe Perches
1
-0
/
+12
2020-12-16
checkpatch: ignore generated CamelCase defines and enum values
Ćukasz Stelmach
1
-0
/
+2
2020-12-16
checkpatch: fix false positives in REPEATED_WORD warning
Aditya Srivastava
1
-1
/
+15
2020-12-16
checkpatch: add new exception to repeated word check
Dwaipayan Ray
1
-2
/
+13
2020-12-16
lib/lz4: explicitly support in-place decompression
Gao Xiang
2
-1
/
+6
2020-12-16
lib: cleanup kstrto*() usage
Alexey Dobriyan
2
-22
/
+13
2020-12-16
drivers/misc/lkdtm/lkdtm.h: correct wrong filenames in comment
Francis Laniel
1
-7
/
+7
2020-12-16
drivers/misc/lkdtm: add new file in LKDTM to test fortified strscpy
Francis Laniel
5
-0
/
+88
2020-12-16
string.h: add FORTIFY coverage for strscpy()
Francis Laniel
1
-0
/
+48
2020-12-16
lkdtm: tests for FORTIFY_SOURCE
Daniel Axtens
3
-0
/
+54
2020-12-16
lib: string.h: detect intra-object overflow in fortified string functions
Daniel Axtens
1
-11
/
+16
2020-12-16
lib/string: remove unnecessary #undefs
Nick Desaulniers
1
-4
/
+0
2020-12-16
ilog2: improve ilog2 for constant arguments
Jakub Jelinek
1
-1
/
+2
2020-12-16
lib/cmdline_kunit: add a new test suite for cmdline API
Andy Shevchenko
3
-0
/
+112
2020-12-16
lib/cmdline: allow NULL to be an output for get_option()
Andy Shevchenko
1
-3
/
+9
2020-12-16
lib/cmdline: fix get_option() for strings starting with hyphen
Andy Shevchenko
1
-1
/
+7
2020-12-16
lib/test_lockup.c: minimum fix to get it compiled on PREEMPT_RT
Sebastian Andrzej Siewior
1
-0
/
+16
2020-12-16
lib/stackdepot.c: use array_size() helper in jhash2()
Gustavo A. R. Silva
1
-2
/
+2
2020-12-16
lib/stackdepot.c: use flex_array_size() helper in memcpy()
Gustavo A. R. Silva
1
-1
/
+1
2020-12-16
lib/stackdepot.c: replace one-element array with flexible-array member
Gustavo A. R. Silva
1
-3
/
+2
2020-12-16
lib/test_free_pages.c: add basic progress indicators
Geert Uytterhoeven
1
-0
/
+5
2020-12-16
bitmap: remove unused function declaration
Ma, Jianpeng
1
-2
/
+0
2020-12-16
include/linux/bitmap.h: convert bitmap_empty() / bitmap_full() to return boolean
Andy Shevchenko
1
-2
/
+2
2020-12-16
kernel/acct.c: use #elif instead of #end and #elif
Hui Su
1
-5
/
+2
2020-12-16
kernel.h: split out mathematical helpers
Andy Shevchenko
15
-183
/
+215
2020-12-16
asm-generic: force inlining of get_order() to work around gcc10 poor decision
Christophe Leroy
1
-1
/
+1
2020-12-16
fs/proc: make pde_get() return nothing
Hui Su
1
-2
/
+1
2020-12-16
proc: fix lookup in /proc/net subdirectories after setns(2)
Alexey Dobriyan
4
-19
/
+36
2020-12-16
proc: provide details on indirect branch speculation
Anand K Mistry
2
-0
/
+30
2020-12-16
procfs: delete duplicated words + other fixes
Randy Dunlap
2
-3
/
+3
2020-12-16
alpha: replace bogus in_interrupt()
Thomas Gleixner
1
-1
/
+1
2020-12-16
mm/memory_hotplug: quieting offline operation
Laurent Dufour
1
-1
/
+1
2020-12-16
mm: fix a race on nr_swap_pages
Zhaoyang Huang
1
-5
/
+6
2020-12-16
Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
82
-1867
/
+2028
2020-12-16
Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
34
-251
/
+612
2020-12-16
Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
80
-1210
/
+1692
2020-12-16
Merge tag 'thermal-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
31
-799
/
+1278
2020-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
121
-2381
/
+2989
2020-12-16
Merge tag 'platform-drivers-x86-v5.11-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
58
-257
/
+6595
2020-12-16
Merge tag 'hwmon-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
81
-316
/
+3875
2020-12-16
Merge tag 'mmc-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
52
-454
/
+839
2020-12-16
Merge branch 'i2c/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
25
-340
/
+604
2020-12-16
Merge tag 'spi-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
49
-239
/
+482
[next]