index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
message
/
fusion
/
mptbase.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-10
scsi: message: fusion: mptbase: Use dma_alloc_coherent()
Christophe JAILLET
1
-20
/
+32
2022-01-10
scsi: message: fusion: Use dma_alloc_coherent() in mpt_alloc_fw_memory()
Christophe JAILLET
1
-1
/
+2
2022-01-10
scsi: message: fusion: Remove usage of the deprecated "pci-dma-compat.h" API
Christophe JAILLET
1
-44
/
+50
2021-12-06
scsi: mptfusion: Remove redundant variable r
Colin Ian King
1
-4
/
+2
2021-10-12
scsi: message: fusion: Remove unused mpt_pci driver .probe() 'id' parameter
Uwe Kleine-König
1
-5
/
+2
2021-05-14
scsi: message: fusion: Remove redundant assignment to rc
Jiapeng Chong
1
-2
/
+0
2021-04-13
scsi: message: fusion: Remove unused local variable 'status'
Jiapeng Chong
1
-2
/
+1
2021-03-24
scsi: message: fusion: Remove unnecessary cast
Wang Qing
1
-3
/
+3
2020-12-01
scsi: message: fusion: Remove in_interrupt() usage in mpt_config()
Thomas Gleixner
1
-12
/
+2
2020-10-26
scsi: message: fusion: Remove unneeded break
Tom Rix
1
-1
/
+0
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+3
2020-06-26
scsi: mptfusion: Don't use GFP_ATOMIC for larger DMA allocations
Christoph Hellwig
1
-21
/
+20
2020-04-13
scsi: docs: fusion: get rid of a doc build warning
Mauro Carvalho Chehab
1
-3
/
+5
2019-06-18
scsi: message: fusion: Use kmemdup instead of memcpy and kmalloc
Bharath Vedartham
1
-2
/
+1
2019-03-19
scsi: mptfusion: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2018-09-28
scsi: mptfusion: Remove unnecessary parentheses
Nathan Chancellor
1
-2
/
+2
2018-09-11
scsi: message: fusion: fix a few trivial spelling mistakes
Colin Ian King
1
-4
/
+4
2018-07-30
scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNEL
Jia-Ju Bai
1
-1
/
+1
2018-07-10
scsi: mptfusion: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+3
2018-06-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
1
-46
/
+11
2018-05-08
scsi: mptfusion: fix spelling mistake: "initators" -> "initiators"
Colin Ian King
1
-1
/
+1
2018-01-08
scsi: mptfusion: use strlcpy() instead of strncpy()
Xiongfeng Wang
1
-1
/
+1
2017-12-07
scsi: fusion: clean up some indentations
Colin Ian King
1
-28
/
+29
2017-10-31
treewide: Fix function prototypes for module_param_call()
Kees Cook
1
-2
/
+2
2017-08-07
scsi: fusion: fix string overflow warning
Arnd Bergmann
1
-4
/
+4
2017-04-24
scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"
Colin Ian King
1
-1
/
+1
2016-11-17
scsi: mptfusion: Fix printk continuations
Helge Deller
1
-7
/
+7
2016-11-08
scsi: fusion: print lan address via %pMR
Andy Shevchenko
1
-10
/
+4
2016-09-02
scsi: mpt: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-3
/
+4
2016-02-23
mptbase: fixup error handling paths in mpt_attach()
Ewan D. Milne
1
-7
/
+33
2016-02-23
mptfusion: hide unused seq_mpt_print_ioc_summary function
Arnd Bergmann
1
-0
/
+2
2015-06-13
fusion: remove dead MTRR code
Luis R. Rodriguez
1
-24
/
+0
2014-09-16
fusion: fix excess parameter kernel-doc warning
Randy Dunlap
1
-1
/
+0
2014-09-16
mptfusion: simplify rounding
Rasmus Villemoes
1
-6
/
+1
2014-07-25
mptfusion: tweak null pointer checks
Joe Lawrence
1
-6
/
+4
2014-07-25
mptfusion: make adapter prod_name[] a pointer
Joe Lawrence
1
-6
/
+5
2014-07-25
mptfusion: mark file-private functions as static
Joe Lawrence
1
-1
/
+1
2014-05-28
fusion: Add free msg frames to the head, not tail of list
Matthew Wilcox
1
-1
/
+1
2014-01-14
MPT / PCI: Use pci_stop_and_remove_bus_device_locked()
Rafael J. Wysocki
1
-1
/
+1
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
1
-2
/
+2
2012-09-14
[SCSI] Fusion MPT: disable pci device when mpt map resoures failed
Hanjun Guo
1
-7
/
+11
2012-05-31
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-8
/
+4
2012-05-31
drivers/message/fusion: use pci_dev->revision
Sergei Shtylyov
1
-8
/
+4
2012-05-22
[SCSI] mptfusion: unlock on error in mpt_config()
Dan Carpenter
1
-0
/
+1
2012-02-27
PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device
Yinghai Lu
1
-1
/
+1
2011-12-15
[SCSI] fusion: ensure NUL-termination of MptCallbacksName elements
Ferenc Wagner
1
-3
/
+4
2011-08-27
[SCSI] mptfusion: Fix for device offline while doing aggressive HBA reset
kashyap.desai@lsi.com
1
-3
/
+26
2011-08-27
[SCSI] mptfusion: Better handling of DEAD IOC PCI-E Link down error condition
kashyap.desai@lsi.com
1
-1
/
+62
2011-04-26
treewide: cleanup continuations and remove logging message whitespace
Joe Perches
1
-12
/
+10
[next]