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-12-08
nvmet: use IOCB_NOWAIT for file-ns buffered I/O
Chaitanya Kulkarni
1
-46
/
+84
2018-12-08
nvmet: support for traffic based keep-alive
Sagi Grimberg
3
-1
/
+16
2018-12-08
nvme: support traffic based keep-alive
Sagi Grimberg
3
-0
/
+15
2018-12-08
nvme: cache controller attributes
Sagi Grimberg
2
-0
/
+2
2018-12-08
nvme: introduce ctrl attributes enumeration
Sagi Grimberg
2
-1
/
+5
2018-12-08
nvme: add a numa_node field to struct nvme_ctrl
Hannes Reinecke
5
-7
/
+12
2018-12-08
nvme: consolidate memset calls in the nvme_setup_cmd path
Chaitanya Kulkarni
1
-3
/
+1
2018-12-08
blk-mq: re-build queue map in case of kdump kernel
Ming Lei
1
-2
/
+3
2018-12-08
blkcg: put back rcu lock in blkcg_bio_issue_check()
Dennis Zhou
1
-0
/
+3
2018-12-08
block: convert io-latency to use rq_qos_wait
Josef Bacik
1
-23
/
+8
2018-12-08
block: convert wbt_wait() to use rq_qos_wait()
Josef Bacik
1
-54
/
+11
2018-12-08
block: add rq_qos_wait to rq_qos
Josef Bacik
2
-0
/
+92
2018-12-08
blkcg: rename blkg_try_get() to blkg_tryget()
Dennis Zhou
4
-11
/
+8
2018-12-08
blkcg: change blkg reference counting to use percpu_ref
Dennis Zhou
2
-12
/
+44
2018-12-08
blkcg: remove bio_disassociate_task()
Dennis Zhou
2
-12
/
+1
2018-12-08
blkcg: remove additional reference to the css
Dennis Zhou
4
-88
/
+69
2018-12-08
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou
8
-66
/
+32
2018-12-08
blkcg: associate writeback bios with a blkg
Dennis Zhou
6
-11
/
+37
2018-12-08
blkcg: associate a blkg for pages being evicted by swap
Dennis Zhou
3
-28
/
+42
2018-12-08
blkcg: consolidate bio_issue_init() to be a part of core
Dennis Zhou
5
-10
/
+11
2018-12-08
blkcg: associate blkg when associating a device
Dennis Zhou
5
-12
/
+14
2018-12-08
dm: set the static flush bio device on demand
Dennis Zhou
2
-1
/
+12
2018-12-08
blkcg: introduce common blkg association logic
Dennis Zhou
4
-21
/
+62
2018-12-08
blkcg: convert blkg_lookup_create() to find closest blkg
Dennis Zhou
5
-38
/
+44
2018-12-08
blkcg: update blkg_lookup_create() to do locking
Dennis Zhou
3
-5
/
+29
2018-12-08
blkcg: fix ref count issue with bio_blkcg() using task_css
Dennis Zhou
5
-14
/
+102
2018-12-08
blk-mq: remove QUEUE_FLAG_POLL from default MQ flags
Jens Axboe
1
-2
/
+1
2018-12-04
block: enable polling by default if a poll map is initalized
Christoph Hellwig
1
-0
/
+2
2018-12-04
block: only allow polling if a poll queue_map exists
Christoph Hellwig
2
-21
/
+10
2018-12-04
block: remove ->poll_fn
Christoph Hellwig
3
-30
/
+19
2018-12-04
nvme-mpath: remove I/O polling support
Christoph Hellwig
1
-16
/
+0
2018-12-04
nvme-rdma: remove I/O polling support
Christoph Hellwig
1
-24
/
+0
2018-12-04
nvme-pci: remove the CQ lock for interrupt driven queues
Christoph Hellwig
1
-11
/
+26
2018-12-04
nvme-pci: don't poll from irq context when deleting queues
Christoph Hellwig
1
-8
/
+19
2018-12-04
nvme-pci: refactor nvme_disable_io_queues
Christoph Hellwig
1
-21
/
+20
2018-12-04
nvme-pci: consolidate code for polling non-dedicated queues
Christoph Hellwig
1
-23
/
+12
2018-12-04
nvme-pci: only allow polling with separate poll queues
Christoph Hellwig
1
-13
/
+5
2018-12-04
nvme-pci: cleanup SQ allocation a bit
Christoph Hellwig
1
-18
/
+15
2018-12-04
nvme-pci: use atomic bitops to mark a queue enabled
Christoph Hellwig
1
-28
/
+15
2018-12-04
block: move queues types to the block layer
Christoph Hellwig
4
-62
/
+51
2018-12-04
aio: clear IOCB_HIPRI
Christoph Hellwig
1
-3
/
+8
2018-12-04
Merge tag 'v4.20-rc5' into for-4.21/block
Jens Axboe
655
-3926
/
+7593
2018-12-04
sbitmap: fix sbitmap_for_each_set()
Omar Sandoval
1
-4
/
+6
2018-12-04
blk-mq: don't call ktime_get_ns() if we don't need it
Jens Axboe
1
-2
/
+17
2018-12-03
Linux 4.20-rc5
Linus Torvalds
1
-1
/
+1
2018-12-02
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
24
-33
/
+176
2018-12-02
Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-164
/
+37
2018-12-02
Merge tag 'dmaengine-fix-4.20-rc5' of git://git.infradead.org/users/vkoul/sla...
Linus Torvalds
1
-1
/
+9
2018-12-01
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
26
-282
/
+780
2018-12-01
Merge tag 'for-linus-20181201' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-7
/
+14
[next]