aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/core/queue.c
Commit message (Expand)AuthorAgeFilesLines
* import kernel sourceSiluxsept2025-08-091-0/+542
* cleanup for new importSiluxsept2025-08-091-542/+0
* redbull: import kernel source from correct branch..Siluxsept2022-12-221-10/+6
* redbull: T kernel source squashed importSiluxsept2022-12-221-6/+10
* redbull: sync with LOS sources12.1Siluxsept2022-04-031-10/+6
* Merge android-4.19-stable (4.19.160) into android-msm-pixel-4.19-rvc-ltslucaswei2021-01-271-1/+1
|\
| * Merge 4.19.151 into android-4.19-stableGreg Kroah-Hartman2020-10-141-1/+1
| |\
| | * mmc: core: don't set limits.discard_granularity as 0Coly Li2020-10-141-1/+1
| * | Merge 4.19.126 into android-4.19-stableGreg Kroah-Hartman2020-06-031-9/+4
| |\|
| | * mmc: core: Fix recursive locking issue in CQE recovery pathSarthak Garg2020-06-031-9/+4
| * | Merge 4.19.124 into android-4.19-stableGreg Kroah-Hartman2020-05-201-2/+1
| |\|
| | * mmc: block: Fix request completion in the CQE timeout pathAdrian Hunter2020-05-201-2/+1
| * | ANDROID: mmc: MMC crypto APISatya Tangirala2020-05-111-0/+3
| |/
* | mmc: core: Check for cqe_ops before accessing themVeerabhadrarao Badiganti2020-05-231-1/+1
* | Merge "mmc: block: Fix request completion in the CQE timeout path"qctecmdr2020-05-121-2/+1
|\ \
| * | mmc: block: Fix request completion in the CQE timeout pathSarthak Garg2020-05-111-2/+1
* | | mmc: host: Use request queue pointer for mmc cryptoPradeep P V K2020-04-241-0/+3
* | | Revert existing FBE changes for ICE FBEGaurav Kashyap2020-04-241-2/+0
|/ /
* | mmc: core: Add debug enhancement logsSarthak Garg2020-03-241-0/+10
* | Merge "mmc: core: Fix recursive locking issue with queue_lock"qctecmdr2020-02-131-5/+6
|\ \
| * | mmc: core: Fix recursive locking issue with queue_lockSarthak Garg2020-02-101-5/+6
* | | Merge android-4.19-q.88 (47d86d5) into msm-4.19Ivaylo Georgiev2020-01-281-1/+8
|\ \ \ | |/ / |/| / | |/
| * mmc: core: align max segment size with logical block sizeMing Lei2019-12-051-1/+8
| * mmc: core: Fix tag set memory leakRaul E Rangel2019-05-221-0/+1
* | mmc: core: fix SD card request queue refcount underflow during shutdownCan Guo2019-06-111-1/+2
* | mmc: core: fix one NULL pointer dereference after SD card is removedCan Guo2019-06-111-2/+5
* | mmc: core: Fix tag set memory leakRaul E Rangel2019-05-281-0/+1
* | mmc: cqhci: Enable pm qos and add votingRam Prakash Gupta2019-05-141-0/+3
* | mmc: Clock Scaling changes on 4.19 kernelVeerabhadrarao Badiganti2019-05-141-0/+2
* | mmc: sdhci-msm-ice: Add Inline Crypto Engine (ICE) supportSahitya Tummala2019-05-131-0/+2
* | Revert "mmc: driver's changes from kernel msm-4.14 to msm-4.19"Ram Prakash Gupta2019-05-131-8/+3
* | mmc: Merge MMC driver's changes from kernel msm-4.14 to msm-4.19Bao D. Nguyen2019-01-251-3/+8
|/
* mmc: block: Fix unsupported parallel dispatch of requestsAdrian Hunter2018-08-211-5/+7
* mmc: complete requests from ->timeoutChristoph Hellwig2018-05-291-2/+3
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-4/+4
* mmc: block: Remove code no longer needed after the switch to blk-mqAdrian Hunter2017-12-111-231/+9
* mmc: block: make function mmc_cqe_issue_type staticColin Ian King2017-12-111-2/+2
* mmc: block: blk-mq: Add support for direct completionAdrian Hunter2017-12-111-1/+4
* mmc: block: Add CQE supportAdrian Hunter2017-12-111-4/+158
* mmc: block: Add blk-mq supportAdrian Hunter2017-12-111-23/+273
* mmc: block: Simplify cleaning up the queueAdrian Hunter2017-12-111-0/+2
* mmc: block: No need to export mmc_cleanup_queue()Adrian Hunter2017-12-111-1/+0
* mmc: block: Factor out mmc_setup_queue()Adrian Hunter2017-10-301-15/+24
* mmc: block: Delete mmc_access_rpmb()Linus Walleij2017-10-301-1/+1
* mmc: Delete bounce buffer handlingLinus Walleij2017-10-041-116/+9
* mmc: block: Fix incorrectly initialized requestsAdrian Hunter2017-09-081-1/+6
* Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-07-041-182/+60
|\
| * mmc: block: remove req back pointerLinus Walleij2017-06-201-8/+5
| * mmc: core: Allocate per-request data using the block layer coreLinus Walleij2017-06-201-163/+57
| * mmc: core: Delete bounce buffer Kconfig optionLinus Walleij2017-06-201-14/+1