index
:
drm/drm
drm-fixes
drm-next
drm-next-5.3-backmerge-conflicts
DRM kernel graphics driver development tree
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
pmcraid.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-09
scsi: pmcraid: Remove set but not used 'res'
Ye Bin
1
-2
/
+0
2020-08-20
scsi: pmcraid: Remove superfluous memset()
Li Heng
1
-1
/
+0
2020-04-24
scsi: pmcraid: Replace dma_pool_malloc with dma_pool_zalloc
Wu Bo
1
-3
/
+1
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
1
-3
/
+1
2019-08-12
scsi: pmcraid: Fix a typo - pcmraid --> pmcraid
Christophe JAILLET
1
-1
/
+1
2019-07-11
Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-7
/
+7
2019-06-20
scsi: pmcraid: use sg helper to iterate over scatterlist
Ming Lei
1
-7
/
+7
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-16
/
+1
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-3
/
+1
2018-12-18
scsi: flip the default on use_clustering
Christoph Hellwig
1
-1
/
+0
2018-11-06
scsi: pmcraid: use generic DMA API
Christoph Hellwig
1
-43
/
+36
2018-11-06
scsi: pmcraid: don't allocate a dma coherent buffer for sense data
Christoph Hellwig
1
-16
/
+8
2018-11-06
scsi: pmcraid: simplify pmcraid_cancel_all a bit
Christoph Hellwig
1
-7
/
+6
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+3
2018-02-13
scsi: pmcraid: Use sgl_alloc_order() and sgl_free_order()
Bart Van Assche
1
-39
/
+4
2018-02-13
scsi: pmcraid: remove redundant initializations of pointer 'ioadl'
Colin Ian King
1
-4
/
+4
2017-12-07
scsi: pmcraid: use correct size unit when calling find_first_zero_bit()
Niklas Cassel
1
-1
/
+1
2017-11-21
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
1
-5
/
+5
2017-11-01
scsi: pmcraid: Convert timers to use timer_setup()
Kees Cook
1
-20
/
+13
2017-08-24
scsi: pmcraid: fix duplicated code for different branches
Gustavo A. R. Silva
1
-6
/
+1
2017-08-07
scsi: pmcraid: Replace PCI pool old API
Romain Perier
1
-5
/
+5
2017-05-08
scsi: pmcraid: remove redundant check to see if request_size is less than zero
Colin Ian King
1
-3
/
+0
2017-04-24
scsi: pmcraid: use normal copy_from_user
Arnd Bergmann
1
-33
/
+7
2017-04-24
scsi: pmcraid: fix minor sparse warnings
Arnd Bergmann
1
-3
/
+3
2017-04-24
scsi: pmcraid: fix endianess sparse annotations
Arnd Bergmann
1
-48
/
+47
2017-04-24
scsi: pmcraid: use __iomem pointers for ioctl argument
Arnd Bergmann
1
-28
/
+16
2017-04-24
scsi: pmcraid: fix lock imbalance in pmcraid_reset_reload()
Christoph Hellwig
1
-31
/
+28
2017-01-09
scsi: pmcraid: switch to pci_alloc_irq_vectors
Christoph Hellwig
1
-51
/
+41
2016-12-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+7
2016-11-22
scsi: pmcraid: Add missing resource releases
Quentin Lambert
1
-3
/
+7
2016-10-27
genetlink: mark families as __ro_after_init
Johannes Berg
1
-2
/
+2
2016-10-27
genetlink: statically initialize families
Johannes Berg
1
-0
/
+1
2016-10-27
genetlink: no longer support using static family IDs
Johannes Berg
1
-6
/
+0
2016-09-04
scsi: pmcraid: mark symbols static where possible
Baoyou Xie
1
-4
/
+4
2015-11-12
Merge tag '4.4-scsi-mkp' into misc
James Bottomley
1
-3
/
+2
2015-11-11
scsi: pmcraid: replace struct timeval with ktime_get_real_seconds()
Alison Schofield
1
-3
/
+2
2015-11-09
scsi: use host wide tags by default
Christoph Hellwig
1
-1
/
+0
2015-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-7
/
+1
2015-02-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2015-01-20
ibmraid: fix writeable attribute with no store method
Alan
1
-1
/
+1
2015-01-18
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
1
-7
/
+1
2014-12-04
scsi: remove ->change_queue_type method
Christoph Hellwig
1
-1
/
+0
2014-11-24
scsi: drop reason argument from ->change_queue_depth
Christoph Hellwig
1
-10
/
+2
2014-11-12
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
1
-33
/
+7
2014-11-12
scsi: always assign block layer tags if enabled
Christoph Hellwig
1
-2
/
+2
2014-11-12
scsi: remove abuses of scsi_populate_tag
Christoph Hellwig
1
-31
/
+3
2014-11-12
scsi: provide a generic change_queue_type method
Christoph Hellwig
1
-10
/
+4
2014-09-16
pmcraid: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-11
/
+2
2014-09-16
pmcraid: Get rid of a redundant assignment
Alexander Gordeev
1
-1
/
+0
2014-08-08
drivers/scsi: replace strict_strto calls
Daniel Walter
1
-2
/
+2
[next]