aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/queue.c
AgeCommit message (Expand)Author
2019-05-22mmc: core: Fix tag set memory leakRaul E Rangel
2019-02-27mmc: core: align max segment size with logical block sizeMing Lei
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
2018-05-29mmc: complete requests from ->timeoutChristoph Hellwig
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2017-12-11mmc: block: Remove code no longer needed after the switch to blk-mqAdrian Hunter
2017-12-11mmc: block: make function mmc_cqe_issue_type staticColin Ian King
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-12-11mmc: block: Simplify cleaning up the queueAdrian Hunter
2017-12-11mmc: block: No need to export mmc_cleanup_queue()Adrian Hunter
2017-10-30mmc: block: Factor out mmc_setup_queue()Adrian Hunter
2017-10-30mmc: block: Delete mmc_access_rpmb()Linus Walleij
2017-10-04mmc: Delete bounce buffer handlingLinus Walleij
2017-09-08mmc: block: Fix incorrectly initialized requestsAdrian Hunter
2017-07-04Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2017-06-27mmc/block: remove a call to blk_queue_bounce_limitChristoph Hellwig
2017-06-20mmc: block: remove req back pointerLinus Walleij
2017-06-20mmc: core: Allocate per-request data using the block layer coreLinus Walleij
2017-06-20mmc: core: Delete bounce buffer Kconfig optionLinus Walleij
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-05-02Merge tag 'mmc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2017-04-24mmc: queue: Share mmc request array between partitionsAdrian Hunter
2017-04-24mmc: block: Introduce queue semanticsAdrian Hunter
2017-04-08mmc: remove the discard_zeroes_data flagChristoph Hellwig
2017-02-21Merge tag 'mmc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2017-02-13mmc: queue: turn queue flags into boolsLinus Walleij
2017-02-13mmc: core: Move public functions from card.h to private headersUlf Hansson
2017-02-13mmc: core: Move public functions from core.h to private headersUlf Hansson
2017-02-13mmc: core: Use kmalloc_array() in mmc_alloc_sg()Markus Elfring
2017-01-31mmc: remove pointless request type check in mmc_prep_requestChristoph Hellwig
2016-12-14Merge tag 'mmc-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds
2016-12-12mmc: block: Move files to coreUlf Hansson