VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
Date
Commit Message
Rev
Author
2023-11-06
block/mq: do not invoke preempt_disable()
Sebastian Andrzej Siewior
2021-10-26
block: schedule queue restart after BLK_STS_ZONE_RESOURCE
Naohiro Aota
2021-10-15
block: keep q_usage_counter in atomic mode after del_gendisk
Christoph Hellwig
2021-09-11
Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-09-07
blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queues
Song Liu
2021-09-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-08-30
Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-08-30
Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2021-08-23
block: add an explicit ->disk backpointer to the request_queue
Christoph Hellwig
2021-08-23
block: pass a request_queue to __blk_alloc_disk
Christoph Hellwig
2021-08-23
block: remove the minors argument to __alloc_disk_node
Christoph Hellwig
2021-08-23
block: cleanup the lockdep handling in *alloc_disk
Christoph Hellwig
2021-08-17
blk-mq: fix is_flush_rq
Ming Lei
2021-08-17
blk-mq: don't grab rq's refcount in blk_mq_check_expired()
Ming Lei
2021-08-13
blk-mq: clear active_queues before clearing BLK_MQ_F_TAG_QUEUE_SHARED
Yu Kuai
2021-08-10
genirq: Change force_irqthreads to a static key
Tanner Love
2021-08-09
block: move the bdi from the request_queue to the gendisk
Christoph Hellwig
2021-07-30
scsi: block: Remove the remaining SG_IO-related fields from struct request_queue
Christoph Hellwig
2021-06-30
block: mark blk_mq_init_queue_data static
Christoph Hellwig
2021-06-30
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-25
blk-mq: update hctx->dispatch_busy in case of real scheduler
Ming Lei
2021-06-18
sched: Change task_struct::state
Peter Zijlstra
2021-06-18
sched: Add get_current_state()
Peter Zijlstra
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
2021-06-11
blk-mq: remove blk_mq_init_sq_queue
Christoph Hellwig
2021-06-11
blk-mq: add the blk_mq_alloc_disk APIs
Christoph Hellwig
2021-06-11
blk-mq: improve the blk_mq_init_allocated_queue interface
Christoph Hellwig
2021-06-11
blk-mq: factor out a blk_mq_alloc_sq_tag_set helper
Christoph Hellwig
2021-06-03
block: Do not pull requests from the scheduler when we cannot dispatch them
Jan Kara
2021-05-24
blk-mq: Use request queue-wide tags for tagset-wide sbitmap
John Garry
2021-05-24
blk-mq: Some tag allocation code refactoring
John Garry
2021-05-24
blk-mq: clearing flush request reference in tags->rqs[]
Ming Lei
2021-05-24
blk-mq: clear stale request in tags->rq[] before freeing one request pool
Ming Lei
2021-05-24
blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter
Ming Lei
2021-05-14
blk-mq: Swap two calls in blk_mq_exit_queue()
Bart Van Assche
2021-05-14
blk-mq: plug request for shared sbitmap
Ming Lei
2021-04-28
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-04-28
Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-16
blk-mq: bypass IO scheduler's limit_depth for passthrough request
Lin Feng
2021-04-08
treewide: Change list_sort to use const pointers
Sami Tolvanen
2021-03-04
scsi: blk-mq: Return budget token from .get_budget callback
Ming Lei
2021-03-04
scsi: sbitmap: Move allocation hint into sbitmap
Ming Lei
2021-03-04
scsi: sbitmap: Maintain allocation round_robin in sbitmap
Ming Lei
2021-02-22
Merge tag 'for-5.12/block-ipi-2021-02-21' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-12
blk-mq: Use llist_head for blk_cpu_done
Sebastian Andrzej Siewior
2021-02-12
blk-mq: Always complete remote completions requests in softirq
Sebastian Andrzej Siewior
2021-01-24
blk-mq: Improve performance of non-mq IO schedulers with multiple HW queues
Jan Kara
2021-01-24
Revert "blk-mq, elevator: Count requests per hctx to improve performance"
Jan Kara
2021-01-24
block: store a block_device pointer in struct bio
Christoph Hellwig
2021-01-01
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-12-17
blk-mq: Don't complete on a remote CPU in force threaded mode
Sebastian Andrzej Siewior
2020-12-16
blk-mq: Remove 'running from the wrong CPU' warning
Daniel Wagner
2020-12-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-12
blk-mq: fix msec comment from micro to milli seconds
Minwoo Im
2020-12-12
blk-mq: add helper allocating tagset->tags
Minwoo Im
2020-12-09
scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT
Bart Van Assche
2020-12-09
scsi: block: Introduce BLK_MQ_REQ_PM
Bart Van Assche
2020-12-07
block: disable iopoll for split bio
Jeffle Xu
2020-12-07
blk-mq: skip hybrid polling if iopoll doesn't spin
Pavel Begunkov
2020-12-04
block: remove the request_queue to argument request based tracepoints
Christoph Hellwig
2020-12-04
block: simplify and extend the block_bio_merge tracepoint class
Christoph Hellwig
2020-12-02
block: fix inflight statistics of part0
Jeffle Xu
2020-12-01
block: switch partition lookup to use struct block_device
Christoph Hellwig
2020-11-24
smp: Cleanup smp_call_function*()
Peter Zijlstra
2020-11-10
scsi: block: Return status code in blk_mq_end_request()
Hannes Reinecke
2020-10-24
Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-23
block: blk-mq: fix a kernel-doc markup
Mauro Carvalho Chehab
2020-10-20
blk-mq: remove the calling of local_memory_node()
Xianting Tian
2020-10-14
Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-09
blk-mq: use helper function to test hw stopped
Yufen Yu
2020-10-07
dm: fix request-based DM to not bounce through indirect dm_submit_bio
Mike Snitzer
2020-10-06
block: Consider only dispatched requests for inflight statistic
Gabriel Krisman Bertazi
2020-10-05
block: make blk_crypto_rq_bio_prep() able to fail
Eric Biggers
2020-09-29
blk-mq: call commit_rqs while list empty but error happen
yangerkun
2020-09-28
blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps()
Xianting Tian
2020-09-11
blk-mq: always allow reserved allocation in hctx_may_queue
Ming Lei
2020-09-03
blk-mq, elevator: Count requests per hctx to improve performance
Kashyap Desai
2020-09-03
blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared sbitmap
John Garry
2020-09-03
blk-mq: Record nr_active_requests per queue for when using shared sbitmap
John Garry
2020-09-03
blk-mq: Facilitate a shared sbitmap per tagset
John Garry
2020-09-03
blk-mq: Use pointers for blk_mq_tags bitmap tags
John Garry
2020-09-03
blk-mq: Pass flags for tag init/free
John Garry
2020-09-03
blk-mq: Rename blk_mq_update_tag_set_depth()
Hannes Reinecke
2020-09-03
blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED
Ming Lei
2020-08-21
blk-mq: insert request not through ->queue_rq into sw/scheduler queue
Ming Lei
2020-08-17
blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTART
Ming Lei
2020-08-16
block: blk-mq.c: fix @at_head kernel-doc warning
Randy Dunlap
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-07-31
block: blk-mq: delete duplicated word
Randy Dunlap
2020-07-28
block: Use non _rcu version of list functions for tag_set_list
Daniel Wagner
2020-07-10
blk-mq: remove redundant validation in __blk_mq_end_request()
Baolin Wang
2020-07-08
blk-mq: centralise related handling into blk_mq_get_driver_tag
Ming Lei
2020-07-08
blk-mq: streamline handling of q->mq_ops->queue_rq result
Ming Lei
2020-07-07
blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight()
Ming Lei
2020-07-01
Revert "blk-mq: put driver tag when this request is completed"
Jens Axboe
2020-07-01
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
2020-07-01
block: remove the request_queue argument from blk_queue_split
Christoph Hellwig
2020-06-30
blk-mq: centralise related handling into blk_mq_get_driver_tag
Ming Lei
2020-06-30
blk-mq: move blk_mq_put_driver_tag() into blk-mq.c
Ming Lei
2020-06-30
blk-mq: move blk_mq_get_driver_tag into blk-mq.c
Ming Lei
2020-06-30
blk-mq: support batching dispatch in case of io
Ming Lei
2020-06-30
blk-mq: pass obtained budget count to blk_mq_dispatch_rq_list
Ming Lei
2020-06-30
blk-mq: remove dead check from blk_mq_dispatch_rq_list
Ming Lei
2020-06-30
blk-mq: move getting driver tag and budget into one helper
Ming Lei
2020-06-30
blk-mq: pass hctx to blk_mq_dispatch_rq_list
Ming Lei
2020-06-30
blk-mq: pass request queue into get/put budget callback
Ming Lei
2020-06-29
blk-mq: remove the BLK_MQ_REQ_INTERNAL flag
Christoph Hellwig
2020-06-29
blk-mq: put driver tag when this request is completed
Ming Lei
2020-06-24
blk-mq: add a new blk_mq_complete_request_remote API
Christoph Hellwig
2020-06-24
blk-mq: factor out a blk_mq_complete_need_ipi helper
Christoph Hellwig
2020-06-24
blk-mq: remove the get_cpu/put_cpu pair in blk_mq_complete_request
Christoph Hellwig
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
2020-06-24
blk-mq: merge the softirq vs non-softirq IPI logic
Christoph Hellwig
2020-06-24
blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMP
Christoph Hellwig
2020-06-24
blk-mq: complete polled requests directly
Christoph Hellwig
2020-06-24
blk-mq: remove raise_blk_irq
Christoph Hellwig
2020-06-24
blk-mq: factor out a helper to reise the block softirq
Christoph Hellwig
2020-06-24
blk-mq: merge blk-softirq.c into blk-mq.c
Christoph Hellwig
2020-06-17
block: update hctx map when use multiple maps
Weiping Zhang
2020-06-07
blk-mq: split out a __blk_mq_get_driver_tag helper
Christoph Hellwig
2020-05-29
blk-mq: drain I/O when all CPUs in a hctx are offline
Ming Lei
2020-05-29
blk-mq: open code __blk_mq_alloc_request in blk_mq_alloc_request_hctx
Christoph Hellwig
2020-05-29
blk-mq: use BLK_MQ_NO_TAG in more places
Christoph Hellwig
2020-05-29
blk-mq: rename BLK_MQ_TAG_FAIL to BLK_MQ_NO_TAG
Christoph Hellwig
2020-05-29
blk-mq: move more request initialization to blk_mq_rq_ctx_init
Christoph Hellwig
2020-05-29
blk-mq: simplify the blk_mq_get_request calling convention
Christoph Hellwig
2020-05-29
blk-mq: remove the bio argument to ->prepare_request
Christoph Hellwig
2020-05-29
blk-mq: blk-mq: provide forced completion method
Keith Busch
2020-05-27
block: add a blk_account_io_merge_bio helper
Konstantin Khlebnikov
2020-05-19
blk-mq: allow blk_mq_make_request to consume the q_usage_counter reference
Christoph Hellwig
2020-05-19
blk-mq: remove a pointless queue enter pair in blk_mq_alloc_request_hctx
Christoph Hellwig
2020-05-19
blk-mq: remove a pointless queue enter pair in blk_mq_alloc_request
Christoph Hellwig
2020-05-19
blk-mq: move the call to blk_queue_enter_live out of blk_mq_get_request
Christoph Hellwig
2020-05-14
block: Inline encryption support for blk-mq
Satya Tangirala
2020-05-12
block: Introduce REQ_OP_ZONE_APPEND
Keith Busch
2020-05-12
block: reset mapping if failed to update hardware queue count
Weiping Zhang
2020-05-09
block: rename blk_mq_alloc_rq_maps
Weiping Zhang
2020-05-09
block: rename __blk_mq_alloc_rq_map
Weiping Zhang
2020-05-09
block: alloc map and request for new hardware queue
Ming Lei
2020-05-09
block: save previous hardware queue count before udpate
Weiping Zhang
2020-05-09
block: free both rq_map and request
Weiping Zhang
2020-04-25
block: bypass ->make_request_fn for blk-mq drivers
Christoph Hellwig
2020-04-22
block: move dma_pad handling from blk_rq_map_sg into the callers
Christoph Hellwig
2020-04-22
block: move dma drain handling to scsi
Christoph Hellwig
2020-04-20
blk-mq: Add blk_mq_delay_run_hw_queues() API call
Douglas Anderson
2020-04-20
blk-mq: In blk_mq_dispatch_rq_list() "no budget" is a reason to kick
Douglas Anderson
2020-04-16
blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget
John Garry
2020-04-06
blk-mq: don't commit_rqs() if none were queued
Keith Busch
2020-03-27
block: simplify queue allocation
Christoph Hellwig
2020-03-27
block: add a blk_mq_init_queue_data helper
Christoph Hellwig
2020-03-25
block: factor out requeue handling from dispatch code
Johannes Thumshirn
2020-03-12
block: remove unneeded argument from blk_alloc_flush_queue
Guoqing Jiang
2020-03-10
blk-mq: Fix a recently introduced regression in blk_mq_realloc_hw_ctxs()
Bart Van Assche
2020-03-10
blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
Bart Van Assche
2020-02-26
blk-mq: Remove some unused function arguments
John Garry
2020-02-24
blk-mq: insert passthrough request into hctx->dispatch directly
Ming Lei
2020-01-06
blk-mq: Document functions for sending request
André Almeida
2019-12-19
blk-mq: optimise blk_mq_flush_plug_list()
Pavel Begunkov
2019-12-19
blk-mq: optimise rq sort function
Pavel Begunkov
2019-11-13
blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue()
John Garry
2019-11-01
blk-mq: Make blk_mq_run_hw_queue() return void
John Garry
2019-10-25
blk-mq: remove needless goto from blk_mq_get_driver_tag
André Almeida
2019-10-25
block: Reduce the amount of memory used for tag sets
Bart Van Assche
2019-10-25
block: Reduce the amount of memory required per request queue
Bart Van Assche
2019-10-25
block: Remove the synchronize_rcu() call from __blk_mq_update_nr_hw_queues()
Bart Van Assche
2019-10-07
blk-mq: Embed counters into struct mq_inflight
Pavel Begunkov
2019-10-07
blk-mq: Reuse callback in blk_mq_in_flight*()
Pavel Begunkov
2019-10-07
blk-mq: Inline status checkers
Pavel Begunkov
2019-10-07
block: Remove request_queue.nr_queues
Bart Van Assche
2019-09-27
blk-mq: apply normal plugging for HDD
Ming Lei
2019-09-27
blk-mq: honor IO scheduler for multiqueue devices
Ming Lei
2019-09-27
block: fix null pointer dereference in blk_mq_rq_timed_out()
Yufen Yu
2019-09-17
block: centralize PI remapping logic to the block layer
Max Gurtovoy
2019-09-17
Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-09-17
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2019-09-15
block: also check RQF_STATS in blk_mq_need_time_stamp()
Hou Tao
2019-09-15
block: make rq sector size accessible for block stats
Hou Tao
2019-09-05
block: Delay default elevator initialization
Damien Le Moal
2019-09-05
block: Change elevator_init_mq() to always succeed
Damien Le Moal
2019-09-05
block: Cleanup elevator_init_mq() use
Damien Le Moal
2019-08-28
blk-mq: add optional request->alloc_time_ns
Tejun Heo
2019-08-27
blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueue
Ming Lei
2019-08-15
block: remove REQ_NOWAIT_INLINE
Jens Axboe
2019-08-12
blk-mq: Fix memory leak in blk_mq_init_allocated_queue error handling
zhengbin
2019-08-12
blk-mq: move cancel of requeue_work to the front of blk_exit_queue
zhengbin
2019-08-04
blk-mq: remove blk_mq_complete_request_sync
Ming Lei
2019-08-04
blk-mq: introduce blk_mq_request_completed()
Ming Lei
2019-08-01
hrtimer/treewide: Use hrtimer_sleeper_start_expires()
Thomas Gleixner
2019-08-01
hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() calls
Sebastian Andrzej Siewior
2019-07-30
hrtimer: Remove task argument from hrtimer_init_sleeper()
Thomas Gleixner
2019-07-23
block: blk-mq: Remove blk_mq_sched_started_request and started_request
Marcos Paulo de Souza
2019-07-21
blk-mq: allow REQ_NOWAIT to return an error inline
Jens Axboe
2019-07-10
block: Disable write plugging for zoned block devices
Damien Le Moal
2019-07-02
blk-mq: simplify blk_mq_make_request()
Bart Van Assche
2019-07-02
blk-mq: remove blk_mq_put_ctx()
Bart Van Assche
2019-06-20
block: remove the bi_phys_segments field in struct bio
Christoph Hellwig
2019-06-20
block: remove blk_init_request_from_bio
Christoph Hellwig
2019-05-29
blk-mq: Fix memory leak in error handling
Jes Sorensen