summaryrefslogtreecommitdiffstats
path: root/drivers/memstick/host
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+2
2025-09-21memstick: drop nth_page() usage within SG entryDavid Hildenbrand-4/+2
2025-08-19mmc: Merge branch fixes into nextUlf Hansson-0/+1
2025-08-19misc: rtsx: usb card reader: add OCP supportRicky Wu-1/+4
2025-08-18memstick: Fix deadlock by moving removing flag earlierJiayi Li-0/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-3/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-5/+5
2025-03-19memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_removeLuo Qiu-0/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-10-14memstick: Fix typo in commentYu Jiaoliang-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-07-08memstick: rtsx_pci_ms: Remove Realtek PCI memstick driverKai-Heng Feng-649/+0
2024-04-25memstick: rtsx_usb_ms: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-04-25memstick: rtsx_pci_ms: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-04-25memstick: rtsx_pci_ms: Drop if block with always false conditionUwe Kleine-König-3/+0
2023-09-27memstick: jmb38x_ms: Annotate struct jmb38x_ms with __counted_byKees Cook-1/+1
2023-06-12memstick r592: make memstick_debug_get_tpc_name() staticArnd Bergmann-3/+1
2023-03-23memstick: r592: Fix UAF bug in r592_remove due to race conditionZheng Wang-1/+1
2021-10-19memstick: r592: Fix a UAF bug when removing the driverZheyu Ma-4/+4
2021-10-12memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host()Dan Carpenter-1/+1
2021-10-12memstick: jmb38x_ms: Prefer struct_size over open coded arithmeticLen Baker-2/+1
2021-08-24memstick: switch from 'pci_' to 'dma_' APIChristophe JAILLET-9/+8
2021-08-24memstick: r592: Change the name of the 'pci_driver' structure to be consistentChristophe JAILLET-2/+2
2021-06-14memstick: rtsx_usb_ms: fix UAFTong Zhang-6/+4
2021-04-26memstick: r592: ignore kfifo_out() return code againArnd Bergmann-1/+4
2021-04-15memstick: r592: remove unused variableJiapeng Chong-2/+1
2020-12-04memstick: r592: Fix error return in r592_probe()Jing Xiangfeng-4/+8
2020-11-16memstick: tifm: remove unneeded semicolonTom Rix-1/+1
2020-11-16memstick: jmb38x_ms: remove unneeded semicolonTom Rix-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-4/+4
2020-08-05Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-27/+11
2020-07-24memstick: jmb38x_ms: use generic power managementVaibhav Gupta-27/+11
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-2/+2
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas-1/+1
2019-11-21memstick: Fix Kconfig indentationKrzysztof Kozlowski-2/+2
2019-11-13memstick: jmb38x_ms: clean up indentation issueColin Ian King-6/+6
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov-1/+1
2019-10-09memstick: jmb38x_ms: Fix an error handling path in 'jmb38x_ms_probe()'Christophe JAILLET-1/+1
2019-09-11memstick: r592: Use dev_get_drvdataChuhong Yuan-4/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-18/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-12/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 17Thomas Gleixner-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-07Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-6/+0
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+4
2019-05-06memstick: tifm: remove set but not used variable 'data'YueHaibing-3/+0
2019-04-23memstick: mark expected switch fall-throughsGustavo A. R. Silva-0/+4