summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/queue.h
AgeCommit message (Expand)Author
2021-06-30mmc: switch to blk_mq_alloc_diskChristoph Hellwig
2021-03-30mmc: core: Remove mq->use_cqe from the struct mmc_queueLuca Porzio
2021-02-08mmc: queue: Remove unused defineChanWoo Lee
2018-11-17mmc: stop abusing the request queue_lock pointerChristoph Hellwig
2018-11-15mmc: stop abusing the request queue_lock pointerChristoph Hellwig
2018-11-15mmc: simplify queue initializationChristoph Hellwig
2018-08-21mmc: block: Fix unsupported parallel dispatch of requestsAdrian Hunter
2017-12-11mmc: block: Remove code no longer needed after the switch to blk-mqAdrian Hunter
2017-12-11mmc: block: blk-mq: Add support for direct completionAdrian Hunter
2017-12-11mmc: block: Add CQE supportAdrian Hunter
2017-12-11mmc: block: Add blk-mq supportAdrian Hunter
2017-11-13Merge tag 'mmc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30mmc: block: Delete mmc_access_rpmb()Linus Walleij
2017-10-30mmc: block: Convert RPMB to a character deviceLinus Walleij
2017-10-04mmc: Delete bounce buffer handlingLinus Walleij
2017-08-30mmc: debugfs: Move block debugfs into block moduleLinus Walleij
2017-08-30mmc: block: Anonymize the drv op data pointerLinus Walleij
2017-06-20mmc: block: Move boot partition locking into a driver opLinus Walleij
2017-06-20mmc: block: Tag DRV_OPs with a driver operation typeLinus Walleij
2017-06-20mmc: block: remove req back pointerLinus Walleij
2017-06-20mmc: queue: delete mmc_req_is_special()Linus Walleij
2017-06-20mmc: block: move multi-ioctl() to use block layerLinus Walleij
2017-06-20mmc: block: move single ioctl() commands to block requestsLinus Walleij
2017-06-20mmc: core: Allocate per-request data using the block layer coreLinus Walleij
2017-04-24mmc: queue: Share mmc request array between partitionsAdrian Hunter
2017-04-24mmc: block: Introduce queue semanticsAdrian Hunter
2017-02-13mmc: queue: turn queue flags into boolsLinus Walleij
2017-02-13mmc: block: rename mmc_active to areqLinus Walleij
2017-02-13mmc: core: First step in cleaning up private mmc header filesUlf Hansson
2016-12-12mmc: block: Move files to coreUlf Hansson