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
2022-03-15scsi: aic7xxx: Fix typos in commentsJulia Lawall
2022-01-05scsi: aic79xx: Remove redundant error variableMinghao Chi
2021-10-17scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche
2021-10-17scsi: aic7xxx: Call scsi_done() directlyBart Van Assche
2021-09-29scsi: aic7xxx: Fix a function name in commentsCai Huoqing
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-06-23scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8Colin Ian King
2021-06-01scsi: core: Kill DRIVER_SENSEHannes Reinecke
2021-05-22scsi: aic7xxx: Remove multiple definition of globalsTom Rix
2021-05-22scsi: aic7xxx: Restore several defines for aic7xxx firmware buildTom Rix
2021-02-23scsi: aic7xxx: Remove unused function pointer typedef ahc_bus_suspend/resume_tChen Lin
2021-02-23scsi: aic79xx: Fix spelling of versionBhaskar Chowdhury
2021-01-23scsi: aic7xxx: aic79xx: Drop internal SCSI message definitionHannes Reinecke
2021-01-23scsi: aic7xxx: aic79xx: Remove driver-defined SAM status definitionsHannes Reinecke
2021-01-23scsi: aic7xxx: aic79xx: Kill pointless forward declarationsHannes Reinecke
2021-01-23scsi: aic7xxx: aic79xx: Whitespace cleanupHannes Reinecke
2020-12-02scsi: aic7xxx: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-26scsi: aic79xx: Use generic power managementVaibhav Gupta
2020-11-26scsi: aic7xxx: Use generic power managementVaibhav Gupta
2020-11-11scsi: aic7xxx: aic79xx_osm: Remove unused variable 'saved_scsiid'Lee Jones
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-09-16scsi: aic7xxx: Use kmemdup() in two placesAlex Dewar
2020-08-25scsi: aic7xxx: Fix error code handlingTong Zhang
2020-08-25scsi: aic7xxx: Remove pci-dma-compat wrapper APISuraj Upadhyay
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-25scsi: aic7xxx: Remove set but unused variables 'targ_info' and 'value'Lee Jones
2020-07-25scsi: aic7xxx: aic79xx_core: Remove a bunch of unused variablesLee Jones
2020-07-25scsi: aic79xx: Restore modes when exiting ahd_linux_queue_abort_cmd()Hannes Reinecke
2020-07-16scsi: aic7xxx: Fix 'amount_xferred' set but not used issueLee Jones
2020-07-16scsi: aic7xxx: Remove unused variables 'wait' and 'paused'Lee Jones
2020-07-16scsi: aic7xxx: Remove unused variable 'ahd'Lee Jones
2020-07-15scsi: aic7xxx: Fix 'amount_xferred' set but not used issueLee Jones
2020-07-15scsi: aic7xxx: Remove unused variable 'targ'Lee Jones
2020-07-15scsi: aic7xxx: Remove unused variable 'ahc'Lee Jones
2020-07-15scsi: aic7xxx: Remove unused variable 'tinfo'Lee Jones
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-04-24scsi: aic7xxx: Remove unnecessary NULL checks before kfreeAlex Dewar
2020-04-24scsi: aic7xxx: Use kzalloc() instead of kmalloc()+memset()Alex Dewar
2020-04-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-04-01scsi: aic7xxx: Remove more FreeBSD-specific codeAlex Dewar
2020-03-27scsi: aic7xxx: aic97xx: Remove FreeBSD-specific codeAlex Dewar
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-24scsi: simplify scsi_partsizeChristoph Hellwig
2020-03-12scsi: docs: convert aic7xxx.txt to ReSTMauro Carvalho Chehab
2020-03-12scsi: docs: convert aic79xx.txt to ReSTMauro Carvalho Chehab
2020-01-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig