An error occurred fetching the project authors.
  1. 10 Jul, 2006 1 commit
  2. 03 Jul, 2006 5 commits
  3. 30 Jun, 2006 1 commit
  4. 24 Jun, 2006 1 commit
  5. 07 Jun, 2006 1 commit
  6. 29 May, 2006 4 commits
  7. 27 May, 2006 2 commits
  8. 03 Apr, 2006 7 commits
  9. 11 Mar, 2006 1 commit
  10. 15 Jan, 2006 1 commit
  11. 20 Dec, 2005 2 commits
  12. 09 Nov, 2005 1 commit
    • Olaf Hering's avatar
      [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason · 733482e4
      Olaf Hering authored
      This patch removes almost all inclusions of linux/version.h.  The 3
      #defines are unused in most of the touched files.
      
      A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is
      unfortunatly in linux/version.h.
      
      There are also lots of #ifdef for long obsolete kernels, this was not
      touched.  In a few places, the linux/version.h include was move to where
      the LINUX_VERSION_CODE was used.
      
      quilt vi `find * -type f -name "*.[ch]"|xargs grep -El '(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)'|grep -Ev '(/(boot|coda|drm)/|~$)'`
      
      search pattern:
      /UTS_RELEASE\|LINUX_VERSION_CODE\|KERNEL_VERSION\|linux\/\(utsname\|version\).h
      Signed-off-by: default avatarOlaf Hering <olh@suse.de>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      733482e4
  13. 07 Nov, 2005 2 commits
  14. 29 Sep, 2005 1 commit
  15. 09 Sep, 2005 1 commit
  16. 15 Aug, 2005 1 commit
  17. 22 Jun, 2005 4 commits
  18. 28 May, 2005 1 commit
    • Patrick McManus's avatar
      [PATCH] intelfb section fix · 346e399b
      Patrick McManus authored
      On Nov 16 2004 a change to intelfbdrv.c was commited (as part of 0.9.2 it
      looks like) that added __initdata to all of the module param variables that
      seems to create the opportunity for an oops.
      
      I've recently been chasing an OOPS
      (http://marc.theaimsgroup.com/?l=linux-kernel&m=111552250920370&w=2) I
      created by reading every file on the /sys file system and I've traced it
      back to this code in the intelfbdrv.  Though I had root privs in my initial
      problem report, it turns out they are un-necessary to generate the oops -
      all you've got to do is "cat /sys/module/intelfb/parameters/mode" enough
      times and eventually it will oops.
      
      This is because sysfs automatically exports all module_param declarations
      to the sysfs file system..  which means those variables can be dynamically
      evaluated at any later time, which of course means marking them __initdata
      is a bad idea ;)..  when they happen to be char *'s it is an especially bad
      idea ;).
      
      Applying the patch below clears up the OOPS for me.
      Signed-off-by: default avatarPatrick McManus <mcmanus@ducksong.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      346e399b
  19. 01 May, 2005 1 commit
  20. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      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!
      1da177e4