index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
message
/
fusion
/
mptbase.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: mptfusion: Simplify the alloc*_workqueue() invocations
Bart Van Assche
2024-08-23
1
-7
/
+3
*
scsi: message: fusion: Replace all non-returning strlcpy() with strscpy()
Azeem Shaikh
2023-06-01
1
-2
/
+2
*
scsi: message: fusion: Mark mpt_halt_firmware() __noreturn
Josh Poimboeuf
2023-04-14
1
-1
/
+1
*
scsi: message: fusion: Remove redundant variable dmp
Colin Ian King
2022-04-07
1
-2
/
+2
*
scsi: message: fusion: mptbase: Use dma_alloc_coherent()
Christophe JAILLET
2022-01-10
1
-20
/
+32
*
scsi: message: fusion: Use dma_alloc_coherent() in mpt_alloc_fw_memory()
Christophe JAILLET
2022-01-10
1
-1
/
+2
*
scsi: message: fusion: Remove usage of the deprecated "pci-dma-compat.h" API
Christophe JAILLET
2022-01-10
1
-44
/
+50
*
scsi: mptfusion: Remove redundant variable r
Colin Ian King
2021-12-07
1
-4
/
+2
*
scsi: message: fusion: Remove unused mpt_pci driver .probe() 'id' parameter
Uwe Kleine-König
2021-10-13
1
-5
/
+2
*
scsi: message: fusion: Remove redundant assignment to rc
Jiapeng Chong
2021-05-15
1
-2
/
+0
*
scsi: message: fusion: Remove unused local variable 'status'
Jiapeng Chong
2021-04-13
1
-2
/
+1
*
scsi: message: fusion: Remove unnecessary cast
Wang Qing
2021-03-25
1
-3
/
+3
*
scsi: message: fusion: Remove in_interrupt() usage in mpt_config()
Thomas Gleixner
2020-12-01
1
-12
/
+2
*
scsi: message: fusion: Remove unneeded break
Tom Rix
2020-10-26
1
-1
/
+0
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-3
/
+3
*
scsi: mptfusion: Don't use GFP_ATOMIC for larger DMA allocations
Christoph Hellwig
2020-06-27
1
-21
/
+20
*
scsi: docs: fusion: get rid of a doc build warning
Mauro Carvalho Chehab
2020-04-13
1
-3
/
+5
*
scsi: message: fusion: Use kmemdup instead of memcpy and kmalloc
Bharath Vedartham
2019-06-19
1
-2
/
+1
*
scsi: mptfusion: mark expected switch fall-through
Gustavo A. R. Silva
2019-03-19
1
-1
/
+1
*
scsi: mptfusion: Remove unnecessary parentheses
Nathan Chancellor
2018-09-28
1
-2
/
+2
*
scsi: message: fusion: fix a few trivial spelling mistakes
Colin Ian King
2018-09-12
1
-4
/
+4
*
scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNEL
Jia-Ju Bai
2018-07-31
1
-1
/
+1
*
scsi: mptfusion: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-07-11
1
-0
/
+3
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-06-10
1
-1
/
+1
|
\
|
*
scsi: mptfusion: fix spelling mistake: "initators" -> "initiators"
Colin Ian King
2018-05-08
1
-1
/
+1
*
|
proc: introduce proc_create_single{,_data}
Christoph Hellwig
2018-05-16
1
-46
/
+11
|
/
*
scsi: mptfusion: use strlcpy() instead of strncpy()
Xiongfeng Wang
2018-01-09
1
-1
/
+1
*
scsi: fusion: clean up some indentations
Colin Ian King
2017-12-08
1
-28
/
+29
*
treewide: Fix function prototypes for module_param_call()
Kees Cook
2017-10-31
1
-2
/
+2
*
scsi: fusion: fix string overflow warning
Arnd Bergmann
2017-08-07
1
-4
/
+4
*
scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"
Colin Ian King
2017-04-25
1
-1
/
+1
*
scsi: mptfusion: Fix printk continuations
Helge Deller
2016-11-18
1
-7
/
+7
*
scsi: fusion: print lan address via %pMR
Andy Shevchenko
2016-11-08
1
-10
/
+4
*
scsi: mpt: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
2016-09-02
1
-3
/
+4
*
mptbase: fixup error handling paths in mpt_attach()
Ewan D. Milne
2016-02-24
1
-7
/
+33
*
mptfusion: hide unused seq_mpt_print_ioc_summary function
Arnd Bergmann
2016-02-24
1
-0
/
+2
*
fusion: remove dead MTRR code
Luis R. Rodriguez
2015-06-13
1
-24
/
+0
*
fusion: fix excess parameter kernel-doc warning
Randy Dunlap
2014-09-16
1
-1
/
+0
*
mptfusion: simplify rounding
Rasmus Villemoes
2014-09-16
1
-6
/
+1
*
mptfusion: tweak null pointer checks
Joe Lawrence
2014-07-25
1
-6
/
+4
*
mptfusion: make adapter prod_name[] a pointer
Joe Lawrence
2014-07-25
1
-6
/
+5
*
mptfusion: mark file-private functions as static
Joe Lawrence
2014-07-25
1
-1
/
+1
*
fusion: Add free msg frames to the head, not tail of list
Matthew Wilcox
2014-05-28
1
-1
/
+1
*
MPT / PCI: Use pci_stop_and_remove_bus_device_locked()
Rafael J. Wysocki
2014-01-14
1
-1
/
+1
*
procfs: new helper - PDE_DATA(inode)
Al Viro
2013-04-09
1
-2
/
+2
*
[SCSI] Fusion MPT: disable pci device when mpt map resoures failed
Hanjun Guo
2012-09-14
1
-7
/
+11
*
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-06-01
1
-8
/
+4
|
\
|
*
drivers/message/fusion: use pci_dev->revision
Sergei Shtylyov
2012-06-01
1
-8
/
+4
*
|
[SCSI] mptfusion: unlock on error in mpt_config()
Dan Carpenter
2012-05-22
1
-0
/
+1
|
/
*
PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device
Yinghai Lu
2012-02-27
1
-1
/
+1
[next]