summaryrefslogtreecommitdiffstats
path: root/drivers/memstick
Commit message (Expand)AuthorAgeFilesLines
* memstick r592: make memstick_debug_get_tpc_name() staticArnd Bergmann2023-08-111-3/+1
* treewide: Remove uninitialized_var() usageKees Cook2023-08-112-2/+2
* memstick: r592: Fix UAF bug in r592_remove due to race conditionZheng Wang2023-05-301-1/+1
* memstick: fix memory leak if card device is never registeredGreg Kroah-Hartman2023-04-261-1/+4
* memstick/ms_block: Fix a memory leakChristophe JAILLET2022-08-251-0/+1
* memstick/ms_block: Fix some incorrect memory allocationChristophe JAILLET2022-08-251-5/+5
* memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host()Dan Carpenter2021-11-261-1/+1
* memstick: avoid out-of-range warningArnd Bergmann2021-11-261-1/+1
* memstick: r592: Fix a UAF bug when removing the driverZheyu Ma2021-11-261-4/+4
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2021-03-112-2/+2
* memstick: r592: Fix error return in r592_probe()Jing Xiangfeng2020-12-301-4/+8
* memstick: fix a double-free bug in memstick_checkQinglang Miao2020-12-301-1/+0
* memstick: jmb38x_ms: Fix an error handling path in 'jmb38x_ms_probe()'Christophe JAILLET2019-10-291-1/+1
* memstick: Fix error cleanup path of memstick_initWang Hai2019-07-311-4/+9
* memstick: Prevent memstick host from getting runtime suspended during card de...Kai-Heng Feng2019-02-121-0/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+4
* memstick: remove unused variablesChristoph Hellwig2018-05-142-2/+0
* memstick: don't call blk_queue_bounce_limitChristoph Hellwig2018-05-112-10/+0
* misc: rtsx: Move Realtek Card Reader Driver to miscRui Feng2017-11-293-4/+4
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-133-11/+12
|\
| * drivers/memstick: Convert timers to use timer_setup()Kees Cook2017-11-023-11/+12
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* block: introduce new block status code typeChristoph Hellwig2017-06-092-6/+9
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-172-24/+0
|\
| * mspro_block: remove pointless prep_fnChristoph Hellwig2017-01-311-13/+0
| * ms_block: remove pointless prep_fnChristoph Hellwig2017-01-311-11/+0
* | drivers/memstick/core/memstick.c: avoid -Wnonnull warningArnd Bergmann2017-01-241-1/+1
|/
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-132-2/+2
|\
| * block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-282-2/+2
* | memstick: rtsx_usb_ms: Manage runtime PM when accessing the deviceUlf Hansson2016-10-171-0/+4
* | memstick: rtsx_usb_ms: Runtime resume the device when polling for cardsAlan Stern2016-10-171-0/+2
|/
* memstick: don't allocate unused major for ms_blockNeilBrown2016-08-021-15/+2
* memstick: don't allow REQ_TYPE_BLOCK_PC requestsChristoph Hellwig2016-07-202-4/+2
* block: convert to device_add_disk()Dan Williams2016-06-272-4/+2
* drivers/memstick/core/mspro_block: use kmemdupMuhammad Falak R Wani2016-05-231-2/+1
* rtsx_usb_ms: use schedule_timeout_idle() in polling loopOleksandr Natalenko2016-05-231-1/+1
* memstick: trivial fix of spelling mistake on managementColin Ian King2016-04-282-9/+9
* drivers/memstick/host/r592.c: avoid gcc-6 warningArnd Bergmann2016-03-251-2/+1
* memstick: use sector_div instead of do_divArnd Bergmann2016-01-201-1/+1
* memstick: remove deprecated use of pci apiQuentin Lambert2015-06-302-11/+11
* memstick: mspro_block: add missing curly bracesDan Carpenter2015-04-171-1/+2
* memstick: host: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0
* memstick: r592: fix build warnings for !PM_SLEEPThierry Reding2014-10-141-0/+2
* drivers/memstick/host/rtsx_pci_ms.c: add cancel_work when remove driverMicky Ching2014-06-231-0/+1
* memstick: Add realtek USB memstick host driverRoger Tseng2014-04-283-0/+850
* drivers/memstick/host/rtsx_pci_ms.c: fix ms card data transfer bugMicky Ching2014-01-231-10/+20
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-152-2/+2
* drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REGAndrew Morton2013-11-152-3/+3
* drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page()Roger Tseng2013-11-131-1/+1