summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pmcraid.c
Commit message (Expand)AuthorAgeFilesLines
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-3/+1
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: pmcraid: use generic DMA APIChristoph Hellwig2018-11-061-43/+36
* scsi: pmcraid: don't allocate a dma coherent buffer for sense dataChristoph Hellwig2018-11-061-16/+8
* scsi: pmcraid: simplify pmcraid_cancel_all a bitChristoph Hellwig2018-11-061-7/+6
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+3
* scsi: pmcraid: Use sgl_alloc_order() and sgl_free_order()Bart Van Assche2018-02-131-39/+4
* scsi: pmcraid: remove redundant initializations of pointer 'ioadl'Colin Ian King2018-02-131-4/+4
* scsi: pmcraid: use correct size unit when calling find_first_zero_bit()Niklas Cassel2017-12-071-1/+1
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-5/+5
* scsi: pmcraid: Convert timers to use timer_setup()Kees Cook2017-11-011-20/+13
* scsi: pmcraid: fix duplicated code for different branchesGustavo A. R. Silva2017-08-241-6/+1
* 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-081-3/+0
* scsi: pmcraid: use normal copy_from_userArnd Bergmann2017-04-241-33/+7
* scsi: pmcraid: fix minor sparse warningsArnd Bergmann2017-04-241-3/+3
* scsi: pmcraid: fix endianess sparse annotationsArnd Bergmann2017-04-241-48/+47
* scsi: pmcraid: use __iomem pointers for ioctl argumentArnd Bergmann2017-04-241-28/+16
* scsi: pmcraid: fix lock imbalance in pmcraid_reset_reload()Christoph Hellwig2017-04-241-31/+28
* scsi: pmcraid: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-01-091-51/+41
* 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/+0
|/
* scsi: pmcraid: mark symbols static where possibleBaoyou Xie2016-09-041-4/+4
* Merge tag '4.4-scsi-mkp' into miscJames Bottomley2015-11-121-3/+2
|\
| * scsi: pmcraid: replace struct timeval with ktime_get_real_seconds()Alison Schofield2015-11-111-3/+2
* | scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-02-101-7/+1
|\
| * netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-7/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-02-101-1/+1
|\ \ | |/ |/|
| * ibmraid: fix writeable attribute with no store methodAlan2015-01-201-1/+1
* | scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-1/+0
* | scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-10/+2
* | scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-33/+7
* | scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-2/+2
* | scsi: remove abuses of scsi_populate_tagChristoph Hellwig2014-11-121-31/+3
* | scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-10/+4
|/
* pmcraid: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-09-161-11/+2
* pmcraid: Get rid of a redundant assignmentAlexander Gordeev2014-09-161-1/+0
* drivers/scsi: replace strict_strto callsDaniel Walter2014-08-081-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-281-5/+15
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-191-1/+2
|\
| * genetlink: pass family to functions using groupsJohannes Berg2013-11-191-1/+2
* | SCSI: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-141-1/+0
|/
* treewide: Fix typo in printkMasanari Iida2013-06-181-1/+1