index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
queue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-21
mmc: core: Fix blk_status_t handling
Joel Stanley
1
-1
/
+1
2021-08-25
mmc: queue: Remove unused parameters(request_queue)
ChanWoo Lee
1
-24
/
+6
2021-08-24
mmc: queue: Match the data type of max_segments
ChanWoo Lee
1
-2
/
+2
2021-06-30
mmc: switch to blk_mq_alloc_disk
Christoph Hellwig
1
-13
/
+10
2021-03-30
mmc: core: Remove mq->use_cqe from the struct mmc_queue
Luca Porzio
1
-6
/
+5
2021-02-08
mmc: queue: Remove unused define
ChanWoo Lee
1
-2
/
+0
2021-02-01
mmc: core: Exclude unnecessary header file
ChanWoo Lee
1
-1
/
+0
2021-02-01
mmc: core: Add basic support for inline encryption
Eric Biggers
1
-0
/
+3
2021-01-15
mmc: core: don't initialize block size from ext_csd if not present
Peter Collingbourne
1
-1
/
+3
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+1
2020-10-09
mmc: core: don't set limits.discard_granularity as 0
Coly Li
1
-1
/
+1
2020-09-24
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
1
-2
/
+1
2020-07-13
mmc: core: Correct misspelling of 'mq' in mmc_init_request()'s docs
Lee Jones
1
-1
/
+1
2020-05-08
mmc: block: Fix request completion in the CQE timeout path
Adrian Hunter
1
-2
/
+1
2020-05-08
mmc: core: Fix recursive locking issue in CQE recovery path
Sarthak Garg
1
-9
/
+4
2020-03-24
mmc: Add MMC host software queue support
Baolin Wang
1
-4
/
+18
2019-09-12
mmc: queue: Fix bigger segments usage
Yoshihiro Shimoda
1
-1
/
+7
2019-09-03
mmc: queue: use bigger segments if DMA MAP layer can merge the segments
Yoshihiro Shimoda
1
-3
/
+32
2019-07-22
mmc: mmc_spi: Enable stable writes
Andreas Koop
1
-0
/
+5
2019-07-11
Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-5
/
+2
2019-07-10
mmc: core: let the dma map ops handle bouncing
Christoph Hellwig
1
-5
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-5
/
+1
2019-06-05
mmc: also set max_segment_size in the device
Christoph Hellwig
1
-0
/
+2
2019-05-06
mmc: core: Fix tag set memory leak
Raul E Rangel
1
-0
/
+1
2019-03-08
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+1
2019-02-27
mmc: core: align max segment size with logical block size
Ming Lei
1
-1
/
+8
2019-02-15
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
1
-2
/
+1
2018-11-17
mmc: stop abusing the request queue_lock pointer
Christoph Hellwig
1
-16
/
+15
2018-11-15
mmc: stop abusing the request queue_lock pointer
Christoph Hellwig
1
-13
/
+13
2018-11-15
mmc: simplify queue initialization
Christoph Hellwig
1
-56
/
+29
2018-08-21
mmc: block: Fix unsupported parallel dispatch of requests
Adrian Hunter
1
-5
/
+7
2018-05-29
mmc: complete requests from ->timeout
Christoph Hellwig
1
-2
/
+3
2018-03-08
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
1
-4
/
+4
2017-12-11
mmc: block: Remove code no longer needed after the switch to blk-mq
Adrian Hunter
1
-231
/
+9
2017-12-11
mmc: block: make function mmc_cqe_issue_type static
Colin Ian King
1
-2
/
+2
2017-12-11
mmc: block: blk-mq: Add support for direct completion
Adrian Hunter
1
-1
/
+4
2017-12-11
mmc: block: Add CQE support
Adrian Hunter
1
-4
/
+158
2017-12-11
mmc: block: Add blk-mq support
Adrian Hunter
1
-23
/
+273
2017-12-11
mmc: block: Simplify cleaning up the queue
Adrian Hunter
1
-0
/
+2
2017-12-11
mmc: block: No need to export mmc_cleanup_queue()
Adrian Hunter
1
-1
/
+0
2017-10-30
mmc: block: Factor out mmc_setup_queue()
Adrian Hunter
1
-15
/
+24
2017-10-30
mmc: block: Delete mmc_access_rpmb()
Linus Walleij
1
-1
/
+1
2017-10-04
mmc: Delete bounce buffer handling
Linus Walleij
1
-116
/
+9
2017-09-08
mmc: block: Fix incorrectly initialized requests
Adrian Hunter
1
-1
/
+6
2017-07-04
Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-182
/
+60
2017-06-27
mmc/block: remove a call to blk_queue_bounce_limit
Christoph Hellwig
1
-1
/
+0
2017-06-20
mmc: block: remove req back pointer
Linus Walleij
1
-8
/
+5
2017-06-20
mmc: core: Allocate per-request data using the block layer core
Linus Walleij
1
-163
/
+57
2017-06-20
mmc: core: Delete bounce buffer Kconfig option
Linus Walleij
1
-14
/
+1
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-1
/
+1
[next]