index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-09
mmc: core: Simplify with scoped for each OF child loop
Hans Zhang
1
-7
/
+2
2026-04-09
mmc: core: Optimize size of struct mmc_queue_req
Bin Liu
1
-3
/
+3
2026-03-31
mmc: block: Use MQRQ_XFER_SINGLE_BLOCK for both read and write recovery
Shawn Lin
1
-68
/
+2
2026-03-31
mmc: mmc_test: Replace hard-coded values with macros and consolidate test parameters
Shawn Lin
1
-47
/
+36
2026-03-31
mmc: block: Convert to use DEFINE_SIMPLE_DEV_PM_OPS()
Shawn Lin
1
-4
/
+2
2026-03-31
mmc: core: Replace the hard-coded shift value 9 with SECTOR_SHIFT
Shawn Lin
2
-5
/
+6
2026-03-27
mmc: core: Switch to use pm_ptr() for mmc_host_class_dev_pm_ops
Shawn Lin
1
-9
/
+3
2026-03-27
mmc: core: Remove legacy 'enable-sdio-wakeup' DT property support
Shawn Lin
1
-2
/
+1
2026-03-27
mmc: mmc_test: use kzalloc_flex
Rosen Penev
1
-18
/
+10
2026-03-26
mmc: block: use single block write in retry
Bin Liu
2
-2
/
+13
2026-03-16
mmc: core: Remove checking MMC_CAP_4_BIT_DATA from mmc_host_can_uhs()
Shawn Lin
1
-5
/
+1
2026-03-16
mmc: core: Validate UHS/DDR/HS200 timing selection for 1-bit bus width
Luke Wang
1
-1
/
+13
2026-03-09
mmc: sdio: Use min3() to simplify sdio_set_block_size()
Thorsten Blum
1
-4
/
+2
2026-02-23
mmc: core: Optimize time for secure erase/trim for some Kingston eMMCs
Luke Wang
3
-2
/
+21
2026-02-23
mmc: core: Add quirk for incorrect manufacturing date
Avri Altman
3
-0
/
+14
2026-02-23
mmc: core: Adjust MDT beyond 2025
Avri Altman
1
-0
/
+7
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
5
-18
/
+18
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
6
-20
/
+19
2026-01-27
sdio: Provide a bustype shutdown function
Uwe Kleine-König
1
-0
/
+25
2025-12-04
Merge tag 'mmc-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
6
-21
/
+22
2025-12-03
Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
1
-12
/
+8
2025-11-19
mmc: mmc_test: Switch to use %ptSp
Andy Shevchenko
1
-12
/
+8
2025-11-12
mmc: core: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
1
-1
/
+2
2025-11-11
mmc: core: Allow more host caps to be modified through debugfs
Shawn Lin
1
-2
/
+8
2025-10-23
mmc: core: Skip to set the default 200mA SD current limit
Avri Altman
1
-5
/
+2
2025-10-21
mmc: use octal file permissions instead of symbolic
Pedro Demarchi Gomes
5
-9
/
+9
2025-10-21
mmc: core: remove uselss memalloc_noio_save
Oliver Neukum
1
-4
/
+1
2025-10-13
rpmb: move rpmb_frame struct and constants to common header
Bean Huo
1
-42
/
+0
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
1
-2
/
+2
2025-09-12
mmc: core: Improve RPMB frame handling code
Bean Huo
1
-16
/
+14
2025-09-12
mmc: core: Fix variable shadowing in mmc_route_rpmb_frames()
Bean Huo
1
-3
/
+3
2025-09-12
mmc: core: Parse and use the new max-sd-hs-hz DT property
Sarthak Garg
2
-1
/
+3
2025-08-27
mmc: sdio: Drop dev_pm_domain_detach() call
Claudiu Beznea
1
-3
/
+0
2025-08-22
mmc: core: add undervoltage handler for MMC/eMMC devices
Oleksij Rempel
1
-3
/
+67
2025-08-22
mmc: core: Add infrastructure for undervoltage handling
Oleksij Rempel
5
-0
/
+119
2025-08-19
mmc: core: add mmc_read_tuning
Benoît Monin
1
-0
/
+72
2025-08-19
mmc: block: use mmc_card cmd23 helpers
Benoît Monin
1
-9
/
+3
2025-08-19
mmc: mmc_test: use mmc_card cmd23 helpers
Benoît Monin
1
-8
/
+2
2025-08-19
mmc: card: add mmc_card_blk_no_cmd23
Benoît Monin
1
-2
/
+7
2025-08-19
mmc: core: add mmc_card_can_cmd23
Benoît Monin
2
-0
/
+10
2025-08-19
mmc: core: SPI mode remove cmd7
Rex Chen
1
-1
/
+5
2025-08-13
block: switch ->getgeo() to struct gendisk
Al Viro
1
-2
/
+2
2025-07-29
Merge tag 'mmc-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-1
/
+0
2025-07-22
Merge branches 'pm-misc' and 'pm-tools'
Rafael J. Wysocki
1
-1
/
+1
2025-07-09
mmc: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
1
-1
/
+0
2025-07-07
PM: domains: Add flags to specify power on attach/detach
Claudiu Beznea
1
-1
/
+1
2025-06-24
mmc: core: Adjust some error messages for SD UHS-II cards
Victor Shih
1
-2
/
+2
2025-06-09
mmc: core: sd: Apply BROKEN_SD_DISCARD quirk earlier
Avri Altman
1
-6
/
+6
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-05-19
mmc: core: Scan the eMMC boot areas for partition table
Loic Poulain
1
-1
/
+1
[next]