07 Nov, 2005
1 commit
-
This is the drivers/scsi/ part of the big kfree cleanup patch.
Remove pointless checks for NULL prior to calling kfree() in drivers/scsi/.
Signed-off-by: Jesper Juhl
Cc: James Bottomley
Acked-by: Kai Makisara
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
21 Sep, 2005
1 commit
-
Signed-off-by: Guennadi Liakhovetski
Signed-off-by: James Bottomley
15 Aug, 2005
1 commit
-
It introduces a repeatable oops in the driver, which is a bigger problem
than the patch tries to solve. From the original description:Author: Jamie Lenehan
Date: Thu Mar 3 14:41:40 2005 +0200[PATCH] dc395x: Fix support for highmem
From: Guennadi Liakhovetski
Removes the page_to_virt and maps sg lists dynamically.
This makes the driver work with highmem pages.Signed-off-by: Guennadi Liakhovetski
Signed-off-by: Jamie Lenehan
Signed-off-by: James BottomleySigned-off-by: Guennadi Liakhovetski
Signed-off-by: Linus Torvalds
28 Jul, 2005
1 commit
-
`gcc -W' likes to complain if the static keyword is not at the beginning of
the declaration. This patch fixes all remaining occurrences of "inline
static" up with "static inline" in the entire kernel tree (140 occurrences in
47 files).While making this change I came across a few lines with trailing whitespace
that I also fixed up, I have also added or removed a blank line or two here
and there, but there are no functional changes in the patch.Signed-off-by: Jesper Juhl
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
18 Jun, 2005
1 commit
-
Signed-off-by: James Bottomley
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!