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
2020-05-27
zram: nvdimm: use bio_{start,end}_io_acct and disk_{start,end}_io_acct
Christoph Hellwig
1
-14
/
+10
2020-05-27
nvdimm: use bio_{start,end}_io_acct
Christoph Hellwig
4
-25
/
+12
2020-05-27
dm: use bio_{start,end}_io_acct
Christoph Hellwig
1
-7
/
+2
2020-05-27
bcache: use bio_{start,end}_io_acct
Christoph Hellwig
1
-14
/
+4
2020-05-27
lightnvm/pblk: use bio_{start,end}_io_acct
Christoph Hellwig
2
-12
/
+7
2020-05-27
rsxx: use bio_{start,end}_io_acct
Christoph Hellwig
1
-17
/
+2
2020-05-27
drbd: use bio_{start,end}_io_acct
Christoph Hellwig
1
-23
/
+4
2020-05-22
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
4
-6
/
+6
2020-05-19
null_blk: Zero-initialize read buffers in non-memory-backed mode
Bart Van Assche
1
-0
/
+26
2020-05-19
blk-mq: allow blk_mq_make_request to consume the q_usage_counter reference
Christoph Hellwig
1
-1
/
+10
2020-05-14
block: Inline encryption support for blk-mq
Satya Tangirala
1
-0
/
+3
2020-05-13
null_blk: Support REQ_OP_ZONE_APPEND
Damien Le Moal
1
-8
/
+29
2020-05-13
scsi: sd_zbc: emulate ZONE_APPEND commands
Johannes Thumshirn
3
-30
/
+392
2020-05-13
scsi: sd_zbc: factor out sanity checks for zoned commands
Johannes Thumshirn
1
-11
/
+25
2020-05-13
block: Modify revalidate zones
Damien Le Moal
1
-1
/
+1
2020-05-13
block: Introduce REQ_OP_ZONE_APPEND
Keith Busch
1
-0
/
+1
2020-05-11
bdi: fix up for "remove the name field in struct backing_dev_info"
Stephen Rothwell
1
-1
/
+0
2020-05-10
bdi: remove the name field in struct backing_dev_info
Christoph Hellwig
1
-1
/
+0
2020-05-10
bdi: simplify bdi_alloc
Christoph Hellwig
1
-1
/
+1
2020-05-10
driver core: remove device_create_vargs
Christoph Hellwig
1
-35
/
+2
2020-05-10
Merge branch 'block-5.7' into for-5.8/block
Jens Axboe
5
-55
/
+91
2020-05-10
nvme: fix possible hang when ns scanning fails during error recovery
Sagi Grimberg
1
-1
/
+1
2020-05-10
nvme-pci: fix "slimmer CQ head update"
Alexey Dobriyan
1
-1
/
+5
2020-05-04
cdrom: factor out a cdrom_multisession helper
Christoph Hellwig
1
-16
/
+25
2020-05-04
cdrom: factor out a cdrom_read_tocentry helper
Christoph Hellwig
1
-17
/
+22
2020-05-04
ide-cd: rename cdrom_read_tocentry
Christoph Hellwig
1
-7
/
+7
2020-05-04
block: add a cdrom_device_info pointer to struct gendisk
Christoph Hellwig
5
-7
/
+8
2020-04-27
nvme: prevent double free in nvme_alloc_ns() error handling
Niklas Cassel
1
-0
/
+2
2020-04-25
block: bypass ->make_request_fn for blk-mq drivers
Christoph Hellwig
1
-0
/
+3
2020-04-25
dm: remove the make_request_fn check in device_area_is_invalid
Christoph Hellwig
1
-17
/
+0
2020-04-25
bcache: remove a duplicate ->make_request_fn assignment
Christoph Hellwig
1
-1
/
+0
2020-04-23
null_blk: Cleanup zoned device initialization
Damien Le Moal
3
-26
/
+36
2020-04-23
null_blk: Fix zoned command handling
Damien Le Moal
3
-27
/
+47
2020-04-22
block: move dma_pad handling from blk_rq_map_sg into the callers
Christoph Hellwig
3
-4
/
+15
2020-04-22
block: move dma drain handling to scsi
Christoph Hellwig
2
-23
/
+44
2020-04-22
scsi: merge scsi_init_sgtable into scsi_init_io
Christoph Hellwig
1
-28
/
+18
2020-04-20
dasd: use blk_drop_partitions instead of badly reimplementing it
Christoph Hellwig
1
-16
/
+4
2020-04-20
Revert "scsi: core: run queue if SCSI device queue isn't ready and queue is i...
Douglas Anderson
1
-6
/
+1
2020-04-19
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-41
/
+35
2020-04-19
Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-17
/
+49
2020-04-19
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
8
-9
/
+10
2020-04-18
Merge tag 'hwmon-for-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-12
/
+96
2020-04-18
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-34
/
+38
2020-04-18
Merge tag 'drm-fixes-2020-04-18' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
13
-94
/
+85
2020-04-18
hwmon: (jc42) Fix name to have no illegal characters
Sascha Hauer
1
-1
/
+1
2020-04-17
Merge tag 'mtd/fixes-for-5.7-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2020-04-17
Merge tag 'linux-watchdog-5.7-rc2' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
1
-0
/
+4
2020-04-17
Merge tag 'devicetree-fixes-for-5.7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-13
/
+40
2020-04-17
Merge tag 'for-linus-5.7-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+8
2020-04-17
Merge tag 'block-5.7-2020-04-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
[next]