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
2018-02-07
lib/test_bitmap.c: clean up test_zero_fill_copy() test case and rename
Andy Shevchenko
1
-24
/
+5
2018-02-07
lib/test_bitmap.c: add bitmap_fill()/bitmap_set() test cases
Andy Shevchenko
1
-0
/
+30
2018-02-07
lib/test_bitmap.c: add bitmap_zero()/bitmap_clear() test cases
Andy Shevchenko
1
-0
/
+30
2018-02-07
bitmap: replace bitmap_{from,to}_u32array
Yury Norov
6
-311
/
+57
2018-02-07
bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32
Yury Norov
2
-0
/
+87
2018-02-07
MAINTAINERS: update sboyd's email address
Stephen Boyd
1
-4
/
+4
2018-02-07
kernel/async.c: revert "async: simplify lowest_in_progress()"
Rasmus Villemoes
1
-8
/
+12
2018-02-07
tools/lib/subcmd/pager.c: do not alias select() params
Sergey Senozhatsky
1
-1
/
+4
2018-02-07
uuid: cleanup <uapi/linux/uuid.h>
Alexey Dobriyan
2
-1
/
+1
2018-02-07
Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTO
Kees Cook
3
-4
/
+45
2018-02-07
Makefile: move stack-protector availability out of Kconfig
Kees Cook
3
-10
/
+6
2018-02-07
Makefile: move stack-protector compiler breakage test earlier
Kees Cook
1
-3
/
+7
2018-02-07
fs/proc/consoles.c: use seq_putc() in show_console_dev()
Markus Elfring
1
-2
/
+1
2018-02-07
proc: rearrange args
Alexey Dobriyan
3
-14
/
+13
2018-02-07
proc: spread likely/unlikely a bit
Alexey Dobriyan
1
-4
/
+4
2018-02-07
fs/proc: use __ro_after_init
Alexey Dobriyan
4
-5
/
+9
2018-02-07
fs/proc/internal.h: fix up comment
Alexey Dobriyan
1
-1
/
+2
2018-02-07
fs/proc/internal.h: rearrange struct proc_dir_entry
Alexey Dobriyan
1
-10
/
+13
2018-02-07
fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()
Heiko Carstens
1
-13
/
+5
2018-02-07
fs/proc/array.c: delete children_seq_release()
Alexey Dobriyan
1
-7
/
+1
2018-02-07
proc: less memory for /proc/*/map_files readdir
Alexey Dobriyan
1
-6
/
+9
2018-02-07
fs/proc/vmcore.c: simpler /proc/vmcore cleanup
Alexey Dobriyan
1
-4
/
+2
2018-02-07
proc: fix /proc/*/map_files lookup
Alexey Dobriyan
1
-1
/
+28
2018-02-07
proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nth
Alexey Dobriyan
1
-3
/
+2
2018-02-07
proc: use %u for pid printing and slightly less stack
Alexey Dobriyan
4
-15
/
+14
2018-02-07
kasan: remove redundant initialization of variable 'real_size'
Colin Ian King
1
-1
/
+1
2018-02-07
kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage
Andrey Konovalov
5
-15
/
+22
2018-02-07
kasan: fix prototype author email address
Andrey Konovalov
2
-2
/
+2
2018-02-07
kasan: detect invalid frees
Dmitry Vyukov
2
-0
/
+56
2018-02-07
kasan: unify code between kasan_slab_free() and kasan_poison_kfree()
Dmitry Vyukov
1
-16
/
+12
2018-02-07
kasan: detect invalid frees for large mempool objects
Dmitry Vyukov
3
-8
/
+13
2018-02-07
kasan: don't use __builtin_return_address(1)
Dmitry Vyukov
6
-18
/
+19
2018-02-07
kasan: detect invalid frees for large objects
Dmitry Vyukov
6
-15
/
+44
2018-02-07
kasan: add functions for unpoisoning stack variables
Alexander Potapenko
2
-0
/
+59
2018-02-07
kasan: add tests for alloca poisoning
Paul Lawrence
1
-0
/
+22
2018-02-07
kasan: support alloca() poisoning
Paul Lawrence
4
-1
/
+48
2018-02-07
kasan/Makefile: support LLVM style asan parameters
Andrey Ryabinin
1
-11
/
+18
2018-02-07
kasan: add compiler support for clang
Paul Lawrence
1
-0
/
+8
2018-02-07
kasan: don't emit builtin calls when sanitization is off
Andrey Konovalov
3
-2
/
+6
2018-02-06
Merge tag 'xfs-4.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
3
-11
/
+24
2018-02-06
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
15
-409
/
+1905
2018-02-05
Merge tag 'rproc-v4.16' of git://github.com/andersson/remoteproc
Linus Torvalds
11
-204
/
+107
2018-02-05
Merge tag 'rpmsg-v4.16' of git://github.com/andersson/remoteproc
Linus Torvalds
4
-19
/
+55
2018-02-05
Merge tag 'mmc-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...
Linus Torvalds
3
-10
/
+161
2018-02-05
Merge tag 'pwm/for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-1
/
+30
2018-02-05
net: mediatek: Explicitly include pinctrl headers
Thierry Reding
1
-0
/
+1
2018-02-05
mmc: meson-gx-mmc: Explicitly include pinctr/consumer.h
Thierry Reding
1
-0
/
+1
2018-02-05
drm/rockchip: lvds: Explicitly include pinctrl headers
Thierry Reding
1
-0
/
+1
2018-02-05
pinctrl: files should directly include apis they use
Stephen Rothwell
1
-0
/
+1
2018-02-05
ovl: check ERR_PTR() return value from ovl_encode_fh()
Amir Goldstein
1
-0
/
+3
[next]