index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
mmc: core: SPI mode remove cmd7
Rex Chen
1
-1
/
+5
2025-10-15
mmc: core: Fix variable shadowing in mmc_route_rpmb_frames()
Bean Huo
1
-3
/
+3
2025-07-10
mmc: core: sd: Apply BROKEN_SD_DISCARD quirk earlier
Avri Altman
1
-6
/
+6
2025-06-27
mmc: Add quirk to disable DDR50 tuning
Erick Shepherd
3
-8
/
+40
2025-02-17
mmc: core: Respect quirk_max_rate for non-UHS SDIO card
Shawn Lin
1
-0
/
+2
2024-12-14
mmc: core: Add SD card quirk for broken poweroff notification
Keita Aihara
3
-1
/
+17
2024-12-14
mmc: core: Further prevent card detect during shutdown
Ulf Hansson
2
-0
/
+5
2024-12-14
mmc: core: Use GFP_NOIO in ACMD22
Avri Altman
1
-0
/
+4
2024-12-14
mmc: core: Adjust ACMD22 to SDUC
Avri Altman
1
-6
/
+18
2024-12-14
mmc: sd: SDUC Support Recognition
Avri Altman
5
-14
/
+25
2024-10-03
mmc: core: Only set maximum DMA segment size if DMA is supported
Guenter Roeck
1
-1
/
+2
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-13
mmc: core: Use dev_err_probe for deferred regulators
Alexander Stein
1
-2
/
+6
2024-09-03
mmc: block: add RPMB dependency
Jens Wiklander
1
-0
/
+1
2024-09-03
mmc: core Convert UNSTUFF_BITS macro to inline function
Avri Altman
3
-127
/
+113
2024-09-03
mmc: core: Convert simple_stroul to kstroul
Riyan Dhiman
1
-3
/
+3
2024-09-03
mmc: core: Calculate size from pointer
Riyan Dhiman
1
-1
/
+1
2024-09-03
mmc: core: Replace the argument of mmc_sd_switch() with defines
Chanwoo Lee
2
-7
/
+9
2024-08-26
mmc: block: register RPMB partition with the RPMB subsystem
Jens Wiklander
1
-2
/
+240
2024-08-26
mmc: core: apply SD quirks earlier during probe
Jonathan Bell
2
-9
/
+17
2024-08-20
mmc: mmc_test: Fix NULL dereference on allocation failure
Dan Carpenter
1
-4
/
+5
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+5
2024-07-15
Merge tag 'mmc-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
5
-0
/
+5
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-5
/
+5
2024-06-20
mmc: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
5
-0
/
+5
2024-06-19
block: move the stable_writes flag to queue_limits
Christoph Hellwig
1
-2
/
+3
2024-06-19
block: move the add_random flag to queue_limits
Christoph Hellwig
1
-2
/
+0
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
1
-1
/
+0
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
3
-28
/
+29
2024-05-03
mmc: core: Increase the timeout period of the ACMD41 command
Felix Qin
1
-1
/
+6
2024-05-03
mmc: core: Convert to use __mmc_poll_for_busy() SD_APP_OP_COND too
Ulf Hansson
1
-27
/
+51
2024-04-26
mmc: slot-gpio: Use irq_handler_t type
Andy Shevchenko
1
-3
/
+2
2024-04-26
mmc: core: Add mmc_gpiod_set_cd_config() function
Hans de Goede
1
-0
/
+20
2024-04-02
mmc: sdio: store owner from modules with sdio_register_driver()
Krzysztof Kozlowski
1
-3
/
+6
2024-04-02
mmc: debugfs: add card entry for quirks
Rouven Czerwinski
1
-0
/
+1
2024-04-02
mmc: debugfs: convert permissions to octal
Rouven Czerwinski
1
-3
/
+3
2024-04-02
mmc: core: Convert sprintf/snprintf to sysfs_emit
Li Zhijian
1
-4
/
+4
2024-04-02
mmc: core: Remove unused of_gpio.h
Andy Shevchenko
1
-1
/
+0
2024-03-25
mmc: core: Avoid negative index with array access
Mikko Rapeli
1
-1
/
+1
2024-03-25
mmc: core: Initialize mmc_blk_ioc_data
Mikko Rapeli
1
-1
/
+1
2024-03-13
Merge tag 'mmc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
10
-28
/
+26
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-45
/
+52
2024-03-06
mmc: core: make mmc_host_class constant
Ricardo B. Marliere
1
-1
/
+1
2024-03-06
mmc: Merge branch fixes into next
Ulf Hansson
1
-4
/
+6
2024-03-06
mmc: core: Fix switch on gp3 partition
Dominique Martinet
1
-4
/
+6
2024-03-05
mmc: core: Use a struct device* as in-param to mmc_of_parse_clk_phase()
Yang Xiwen
1
-3
/
+1
2024-02-27
mmc: core: constify the struct device_type usage
Ricardo B. Marliere
6
-6
/
+6
2024-02-19
mmc: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-45
/
+52
2024-02-13
mmc: Merge branch fixes into next
Ulf Hansson
1
-0
/
+2
2024-02-13
mmc: core: Fix eMMC initialization with 1-bit bus connection
Ivan Semenov
1
-0
/
+2
[next]