summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/queue.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: block: Move files to coreUlf Hansson2016-12-121-491/+0
* mmc: queue: remove BUG_ON for bounce_sgShawn Lin2016-12-051-2/+0
* mmc: queue: Introduce queue depth and use it to allocate and freeAdrian Hunter2016-12-051-58/+57
* mmc: queue: Factor out mmc_queue_reqs_free_bufs()Adrian Hunter2016-12-051-39/+26
* mmc: queue: Factor out mmc_queue_alloc_sgs()Adrian Hunter2016-12-051-6/+16
* mmc: queue: Factor out mmc_queue_alloc_bounce_sgs()Adrian Hunter2016-12-051-16/+28
* mmc: queue: Factor out mmc_queue_alloc_bounce_bufs()Adrian Hunter2016-12-051-18/+29
* mmc: queue: Fix queue thread wake-upAdrian Hunter2016-12-051-14/+21
* mmc: block: delete packed command supportLinus Walleij2016-11-291-50/+3
* mmc: block: move packed command struct initLinus Walleij2016-11-291-43/+0
* mmc: card: do away with indirection pointerLinus Walleij2016-09-261-1/+3
* mmc: fix use-after-free of struct requestAdrian Hunter2016-08-251-1/+3
* block: Fix secure eraseAdrian Hunter2016-08-161-1/+2
* block: add a separate operation type for secure eraseChristoph Hellwig2016-06-091-1/+1
* drivers: use req op accessorMike Christie2016-06-071-4/+2
* scatterlist: remove open coded sg_unmark_end instancesDan Williams2015-08-171-2/+2
* block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-171-1/+1
* mmc: queue: prevent soft lockups on PREEMPT=nRabin Vincent2015-06-181-0/+1
* mmc: queue: use swap() in mmc_queue_thread()Fabian Frederick2015-06-151-4/+1
* mmc: card: Don't access RPMB partitions for normal read/writeChuanxiao Dong2015-05-061-1/+1
* mmc: queue: Improve error handling during allocation of bounce buffersBhuvanesh Surachari2014-12-051-7/+9
* Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-0/+1
|\
| * block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-0/+1
* | mmc: Convert pr_warning to pr_warnJoe Perches2014-09-241-4/+2
|/
* Fix uses of dma_max_pfn() when converting to a limiting addressRussell King2014-02-171-1/+1
* ARM: 7797/1: mmc: Use dma_max_pfn(dev) helper for bounce_limit calculationsSantosh Shilimkar2013-10-311-1/+2
* mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez2013-05-261-1/+1
* mmc: block: fix the host's claim-release in special requestSeungwon Jeon2013-03-221-3/+0
* mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon2013-02-241-3/+93
* mmc: fix async request mechanism for sequential read scenariosKonstantin Dorfman2013-02-111-2/+20
* mmc: queue: exclude asynchronous transfer for special requestSeungwon Jeon2013-02-111-0/+10
* mmc: queue: amend buffer swap for non-blocking transferSeungwon Jeon2012-12-061-7/+10
* mmc: queue: remove redundant memsetsVenkatraman S2012-05-091-2/+0
* mmc: queue: rename mmc_request functionVenkatraman S2012-05-091-2/+2
* mmc: fixes for eMMC v4.5 discard operationAdrian Hunter2012-04-201-1/+1
* mmc: card: Kill block requests if card is removedSujit Reddy Thumma2012-01-111-0/+5
* mmc: core: mmc sanitize feature support for v4.5Kyungmin Park2011-10-261-1/+1
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-2/+2
* mmc: queue: declare mmc_alloc_sg as staticVenkatraman S2011-10-261-1/+1
* mmc: block: add handling for two parallel block requests in issue_rw_rqPer Forlin2011-07-201-5/+12
* mmc: queue: add a second mmc queue request memberPer Forlin2011-07-201-2/+42
* mmc: block: add member in mmc queue struct to hold request dataPer Forlin2011-07-201-62/+67
* mmc: queue: let host controllers specify maximum discard timeoutAdrian Hunter2011-07-201-10/+23
* mmc: queue: bring discard_granularity/alignment into line with SCSIAdrian Hunter2011-06-251-6/+1
* mmc: queue: append partition subname to queue thread nameAdrian Hunter2011-06-251-3/+5
* mmc: remove redundant irq disablingJohn Ogness2011-05-241-8/+0
* block: remove per-queue pluggingJens Axboe2011-03-101-2/+1
* mmc: name mmc queue thread by host indexEthan Du2010-10-231-1/+3
* mmc: Convert "mutex" to semaphoreThomas Gleixner2010-10-231-1/+1
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-4/+4