index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
eisa.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2005-12-16
[SCSI] 53c700: update endian processing macros
James Bottomley
1
-9
/
+13
2005-12-16
[SCSI] Add PPR support to spi_print_msg
Matthew Wilcox
1
-7
/
+29
2005-12-16
[SCSI] Use ARRAY_SIZE in spi_print_msg
Matthew Wilcox
1
-6
/
+3
2005-12-16
[SCSI] Fix printing of two-byte messages
Matthew Wilcox
1
-1
/
+1
2005-12-16
[SCSI] Rename scsi_print_msg to spi_print_msg
Matthew Wilcox
11
-28
/
+34
2005-12-16
[SCSI] Move scsi_print_msg to SPI class
Matthew Wilcox
4
-108
/
+123
2005-12-16
Fix up SCSI mismerge
James Bottomley
5
-16
/
+25
2005-12-16
[SCSI] Fix st oops with new scsi_execute infrastructure
Kai Makisara
1
-6
/
+9
2005-12-16
[SCSI] seperate max_sectors from max_hw_sectors
Mike Christie
6
-21
/
+42
2005-12-15
[PATCH] Au1550 AC'97 OSS driver spinlock fixes
Sergei Shtylylov
1
-11
/
+18
2005-12-15
[PATCH] drivers/base/memory.c: unexport the static (sic) memory_sysdev_class
Adrian Bunk
1
-1
/
+0
2005-12-15
[PATCH] IPMI oops fix
Paolo Galtieri
1
-2
/
+4
2005-12-15
[PATCH] arch/powerpc/kernel/syscalls.c __user annotations
Al Viro
1
-1
/
+1
2005-12-15
[PATCH] drivers/input/misc/wistron_btns.c NULL noise removal
Al Viro
1
-1
/
+1
2005-12-15
[PATCH] mwave: missing __user in ioctl struct declaration
Al Viro
1
-1
/
+1
2005-12-15
[PATCH] drivers/atm/adummy.c NULL noise removal
Al Viro
1
-1
/
+1
2005-12-15
[PATCH] arch/alpha/kernel/machvec_impl.h: C99 struct initializer
Al Viro
1
-1
/
+1
2005-12-15
[PATCH] dst_ca __user annotations, portability fixes
Al Viro
1
-3
/
+3
2005-12-15
[PATCH] ia64 sn __iomem annotations
Al Viro
2
-30
/
+30
2005-12-15
[PATCH] Address of void __user * is void __user * *, not void * __user *
Al Viro
1
-1
/
+1
2005-12-15
[PATCH] missing prototype (mm/page_alloc.c)
Al Viro
1
-1
/
+1
2005-12-15
[PATCH] __user annotations (booke_wdt.c)
Al Viro
1
-6
/
+7
2005-12-15
[PATCH] arcfb __user annotations
Al Viro
1
-1
/
+1
2005-12-15
[PATCH] cyber2000fb.c __iomem annotations
Al Viro
1
-2
/
+2
2005-12-15
[PATCH] wdrtas.c: fix __user annotations
Al Viro
1
-1
/
+1
2005-12-15
[PATCH] dell_rbu: NULL noise removal
Al Viro
1
-3
/
+3
2005-12-15
[PATCH] cm4000_cs: __user annotations
Al Viro
1
-6
/
+7
2005-12-15
[PATCH] i386,amd64: ioremap.c __iomem annotations
Al Viro
2
-2
/
+2
2005-12-15
[PATCH] i386,amd64: mmconfig __iomem annotations
Al Viro
2
-8
/
+8
2005-12-15
[PATCH] em28xx: %zd for size_t
Al Viro
1
-1
/
+1
2005-12-15
[PATCH] auerswald.c: %zd for size_t
Al Viro
1
-1
/
+1
2005-12-15
[PATCH] s2io: __iomem annotations for recent changes
Al Viro
1
-5
/
+5
2005-12-15
[PATCH] xfs: missing gfp_t annotations
Al Viro
1
-2
/
+2
2005-12-15
[PATCH] iscsi gfp_t annotations
Al Viro
2
-2
/
+2
2005-12-15
[PATCH] arch/sparc/kernel/led.c __user annotations
Al Viro
1
-1
/
+1
2005-12-15
[PATCH] sun4c_memerr_reg __iomem annotations
Al Viro
2
-2
/
+2
2005-12-15
[PATCH] sparc: NULL noise removal (ebus.c)
Al Viro
1
-12
/
+12
2005-12-15
[PATCH] sparc/kernel/time: __iomem annotations
Al Viro
1
-2
/
+2
2005-12-15
[PATCH] sbus/char/uctrl: missing prototypes and NULL noise removal
Al Viro
1
-5
/
+5
2005-12-15
[PATCH] sparc: jsflash __user annotations
Al Viro
1
-9
/
+10
2005-12-15
[PATCH] sparc: vfc __iomem annotations and fixes
Al Viro
2
-4
/
+4
2005-12-15
[PATCH] fix iomem annotations in sparc32 pcic code
Al Viro
2
-4
/
+4
2005-12-15
[SCSI] convert st to use scsi_execute_async
Mike Christie
2
-145
/
+123
2005-12-15
[SCSI] convert sg to scsi_execute_async
Mike Christie
1
-427
/
+259
2005-12-15
[SCSI] add kmemcache for scsi_io_context
Mike Christie
1
-2
/
+15
2005-12-15
[SCSI] complete the whole command when it is REQ_BLOCK_PC
Mike Christie
2
-2
/
+12
2005-12-15
[SCSI] add retries field to request for REQ_BLOCK_PC use
Mike Christie
2
-1
/
+4
2005-12-15
[SCSI] Convert SCSI mid-layer to scsi_execute_async
Mike Christie
6
-73
/
+233
2005-12-15
[SCSI] export blk layer functions needed for blk_execute_rq_nowait
Mike Christie
2
-1
/
+10
2005-12-15
[PATCH] reiserfs: close open transactions on error path
Jeff Mahoney
1
-8
/
+18
[next]