aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2005-12-16[SCSI] Merge sym53c8xx_comm.h and sym53c8xx_defs.h into ncr driverMatthew Wilcox4-2114/+1995
2005-12-16[SCSI] Use spi_print_msg in ncr53c8xx driverMatthew Wilcox1-13/+2
2005-12-16[SCSI] 53c700: update endian processing macrosJames Bottomley1-9/+13
2005-12-15[SCSI] Add PPR support to spi_print_msgMatthew Wilcox1-7/+29
2005-12-15[SCSI] Use ARRAY_SIZE in spi_print_msgMatthew Wilcox1-6/+3
2005-12-15[SCSI] Fix printing of two-byte messagesMatthew Wilcox1-1/+1
2005-12-15[SCSI] Rename scsi_print_msg to spi_print_msgMatthew Wilcox11-28/+34
2005-12-15[SCSI] Move scsi_print_msg to SPI classMatthew Wilcox4-108/+123
2005-12-15Fix up SCSI mismergeJames Bottomley5-16/+25
2005-12-15[SCSI] Fix st oops with new scsi_execute infrastructureKai Makisara1-6/+9
2005-12-15[SCSI] seperate max_sectors from max_hw_sectorsMike Christie6-21/+42
2005-12-15[PATCH] Au1550 AC'97 OSS driver spinlock fixesSergei Shtylylov1-11/+18
2005-12-15[PATCH] drivers/base/memory.c: unexport the static (sic) memory_sysdev_classAdrian Bunk1-1/+0
2005-12-15[PATCH] IPMI oops fixPaolo Galtieri1-2/+4
2005-12-15[PATCH] arch/powerpc/kernel/syscalls.c __user annotationsAl Viro1-1/+1
2005-12-15[PATCH] drivers/input/misc/wistron_btns.c NULL noise removalAl Viro1-1/+1
2005-12-15[PATCH] mwave: missing __user in ioctl struct declarationAl Viro1-1/+1
2005-12-15[PATCH] drivers/atm/adummy.c NULL noise removalAl Viro1-1/+1
2005-12-15[PATCH] arch/alpha/kernel/machvec_impl.h: C99 struct initializerAl Viro1-1/+1
2005-12-15[PATCH] dst_ca __user annotations, portability fixesAl Viro1-3/+3
2005-12-15[PATCH] ia64 sn __iomem annotationsAl Viro2-30/+30
2005-12-15[PATCH] Address of void __user * is void __user * *, not void * __user *Al Viro1-1/+1
2005-12-15[PATCH] missing prototype (mm/page_alloc.c)Al Viro1-1/+1
2005-12-15[PATCH] __user annotations (booke_wdt.c)Al Viro1-6/+7
2005-12-15[PATCH] arcfb __user annotationsAl Viro1-1/+1
2005-12-15[PATCH] cyber2000fb.c __iomem annotationsAl Viro1-2/+2
2005-12-15[PATCH] wdrtas.c: fix __user annotationsAl Viro1-1/+1
2005-12-15[PATCH] dell_rbu: NULL noise removalAl Viro1-3/+3
2005-12-15[PATCH] cm4000_cs: __user annotationsAl Viro1-6/+7
2005-12-15[PATCH] i386,amd64: ioremap.c __iomem annotationsAl Viro2-2/+2
2005-12-15[PATCH] i386,amd64: mmconfig __iomem annotationsAl Viro2-8/+8
2005-12-15[PATCH] em28xx: %zd for size_tAl Viro1-1/+1
2005-12-15[PATCH] auerswald.c: %zd for size_tAl Viro1-1/+1
2005-12-15[PATCH] s2io: __iomem annotations for recent changesAl Viro1-5/+5
2005-12-15[PATCH] xfs: missing gfp_t annotationsAl Viro1-2/+2
2005-12-15[PATCH] iscsi gfp_t annotationsAl Viro2-2/+2
2005-12-15[PATCH] arch/sparc/kernel/led.c __user annotationsAl Viro1-1/+1
2005-12-15[PATCH] sun4c_memerr_reg __iomem annotationsAl Viro2-2/+2
2005-12-15[PATCH] sparc: NULL noise removal (ebus.c)Al Viro1-12/+12
2005-12-15[PATCH] sparc/kernel/time: __iomem annotationsAl Viro1-2/+2
2005-12-15[PATCH] sbus/char/uctrl: missing prototypes and NULL noise removalAl Viro1-5/+5
2005-12-15[PATCH] sparc: jsflash __user annotationsAl Viro1-9/+10
2005-12-15[PATCH] sparc: vfc __iomem annotations and fixesAl Viro2-4/+4
2005-12-15[PATCH] fix iomem annotations in sparc32 pcic codeAl Viro2-4/+4
2005-12-14[SCSI] convert st to use scsi_execute_asyncMike Christie2-145/+123
2005-12-14[SCSI] convert sg to scsi_execute_asyncMike Christie1-427/+259
2005-12-14[SCSI] add kmemcache for scsi_io_contextMike Christie1-2/+15
2005-12-14[SCSI] complete the whole command when it is REQ_BLOCK_PCMike Christie2-2/+12
2005-12-14[SCSI] add retries field to request for REQ_BLOCK_PC useMike Christie2-1/+4
2005-12-14[SCSI] Convert SCSI mid-layer to scsi_execute_asyncMike Christie6-73/+233