summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pmcraid.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-121-7/+7
|\
| * scsi: pmcraid: use sg helper to iterate over scatterlistMing Lei2019-06-201-7/+7
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1Star
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-3/+1Star
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0Star
* scsi: pmcraid: use generic DMA APIChristoph Hellwig2018-11-071-43/+36Star
* scsi: pmcraid: don't allocate a dma coherent buffer for sense dataChristoph Hellwig2018-11-071-16/+8Star
* scsi: pmcraid: simplify pmcraid_cancel_all a bitChristoph Hellwig2018-11-071-7/+6Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+3
* scsi: pmcraid: Use sgl_alloc_order() and sgl_free_order()Bart Van Assche2018-02-141-39/+4Star
* scsi: pmcraid: remove redundant initializations of pointer 'ioadl'Colin Ian King2018-02-141-4/+4
* scsi: pmcraid: use correct size unit when calling find_first_zero_bit()Niklas Cassel2017-12-081-1/+1
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-221-5/+5
* scsi: pmcraid: Convert timers to use timer_setup()Kees Cook2017-11-011-20/+13Star
* scsi: pmcraid: fix duplicated code for different branchesGustavo A. R. Silva2017-08-251-6/+1Star
* scsi: pmcraid: Replace PCI pool old APIRomain Perier2017-08-071-5/+5
* scsi: pmcraid: remove redundant check to see if request_size is less than zeroColin Ian King2017-05-091-3/+0Star
* scsi: pmcraid: use normal copy_from_userArnd Bergmann2017-04-251-33/+7Star
* scsi: pmcraid: fix minor sparse warningsArnd Bergmann2017-04-251-3/+3
* scsi: pmcraid: fix endianess sparse annotationsArnd Bergmann2017-04-251-48/+47Star
* scsi: pmcraid: use __iomem pointers for ioctl argumentArnd Bergmann2017-04-251-28/+16Star
* scsi: pmcraid: fix lock imbalance in pmcraid_reset_reload()Christoph Hellwig2017-04-241-31/+28Star
* scsi: pmcraid: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-01-101-51/+41Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-141-3/+7
|\
| * scsi: pmcraid: Add missing resource releasesQuentin Lambert2016-11-221-3/+7
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-2/+2
* | genetlink: statically initialize familiesJohannes Berg2016-10-271-0/+1
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-6/+0Star
|/
* scsi: pmcraid: mark symbols static where possibleBaoyou Xie2016-09-041-4/+4
* Merge tag '4.4-scsi-mkp' into miscJames Bottomley2015-11-121-3/+2Star
|\
| * scsi: pmcraid: replace struct timeval with ktime_get_real_seconds()Alison Schofield2015-11-121-3/+2Star
* | scsi: use host wide tags by defaultChristoph Hellwig2015-11-101-1/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-02-111-7/+1Star
|\
| * netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-7/+1Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-02-111-1/+1
|\ \ | |/ |/|
| * ibmraid: fix writeable attribute with no store methodAlan2015-01-201-1/+1
* | scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-1/+0Star
* | scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-10/+2Star
* | scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-33/+7Star
* | scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-2/+2
* | scsi: remove abuses of scsi_populate_tagChristoph Hellwig2014-11-121-31/+3Star
* | scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-10/+4Star
|/
* pmcraid: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-09-161-11/+2Star
* pmcraid: Get rid of a redundant assignmentAlexander Gordeev2014-09-161-1/+0Star
* drivers/scsi: replace strict_strto callsDaniel Walter2014-08-091-2/+2
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-12-061-0/+1
|\
| * [SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-11-291-0/+1
* | genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg2013-11-291-5/+15
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-201-1/+2
|\