1. 63264422 memstick: r592: Fix UAF bug in r592_remove due to race condition by Zheng Wang · 1 year, 10 months ago
  2. 738216c1 memstick: r592: Fix a UAF bug when removing the driver by Zheyu Ma · 3 years, 2 months ago
  3. beae4a6 memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host() by Dan Carpenter · 3 years, 2 months ago
  4. 16e9bde memstick: jmb38x_ms: Prefer struct_size over open coded arithmetic by Len Baker · 3 years, 3 months ago
  5. 89d74b3 memstick: switch from 'pci_' to 'dma_' API by Christophe JAILLET · 3 years, 4 months ago
  6. 2b50c81 memstick: r592: Change the name of the 'pci_driver' structure to be consistent by Christophe JAILLET · 3 years, 4 months ago
  7. 42933c8 memstick: rtsx_usb_ms: fix UAF by Tong Zhang · 3 years, 7 months ago
  8. 2f15671 memstick: r592: ignore kfifo_out() return code again by Arnd Bergmann · 3 years, 8 months ago
  9. 4b00ed3 memstick: r592: remove unused variable by Jiapeng Chong · 3 years, 8 months ago
  10. db29d3d memstick: r592: Fix error return in r592_probe() by Jing Xiangfeng · 4 years, 1 month ago
  11. a85344d memstick: tifm: remove unneeded semicolon by Tom Rix · 4 years, 2 months ago
  12. fb82986 memstick: jmb38x_ms: remove unneeded semicolon by Tom Rix · 4 years, 2 months ago
  13. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  14. 8f7be62 Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 4 years, 5 months ago
  15. c4e5e22 memstick: jmb38x_ms: use generic power management by Vaibhav Gupta · 4 years, 5 months ago
  16. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  17. c3bed3b Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 5 years ago
  18. 774800c Merge branch 'pci/resource' by Bjorn Helgaas · 5 years ago
  19. 1696d96 memstick: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  20. 690dba1 memstick: jmb38x_ms: clean up indentation issue by Colin Ian King · 5 years ago
  21. c9c13ba PCI: Add PCI_STD_NUM_BARS for the number of standard BARs by Denis Efremov · 5 years ago
  22. 28c9fac memstick: jmb38x_ms: Fix an error handling path in 'jmb38x_ms_probe()' by Christophe JAILLET · 5 years ago
  23. deaa539 memstick: r592: Use dev_get_drvdata by Chuhong Yuan · 5 years ago
  24. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  25. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
  26. aaf4989 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 17 by Thomas Gleixner · 6 years ago
  27. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  28. 01e5d18 Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 6 years ago
  29. b4b52b8 Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 6 years ago
  30. e69ec21 memstick: tifm: remove set but not used variable 'data' by YueHaibing · 6 years ago
  31. ccaa751 memstick: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  32. ade024f memstick: jmb38x_ms: remove set but not used variable 'data' by YueHaibing · 6 years ago
  33. fb24ea5 drivers: Remove explicit invocations of mmiowb() by Will Deacon · 6 years ago
  34. 6827ca5 memstick: rtsx_usb_ms: Support runtime power management by Kai-Heng Feng · 6 years ago
  35. ba9d5f8 memstick: rtsx_usb_ms: Use ms_dev() helper by Kai-Heng Feng · 6 years ago
  36. 01a7e8e memstick: rtsx_usb_ms: Add missing pm_runtime_disable() in probe function by Kai-Heng Feng · 6 years ago
  37. e455b69 misc: rtsx: Move Realtek Card Reader Driver to misc by Rui Feng · 7 years ago
  38. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  39. 6243d38 drivers/memstick: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  40. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  41. 9158cb2 memstick: rtsx_usb_ms: Manage runtime PM when accessing the device by Ulf Hansson · 8 years ago
  42. 796aa46 memstick: rtsx_usb_ms: Runtime resume the device when polling for cards by Alan Stern · 8 years ago
  43. a831979f rtsx_usb_ms: use schedule_timeout_idle() in polling loop by Oleksandr Natalenko · 9 years ago
  44. f419a08f drivers/memstick/host/r592.c: avoid gcc-6 warning by Arnd Bergmann · 9 years ago
  45. 43abdbc memstick: remove deprecated use of pci api by Quentin Lambert · 9 years ago
  46. 1a22cd1 memstick: host: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  47. 5ef9819 memstick: r592: fix build warnings for !PM_SLEEP by Thierry Reding · 10 years ago
  48. b6226b4 drivers/memstick/host/rtsx_pci_ms.c: add cancel_work when remove driver by Micky Ching · 11 years ago
  49. 99451dc memstick: Add realtek USB memstick host driver by Roger Tseng · 11 years ago
  50. 63509be drivers/memstick/host/rtsx_pci_ms.c: fix ms card data transfer bug by Micky Ching · 11 years ago
  51. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  52. ccf5a04 drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  53. 6228218 mmc: memstick: rtsx: Modify copyright comments by Wei WANG · 11 years ago
  54. 5af1a9c drivers/memstick/host/r592.c: convert to module_pci_driver by Libo Chen · 11 years ago
  55. 1056049 drivers/memstick/host/jmb38x_ms: convert to module_pci_driver by Libo Chen · 11 years ago
  56. 8d46fa1 drivers/memstick/host/r592.c: make r592_pm_ops static by Jingoo Han · 12 years ago
  57. 940da35 memstick: move the dereference below the NULL test by Wei Yongjun · 12 years ago
  58. ab78265 Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  59. c348195 mfd: rtsx: Fix issue that booting OS with SD card inserted by Wei WANG · 12 years ago
  60. 686f31a drivers/memstick/host: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  61. b902dd4 drivers/memstick: Add realtek pcie memstick host driver by Wei WANG · 12 years ago
  62. eb3f0620 memstick: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  63. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  64. c47e789 drivers/memstick: Add module.h to the prev. implicit modular users by Paul Gortmaker · 13 years ago
  65. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  66. 5ede9dd memstick: make enable_dma less generic in r592 by Stephen Rothwell · 14 years ago
  67. 9263412 memstick: add driver for Ricoh R5C592 card reader by Maxim Levitsky · 14 years ago
  68. 41d9c64 memstick: change to new flag variable by matt mooney · 14 years ago
  69. 8930c8aa memstick: add support for JMicron JMB 385 and 390 controllers by Takashi Iwai · 14 years ago
  70. 68860b9 memstick: set PMOS values propery for JMicron 38x controllers by Takashi Iwai · 14 years ago
  71. 23c5947 memstick: fix setup for JMicron 38x controllers by Takashi Iwai · 14 years ago
  72. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  73. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  74. 0252c3b memstick: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  75. 8e82f8c memstick: fix MSProHG 8-bit interface mode support by Alex Dubov · 16 years ago
  76. f1d8269 memstick: use fully asynchronous request processing by Alex Dubov · 16 years ago
  77. b778999 memstick: allow "set_param" method to return an error code by Alex Dubov · 16 years ago
  78. b98cb4b driver core: remove DEVICE_ID_SIZE define by Greg Kroah-Hartman · 17 years ago
  79. c4c66cf memstick: convert struct class_device to struct device by Greg Kroah-Hartman · 17 years ago
  80. d250dad memstick: suppress uninitialized-var warning by Andrew Morton · 17 years ago
  81. cf821e8 memstick: optimize setup of JMicron host parameters by Alex Dubov · 17 years ago
  82. ead7077 memstick: automatically retrieve "INT" value from command response by Alex Dubov · 17 years ago
  83. 8195096 memstick: drivers/memstick/host/jmb38x_ms.c: suppress uninitialized var warning by Andrew Morton · 17 years ago
  84. d3597ea memstick: drivers/memstick/host/jmb38x_ms.c needs dma-mapping.h by Andrew Morton · 17 years ago
  85. 60fdd93 memstick: add support for JMicron jmb38x MemoryStick host controller by Alex Dubov · 17 years ago
  86. eebbe9c tifm: fix memorystick host initialization code by Alex Dubov · 17 years ago
  87. 92b22d9 tifm: fix the MemoryStick host fifo handling code by Alex Dubov · 17 years ago
  88. 2a4f256 memstick: drop DRIVER_VERSION numbers as meaningless by Alex Dubov · 17 years ago
  89. d114ad5 memstick: add memstick_suspend/resume_host methods by Alex Dubov · 17 years ago
  90. e1f1999 memstick: introduce correct definitions in the header by Alex Dubov · 17 years ago
  91. 282ea44 drivers/memstick/host/tifm_ms.c breakage by Al Viro · 17 years ago
  92. baf8532 memstick: initial commit for Sony MemoryStick support by Alex Dubov · 17 years ago