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
pinetabv-6.6.y-devel
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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-29
bcache: move uapi header bcache.h to bcache code directory
Coly Li
1
-445
/
+0
2021-10-27
nvme: add new discovery log page entry definitions
Hannes Reinecke
1
-3
/
+16
2021-10-21
Merge tag 'nvme-5.16-2021-10-21' of git://git.infradead.org/nvme into for-5.1...
Jens Axboe
3
-1
/
+19
2021-10-20
nvmet: use macro definitions for setting cmic value
Max Gurtovoy
1
-0
/
+1
2021-10-20
nvme: add CNTRLTYPE definitions for 'identify controller'
Hannes Reinecke
1
-1
/
+9
2021-10-20
nvme-rdma: limit the maximal queue size for RDMA controllers
Max Gurtovoy
1
-0
/
+2
2021-10-20
nvme-fc: add support for ->map_queues
Saurav Kashyap
1
-0
/
+7
2021-10-20
bcache: reserve never used bits from bkey.high
Coly Li
1
-2
/
+2
2021-10-18
block: add support for blk_mq_end_request_batch()
Jens Axboe
1
-0
/
+29
2021-10-18
sbitmap: add helper to clear a batch of tags
Jens Axboe
1
-0
/
+11
2021-10-18
block: add a struct io_comp_batch argument to fops->iopoll()
Jens Axboe
3
-4
/
+15
2021-10-18
block: provide helpers for rq_list manipulation
Jens Axboe
1
-0
/
+29
2021-10-18
block: remove some blk_mq_hw_ctx debugfs entries
Jens Axboe
1
-10
/
+0
2021-10-18
block: store elevator state in request
Jens Axboe
1
-0
/
+2
2021-10-18
block: improve layout of struct request
Jens Axboe
1
-44
/
+46
2021-10-18
block: don't bother iter advancing a fully done bio
Jens Axboe
1
-2
/
+22
2021-10-18
block: cache request queue in bdev
Pavel Begunkov
2
-1
/
+2
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
6
-32
/
+16
2021-10-18
block: define 'struct bvec_iter' as packed
Ming Lei
1
-1
/
+1
2021-10-18
block: rename REQ_HIPRI to REQ_POLLED
Christoph Hellwig
2
-3
/
+3
2021-10-18
io_uring: don't sleep when polling for I/O
Christoph Hellwig
1
-0
/
+2
2021-10-18
block: replace the spin argument to blk_iopoll with a flags argument
Christoph Hellwig
3
-3
/
+5
2021-10-18
blk-mq: remove blk_qc_t_valid
Christoph Hellwig
1
-5
/
+0
2021-10-18
blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal
Christoph Hellwig
1
-10
/
+0
2021-10-18
blk-mq: factor out a blk_qc_to_hctx helper
Christoph Hellwig
1
-5
/
+0
2021-10-18
sbitmap: add __sbitmap_queue_get_batch()
Jens Axboe
1
-0
/
+13
2021-10-18
block: mark bio_truncate static
Christoph Hellwig
1
-1
/
+0
2021-10-18
block: move bio_get_{first,last}_bvec out of bio.h
Christoph Hellwig
1
-31
/
+0
2021-10-18
block: mark __bio_try_merge_page static
Christoph Hellwig
1
-2
/
+0
2021-10-18
block: move bio_full out of bio.h
Christoph Hellwig
1
-19
/
+0
2021-10-18
block: fold bio_cur_bytes into blk_rq_cur_bytes
Christoph Hellwig
2
-9
/
+5
2021-10-18
block: move bio_mergeable out of bio.h
Christoph Hellwig
1
-8
/
+0
2021-10-18
block: don't include <linux/ioprio.h> in <linux/bio.h>
Christoph Hellwig
1
-1
/
+0
2021-10-18
block: remove BIO_BUG_ON
Christoph Hellwig
1
-8
/
+0
2021-10-18
block: move the *blkdev_ioctl declarations out of blkdev.h
Christoph Hellwig
1
-4
/
+0
2021-10-18
block: pre-allocate requests if plug is started and is a batch
Jens Axboe
2
-2
/
+18
2021-10-18
block: bump max plugged deferred size from 16 to 32
Jens Axboe
1
-2
/
+0
2021-10-18
blk-mq: Change shared sbitmap naming to shared tags
John Garry
2
-6
/
+6
2021-10-18
blk-mq: Use shared tags for shared sbitmap support
John Garry
2
-10
/
+8
2021-10-18
block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ
John Garry
1
-1
/
+1
2021-10-18
block: move struct request to blk-mq.h
Christoph Hellwig
6
-473
/
+469
2021-10-18
block: move integrity handling out of <linux/blkdev.h>
Christoph Hellwig
2
-183
/
+183
2021-10-18
block: move a few merge helpers out of <linux/blkdev.h>
Christoph Hellwig
1
-64
/
+0
2021-10-18
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
2
-12
/
+3
2021-10-18
block: drop unused includes in <linux/blkdev.h>
Christoph Hellwig
1
-7
/
+0
2021-10-18
block: move elevator.h to block/
Christoph Hellwig
2
-182
/
+9
2021-10-18
block: remove the struct blk_queue_ctx forward declaration
Christoph Hellwig
1
-2
/
+0
2021-10-18
block: remove the cmd_size field from struct request_queue
Christoph Hellwig
1
-2
/
+0
2021-10-18
block: remove the unused blk_queue_state enum
Christoph Hellwig
1
-5
/
+0
2021-10-18
block: remove the unused rq_end_sector macro
Christoph Hellwig
1
-1
/
+0
[next]