aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_mm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-07scsi: megaraid_sas: NULL check before some freeing functions is not neededThomas Meyer1-2/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+6
2017-11-01scsi: megaraid: Convert timers to use timer_setup()Kees Cook1-14/+13
2017-08-07scsi: megaraid: Replace PCI pool old APIRomain Perier1-14/+15
2017-06-12scsi: megaraid: Fix a sleep-in-atomic bugJia-Ju Bai1-1/+1
2016-01-08megaraid: Fix possible NULL pointer deference in mraid_mm_ioctlNicholas Krause1-0/+4
2014-03-15[SCSI] megaraid: missing bounds check in mimd_to_kioc()Dan Carpenter1-0/+2
2013-08-20scsi/megaraid fixed several typos in commentsMatthias Schid1-1/+1
2010-12-10fix comment typos concerning "consistent"Uwe Kleine-König1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann1-4/+4
2010-05-17scsi: Push down BKL into ioctl functionsArnd Bergmann1-5/+17
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-06-20megaraid: BKL pushdownArnd Bergmann1-0/+2
2008-02-11[SCSI] MegaRAID driver management char device moved to miscThomas Horsten1-7/+13
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-1/+1
2007-05-06[SCSI] megaraid: update version reported by MEGAIOC_QDRVRVERDavid Milburn1-1/+1
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-1/+1
2007-01-13[SCSI] megaraid: fix kernel-docRandy Dunlap1-36/+29
2006-07-28[SCSI] megaraid_{mm,mbox}: a fix on "kernel unaligned access address" issueJu, Seokmann1-1/+1
2006-04-19[SCSI] megaraid/megaraid_mm.c: fix a NULL pointer dereferenceAdrian Bunk1-4/+2
2005-11-07[PATCH] kfree cleanup: drivers/scsiJesper Juhl1-8/+3
2005-05-20[SCSI] megaraid version 2.20.4.6Ju, Seokmann1-5/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1255