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
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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-15
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
8
-9
/
+7
2019-02-15
block: kill QUEUE_FLAG_NO_SG_MERGE
Ming Lei
1
-13
/
+0
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
5
-5
/
+10
2019-02-15
bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
Ming Lei
1
-1
/
+5
2019-02-15
block: loop: pass multi-page bvec to iov_iter
Ming Lei
1
-10
/
+10
2019-02-11
lightnvm: pblk: fix race condition on GC
Heiner Litz
6
-7
/
+18
2019-02-11
lightnvm: pblk: prevent stall due to wb threshold
Javier González
3
-10
/
+22
2019-02-11
lightnvm: pblk: extend line wp balance check
Hans Holmberg
1
-18
/
+38
2019-02-11
lightnvm: pblk: fix TRACE_INCLUDE_PATH
Masahiro Yamada
1
-1
/
+1
2019-02-11
lightnvm: pblk: Switch to use new generic UUID API
Andy Shevchenko
4
-15
/
+10
2019-02-11
lightnvm: Use u64 instead of __le64 for CPU visible side
Andy Shevchenko
1
-2
/
+2
2019-02-11
lightnvm: pblk: use vfree to free metadata on error path
Hans Holmberg
1
-1
/
+1
2019-02-11
lightnvm: pblk: stop taking the free lock in in pblk_lines_free
Hans Holmberg
1
-2
/
+0
2019-02-10
block: kill QUEUE_FLAG_FLUSH_NQ
Jens Axboe
2
-3
/
+0
2019-02-09
bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata
Coly Li
1
-3
/
+4
2019-02-09
bcache: fix input overflow to cache set sysfs file io_error_halflife
Coly Li
1
-2
/
+11
2019-02-09
bcache: fix input overflow to cache set io_error_limit
Coly Li
1
-2
/
+1
2019-02-09
bcache: fix input overflow to journal_delay_ms
Coly Li
1
-1
/
+3
2019-02-09
bcache: fix input overflow to writeback_rate_minimum
Coly Li
1
-1
/
+3
2019-02-09
bcache: fix potential div-zero error of writeback_rate_p_term_inverse
Coly Li
1
-1
/
+3
2019-02-09
bcache: fix potential div-zero error of writeback_rate_i_term_inverse
Coly Li
1
-1
/
+3
2019-02-09
bcache: fix input overflow to writeback_delay
Coly Li
1
-1
/
+1
2019-02-09
bcache: use sysfs_strtoul_bool() to set bit-field variables
Coly Li
1
-8
/
+8
2019-02-09
bcache: add sysfs_strtoul_bool() for setting bit-field variables
Coly Li
1
-0
/
+10
2019-02-09
bcache: fix input overflow to sequential_cutoff
Coly Li
1
-1
/
+3
2019-02-09
bcache: fix input integer overflow of congested threshold
Coly Li
1
-4
/
+6
2019-02-09
bcache: improve sysfs_strtoul_clamp()
Coly Li
1
-3
/
+10
2019-02-09
bcache: treat stale && dirty keys as bad keys
Tang Junhui
1
-6
/
+7
2019-02-09
bcache: fix indentation issue, remove tabs on a hunk of code
Colin Ian King
1
-15
/
+15
2019-02-09
bcache: export backing_dev_uuid via sysfs
Coly Li
1
-0
/
+9
2019-02-09
bcache: export backing_dev_name via sysfs
Coly Li
1
-0
/
+8
2019-02-09
bcache: not use hard coded memset size in bch_cache_accounting_clear()
Coly Li
1
-1
/
+1
2019-02-09
bcache: never writeback a discard operation
Daniel Axtens
1
-0
/
+3
2019-02-08
cdrom: Fix race condition in cdrom_sysctl_register
Guenter Roeck
1
-4
/
+3
2019-02-04
Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.1/block
Jens Axboe
2
-6
/
+3
2019-02-04
raid1: simplify raid1_error function
Yufen Yu
1
-4
/
+2
2019-02-04
md-linear: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-02-04
nvme: remove the .stop_ctrl callout
Sagi Grimberg
4
-19
/
+6
2019-02-04
nvme: add support for the Write Zeroes command
Chaitanya Kulkarni
1
-2
/
+50
2019-01-31
mtip32xx: ѕtop abusing the managed resource APIs
Christoph Hellwig
1
-21
/
+16
2019-01-27
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-15
/
+15
2019-01-27
Merge tag 'edac_fix_for_5.0' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2019-01-27
Merge tag 'dma-mapping-5.0-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-2
/
+2
2019-01-27
Merge tag 'libnvdimm-fixes-5.0-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-24
/
+71
2019-01-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
4
-4
/
+9
2019-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
22
-193
/
+251
2019-01-27
Merge tag 'vfio-v5.0-rc4' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2
-25
/
+17
2019-01-27
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
12
-45
/
+47
2019-01-26
Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-32
/
+69
2019-01-26
qed: Revert error handling changes.
David S. Miller
16
-706
/
+198
[next]