Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-17scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche
2020-09-16USB: microtek: use set_host_byte()Oliver Neukum
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2019-10-14Merge 5.4-rc3 into usb-nextGreg Kroah-Hartman
2019-10-07usb: image: microtek.c: Remove unused variableSaurav Girepunje
2019-10-04USB: microtek: fix info-leak at probeJohan Hovold
2019-06-20scsi: usb: image: microtek: use sg helper to iterate over scatterlistMing Lei
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig
2017-11-14Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-07USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman
2017-11-04USB: image: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01usb: image: mdc800: mark expected switch fall-throughGustavo A. R. Silva
2017-07-22USB: microtek: remove unneeded DRIVER_VERSION macroGreg Kroah-Hartman
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-06-08usb: microtek: Use "foo *bar" instead of "foo * bar".Sandhya Bankar
2015-06-01scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke
2015-03-18USB: image: use msecs_to_jiffies for time conversionNicholas Mc Guire
2015-01-09USB: use %*ph specifier in mikrotek driverAndy Shevchenko
2014-01-09USB: image: correct spelling mistake in commentRahul Bedarkar
2014-01-09usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-04-10USB: regroup all depends on USB within an if USB blockFlorian Fainelli
2012-05-02USB: mdc800.c: remove dbg() usageGreg Kroah-Hartman
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman
2011-07-27atomic: use <linux/atomic.h>Arun Sharma
2011-03-31Fix common misspellingsLucas De Marchi
2010-11-17SCSI host lock push-downJeff Garzik
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches
2010-03-03USB: BKL removal: mdc800Oliver Neukum
2010-03-03USB: Push BKL on open down into the driversOliver Neukum
2010-03-03USB image: make USB device id constantNémeth Márton
2009-09-23USB: remove unneeded printks from microtek driverOliver Neukum
2009-03-25USB: replace uses of __constant_{endian}Harvey Harrison
2009-03-18USB: image/mdc800, fix lock imbalanceJiri Slaby
2009-01-07USB: change interface to usb_lock_device_for_reset()Alan Stern
2008-10-18USB: remove err() macro from more usb driversGreg Kroah-Hartman
2008-10-18USB: remove info() macro from remaining usb driversGreg Kroah-Hartman
2008-10-18USB: remove warn() macro from usb driversGreg Kroah-Hartman
2008-04-25usb: replace remaining __PRETTY_FUNCTION__ occurrencesHarvey Harrison
2008-04-25USB: Remove EXPERIMENTAL designation from USB MDC800 support.Robert P. J. Day
2008-04-25USB: microtek: remove unused semaphoreDaniel Walker
2008-02-02USB: Drop unnecessary continue in a few driversJulia Lawall
2007-11-29USB: make the microtek driver and HAL cooperateOliver Neukum
2007-10-22[SG] Update drivers to use sg helpersJens Axboe
2007-10-20typo fixesMatt LaPlante