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-02-10
gfs2: Only complain the first time an io error occurs in quota or log
Bob Peterson
2
-4
/
+5
2020-02-10
gfs2: log error reform
Bob Peterson
3
-9
/
+16
2020-02-10
gfs2: Rework how rgrp buffer_heads are managed
Bob Peterson
5
-36
/
+6
2020-02-10
gfs2: clear ail1 list when gfs2 withdraws
Bob Peterson
1
-4
/
+13
2020-02-10
gfs2: Introduce concept of a pending withdraw
Bob Peterson
4
-21
/
+27
2020-02-10
gfs2: Return bool from gfs2_assert functions
Andreas Gruenbacher
2
-25
/
+24
2020-02-10
gfs2: Turn gfs2_consist into void functions
Andreas Gruenbacher
2
-21
/
+15
2020-02-10
gfs2: Remove usused cluster_wide arguments of gfs2_consist functions
Andreas Gruenbacher
2
-9
/
+9
2020-02-10
gfs2: Report errors before withdraw
Andreas Gruenbacher
1
-25
/
+23
2020-02-10
gfs2: Split gfs2_lm_withdraw into two functions
Andreas Gruenbacher
5
-70
/
+82
2020-02-06
gfs2: fix O_SYNC write handling
Andreas Gruenbacher
1
-30
/
+21
2020-02-06
gfs2: move setting current->backing_dev_info
Christoph Hellwig
1
-11
/
+10
2020-02-06
gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0
Abhi Das
1
-1
/
+1
2020-02-01
Merge tag 'gfs2-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
12
-70
/
+73
2020-01-31
Merge tag 'iomap-5.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-13
/
+33
2020-01-31
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
136
-1293
/
+2724
2020-01-31
Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-28
/
+119
2020-01-31
Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
95
-1239
/
+3888
2020-01-31
Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
14
-41
/
+121
2020-01-31
Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
18
-11
/
+245
2020-01-31
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
9
-57
/
+71
2020-01-31
kcov: ignore fault-inject and stacktrace
Dmitry Vyukov
3
-0
/
+3
2020-01-31
include/linux/io-mapping.h-mapping: use PHYS_PFN() macro in io_mapping_map_at...
Andy Shevchenko
1
-3
/
+2
2020-01-31
execve: warn if process starts with executable stack
Alexey Dobriyan
1
-0
/
+5
2020-01-31
reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()
Yunfeng Ye
1
-1
/
+2
2020-01-31
init/main.c: fix misleading "This architecture does not have kernel memory pr...
Christophe Leroy
1
-0
/
+5
2020-01-31
init/main.c: fix quoted value handling in unknown_bootoption
Arvind Sankar
1
-3
/
+4
2020-01-31
init/main.c: remove unnecessary repair_env_string in do_initcall_level
Arvind Sankar
1
-6
/
+10
2020-01-31
init/main.c: log arguments and environment passed to init
Arvind Sankar
1
-0
/
+8
2020-01-31
fs/binfmt_elf.c: coredump: allow process with empty address space to coredump
Alexey Dobriyan
1
-1
/
+9
2020-01-31
fs/binfmt_elf.c: coredump: delete duplicated overflow check
Alexey Dobriyan
1
-2
/
+0
2020-01-31
fs/binfmt_elf.c: coredump: allocate core ELF header on stack
Alexey Dobriyan
1
-11
/
+5
2020-01-31
fs/binfmt_elf.c: make BAD_ADDR() unlikely
Alexey Dobriyan
1
-1
/
+1
2020-01-31
fs/binfmt_elf.c: better codegen around current->mm
Alexey Dobriyan
1
-24
/
+28
2020-01-31
fs/binfmt_elf.c: don't copy ELF header around
Alexey Dobriyan
1
-28
/
+27
2020-01-31
fs/binfmt_elf.c: fix ->start_code calculation
Alexey Dobriyan
1
-1
/
+1
2020-01-31
fs/binfmt_elf.c: smaller code generation around auxv vector fill
Alexey Dobriyan
1
-7
/
+8
2020-01-31
lib/find_bit.c: uninline helper _find_next_bit()
Yury Norov
1
-1
/
+1
2020-01-31
lib/find_bit.c: join _find_next_bit{_le}
Yury Norov
1
-45
/
+19
2020-01-31
uapi: rename ext2_swab() to swab() and share globally in swab.h
Yury Norov
3
-14
/
+13
2020-01-31
lib/scatterlist.c: adjust indentation in __sg_alloc_table
Nathan Chancellor
1
-1
/
+1
2020-01-31
btrfs: use larger zlib buffer for s390 hardware compression
Mikhail Zaslonko
2
-36
/
+101
2020-01-31
lib/zlib: add zlib_deflate_dfltcc_enabled() function
Mikhail Zaslonko
5
-9
/
+24
2020-01-31
s390/boot: add dfltcc= kernel command line parameter
Mikhail Zaslonko
9
-2
/
+55
2020-01-31
lib/zlib: add s390 hardware support for kernel zlib_inflate
Mikhail Zaslonko
7
-11
/
+233
2020-01-31
s390/boot: rename HEAP_SIZE due to name collision
Mikhail Zaslonko
1
-4
/
+4
2020-01-31
lib/zlib: add s390 hardware support for kernel zlib_deflate
Mikhail Zaslonko
11
-102
/
+751
2020-01-31
iio: adc: qcom-vadc-common: use <linux/units.h> helpers
Akinobu Mita
2
-4
/
+3
2020-01-31
thermal: armada: remove unused TO_MCELSIUS macro
Akinobu Mita
1
-2
/
+0
2020-01-31
iwlwifi: use <linux/units.h> helpers
Akinobu Mita
2
-7
/
+4
[next]