index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
mtip32xx
Age
Commit message (
Expand
)
Author
2017-07-10
Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linus
Jens Axboe
2017-07-06
mtip32xx: quiesce request queues to make sure no submissions are inflight
Sagi Grimberg
2017-07-05
mtip32xx: avoid to read HOST_CAP from HW in .queue_rq()
Ming Lei
2017-06-23
mtip32xx: fix up the checking for internal command failure
Jens Axboe
2017-06-09
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
2017-06-09
block: introduce new block status code type
Christoph Hellwig
2017-05-03
mtip32xx: convert internal commands to regular block infrastructure
Jens Axboe
2017-05-03
mtip32xx: cleanup internal tag assumptions
Jens Axboe
2017-05-02
blk-mq: update ->init_request and ->exit_request prototypes
Christoph Hellwig
2017-05-02
Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED"
Jens Axboe
2017-05-02
mtip32xx: convert internal command issue to block IO path
Jens Axboe
2017-05-02
mtip32xx: abstract out "are any commands active" helper
Jens Axboe
2017-05-02
mtip32xx: kill atomic argument to mtip_quiesce_io()
Jens Axboe
2017-05-02
mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command()
Jens Axboe
2017-05-01
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-04-27
mtip32xx: use runtime tag to initialize command header
Ming Lei
2017-04-21
mtip32xx: fix dereference of stack garbage
Jens Axboe
2017-04-20
blk-mq: remove the error argument to blk_mq_complete_request
Christoph Hellwig
2017-04-20
mtip32xx: add a status field to struct mtip_cmd
Christoph Hellwig
2017-04-19
mtip32xx: pass BLK_MQ_F_NO_SCHED
Ming Lei
2017-04-08
block: remove the discard_zeroes_data flag
Christoph Hellwig
2017-03-31
blk-mq: constify struct blk_mq_ops
Eric Biggers
2017-03-29
block: rename blk_mq_freeze_queue_start()
Ming Lei
2016-12-01
block: mtip32xx: set error code on failure
Pan Bian
2016-11-11
Block: mtip32xx: Improvement in code readability when memdup_user() fails.
Sachin Shukla
2016-09-15
blk-mq: remove ->map_queue
Christoph Hellwig
2016-08-29
mtip32xx: mark symbols static where possible
Baoyou Xie
2016-06-27
block: convert to device_add_disk()
Dan Williams
2016-06-07
drivers: use req op accessor
Mike Christie
2016-04-12
mtip32xx: remove call to blk_queue_flush()
Jens Axboe
2016-04-12
mtip32xx: Convert to use blk_mq_tagset_busy_iter
Keith Busch
2016-03-18
mtip32xx: fix checks for dma mapping errors
Alexey Khoroshilov
2016-03-04
mtip32xx: remove unneeded variable in mtip_cmd_timeout()
Jens Axboe
2016-03-03
mtip32xx: Cleanup queued requests after surprise removal
Asai Thambi SP
2016-03-03
mtip32xx: Implement timeout handler
Asai Thambi SP
2016-03-03
mtip32xx: Handle FTL rebuild failure state during device initialization
Asai Thambi SP
2016-03-03
mtip32xx: Handle safe removal during IO
Asai Thambi SP
2016-03-03
mtip32xx: Fix for rmmod crash when drive is in FTL rebuild
Asai Thambi SP
2016-03-03
mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild
Asai Thambi SP
2016-03-03
mtip32xx: Print exact time when an internal command is interrupted
Asai Thambi SP
2016-03-03
mtip32xx: Remove unwanted code from taskfile error handler
Asai Thambi SP
2016-03-03
mtip32xx: Fix broken service thread handling
Asai Thambi SP
2016-01-21
Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-01-19
Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-01-08
mtip32xx: restrict variables visible in current code module
Zhu Yanjun
2016-01-06
mtip32xx: don't open-code memdup_user()
Al Viro
2015-12-01
blk-mq: add a flags parameter to blk_mq_alloc_request
Christoph Hellwig
2015-11-20
mtip32xx: use formatting capability of kthread_create_on_node
Rasmus Villemoes
2015-11-06
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
2015-08-25
mtip32x: fix regression introduced by blk-mq per-hctx flush
Jeff Moyer
[next]