An error occurred fetching the project authors.
- 07 Nov, 2005 1 commit
-
-
Jesper Juhl authored
This is the remaining misc drivers/ part of the big kfree cleanup patch. Remove pointless checks for NULL prior to calling kfree() in misc files in drivers/. Signed-off-by:
Jesper Juhl <jesper.juhl@gmail.com> Acked-by:
Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org> Acked-by:
Roland Dreier <rolandd@cisco.com> Acked-by:
Pierre Ossman <drzeus@drzeus.cx> Acked-by:
Jean Delvare <khali@linux-fr.org> Acked-by:
Greg Kroah-Hartman <gregkh@suse.de> Acked-by:
Len Brown <len.brown@intel.com> Acked-by:
"Antonino A. Daplas" <adaplas@gmail.com> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 03 Sep, 2005 1 commit
-
-
Luming Yu authored
http://bugzilla.kernel.org/show_bug.cgi?id=5060Signed-off-by:
Luming Yu <luming.yu@intel.com> Signed-off-by:
Len Brown <len.brown@intel.com>
-
- 05 Aug, 2005 2 commits
-
-
Len Brown authored
Signed-off-by:
Len Brown <len.brown@intel.com>
-
Karol Kozimor authored
The video driver doesn't properly remove all the notify handlers on module unload. This has a side effect of subdevices failing to register on module reload, but sudden death looms if the handlers trigger after the module is unloaded. Signed-off-by:
Karol Kozimor <sziwan@hell.org.pl> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Len Brown <len.brown@intel.com>
-
- 12 Jul, 2005 2 commits
-
-
Paulo Marques authored
acpi_video_device_find_cap() used &p instead of *p when calculating storage size, thus allocating only 4 or 8 bytes instead of 12... Also, kfree(NULL) is legal, so remove some unneeded checks. From: Paulo Marques <pmarques@grupopie.com> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Len Brown <len.brown@intel.com>
-
Adrian Bunk authored
Found-by:
Adrian Bunk <bunk@stusta.de> Signed-off-by:
Len Brown <len.brown@intel.com>
-
- 16 Apr, 2005 1 commit
-
-
Linus Torvalds authored
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!
-