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-12-23scsi: pmcraid: Don't use GFP_DMA in pmcraid_alloc_sglist()Christoph Hellwig
2021-11-30scsi: pmcraid: Fix a kernel-doc warningBart Van Assche
2021-10-17scsi: pmcraid: Switch to attribute groupsBart Van Assche
2021-10-17scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche
2021-10-17scsi: pmcraid: Call scsi_done() directlyBart Van Assche
2021-03-19scsi: pmcraid: Correct function name pmcraid_show_adapter_id() in headerLee Jones
2021-03-19scsi: pmcraid: Fix a whole host of kernel-doc issuesLee Jones
2020-11-26scsi: pmcraid: Use generic power managementVaibhav Gupta
2020-11-26scsi: pmcraid: Drop PCI Wakeup calls from .resumeVaibhav Gupta
2020-09-10scsi: pmcraid: Remove set but not used 'res'Ye Bin
2020-08-21scsi: pmcraid: Remove superfluous memset()Li Heng
2020-04-25scsi: pmcraid: Replace dma_pool_malloc with dma_pool_zallocWu Bo
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-08-13scsi: pmcraid: Fix a typo - pcmraid --> pmcraidChristophe JAILLET
2019-07-12Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-06-20scsi: pmcraid: use sg helper to iterate over scatterlistMing Lei
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig
2018-11-07scsi: pmcraid: use generic DMA APIChristoph Hellwig
2018-11-07scsi: pmcraid: don't allocate a dma coherent buffer for sense dataChristoph Hellwig
2018-11-07scsi: pmcraid: simplify pmcraid_cancel_all a bitChristoph Hellwig
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook
2018-02-14scsi: pmcraid: Use sgl_alloc_order() and sgl_free_order()Bart Van Assche
2018-02-14scsi: pmcraid: remove redundant initializations of pointer 'ioadl'Colin Ian King
2017-12-08scsi: pmcraid: use correct size unit when calling find_first_zero_bit()Niklas Cassel
2017-11-22treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-01scsi: pmcraid: Convert timers to use timer_setup()Kees Cook
2017-08-25scsi: pmcraid: fix duplicated code for different branchesGustavo A. R. Silva
2017-08-07scsi: pmcraid: Replace PCI pool old APIRomain Perier
2017-05-09scsi: pmcraid: remove redundant check to see if request_size is less than zeroColin Ian King
2017-04-25scsi: pmcraid: use normal copy_from_userArnd Bergmann
2017-04-25scsi: pmcraid: fix minor sparse warningsArnd Bergmann
2017-04-25scsi: pmcraid: fix endianess sparse annotationsArnd Bergmann
2017-04-25scsi: pmcraid: use __iomem pointers for ioctl argumentArnd Bergmann
2017-04-25scsi: pmcraid: fix lock imbalance in pmcraid_reset_reload()Christoph Hellwig
2017-01-10scsi: pmcraid: switch to pci_alloc_irq_vectorsChristoph Hellwig
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2016-11-23scsi: pmcraid: Add missing resource releasesQuentin Lambert
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-09-04scsi: pmcraid: mark symbols static where possibleBaoyou Xie
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley
2015-11-12scsi: pmcraid: replace struct timeval with ktime_get_real_seconds()Alison Schofield
2015-11-10scsi: use host wide tags by defaultChristoph Hellwig
2015-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-01-20ibmraid: fix writeable attribute with no store methodAlan
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg