Al Viro
efa545791f
[PATCH] ppc64: trivial user annotations
...
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-04-26 11:26:53 -07:00
Al Viro
5330e9273e
[PATCH] size_t portability fixes - drivers/usb
...
size_t is zu, ssize_t is zd...
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-04-26 11:26:53 -07:00
Martin Hicks
2d29306b23
[IA64] re-enable preempt before page allocation for pgtable quicklist
...
This is a fix to the pgtable_quicklist code. There is a GFP_KERNEL
allocation in pgtable_quicklist_alloc(), which spews the usual warnings
if the kernel is under heavy VM pressure and the reclaim code is
invoked. re-enable preempt before we allocate the new page.
This patch is against 2.6.12-rc2-mm2
Signed-off-by: Martin Hicks <mort@sgi.com >
Signed-off-by: Tony Luck <tony.luckintel.com>
2005-04-26 09:04:31 -07:00
Linus Torvalds
97af11286d
Automatic merge of kernel.org:/home/rmk/linux-2.6-serial.git
2005-04-26 09:02:40 -07:00
Linus Torvalds
1e14c33fe2
Automatic merge of kernel.org:/home/rmk/linux-2.6-rmk.git
2005-04-26 08:58:22 -07:00
Al Viro
766f2fa170
[PATCH] qla trivial iomem annotation
...
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-04-26 07:43:43 -07:00
Al Viro
9be80c0f0f
[PATCH] oprofile trivial user annotations
...
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-04-26 07:43:42 -07:00
Al Viro
993fb38b1c
[PATCH] amd64 rt_sigframe user annotation
...
->pretcode in struct rt_sigframe is a userland pointer (and already
treated as such by code using that field).
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-04-26 07:43:42 -07:00
Al Viro
0f73832fd8
[PATCH] drivers/scsi NULL noise removal
...
NULL noise in sbus scsi drivers got missed
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-04-26 07:43:42 -07:00
Al Viro
f815e8182b
[PATCH] imsttfb missing iomem annotations
...
write_reg_le32() and read_reg_le32() expect iomem pointers...
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-04-26 07:43:42 -07:00
Al Viro
66768eb26c
[PATCH] ppc-opc NULL noise removal
...
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-04-26 07:43:41 -07:00
Al Viro
0d3e8fe662
[PATCH] savagefb iomem annotations
...
trivial iomem annotations + memset() replaced with memset_io() in a
place that deals with ioremapped area.
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-04-26 07:43:41 -07:00
Al Viro
9727d04aa6
[PATCH] pegasus NULL noise removal
...
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-04-26 07:43:41 -07:00
Al Viro
b76be681f8
[PATCH] tpm 64bit fixes (size_t)
...
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-04-26 07:43:41 -07:00
Al Viro
8cf381ca3c
[PATCH] fix SND_POWERMAC dependencies
...
This beast is pmac-only; moreover, it won't build on other
subarchitectures.
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-04-26 07:43:40 -07:00
Russell King
2b49abac58
[PATCH] Serial: Convert 8250_hp300 to use serial8250_{un,}register_port
...
Convert 8250_hp300 to use serial8250_register_port() and
serial8250_unregister_port().
Tested by Kars de Jong, 4/4/2005.
Signed-off-by: Russell King <rmk@arm.linux.org.uk >
2005-04-26 15:37:45 +01:00
Russell King
2a9604b863
[PATCH] Serial: Move error path processing inline
...
With unlikely() there's no need for the error path to
use gotos.
Signed-off-by: Russell King <rmk@arm.linux.org.uk >
2005-04-26 15:32:00 +01:00
Russell King
45849282bf
[PATCH] Serial: Ensure error paths are marked with unlikely()
...
Ensure ARM serial driver error paths are marked with the
unlikely() compiler hint.
Signed-off-by: Russell King <rmk@arm.linux.org.uk >
2005-04-26 15:29:44 +01:00
Linus Torvalds
99805f47dd
Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
2005-04-26 07:22:55 -07:00
Russell King
bce495d865
[PATCH] ARM: make entry*.S includes more logical
...
Move common includes to entry-header, and file specific includes
to the relevant file.
Signed-off-by: Russell King <rmk@arm.linux.org.uk >
2005-04-26 15:21:02 +01:00
Russell King
f4dc9a4cf2
[PATCH] ARM: Remove single-use user save/restore macros
...
Assembly macros are pointless if they're only used once. Move
them inline.
Signed-off-by: Russell King <rmk@arm.linux.org.uk >
2005-04-26 15:20:34 +01:00
Russell King
cf88b417f9
[PATCH] ARM: remove PT_TRACESYS
...
PT_TRACESYS is unused, remove it.
Signed-off-by: Russell King <rmk@arm.linux.org.uk >
2005-04-26 15:20:12 +01:00
Russell King
acaca3c915
[PATCH] ARM: Remove SVC_MODE definition
...
SVC_MODE reflects the MODE_SVC definition in asm/ptrace.h. Use
the asm/ptrace.h definition instead, and remove SVC_MODE.
Signed-off-by: Russell King <rmk@arm.linux.org.uk >
2005-04-26 15:19:48 +01:00
Russell King
e0f9f4a622
[PATCH] ARM: Use __NR_SYSCALL_BASE and __ARM_NR_BASE in asm code
...
Don't define our own local constants, but use those already defined
in asm/unistd.h instead.
Signed-off-by: Russell King <rmk@arm.linux.org.uk >
2005-04-26 15:19:24 +01:00
Linus Torvalds
a1342206e1
Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
2005-04-26 07:19:05 -07:00