An error occurred fetching the project authors.
  1. 25 Mar, 2008 1 commit
  2. 28 Jan, 2008 3 commits
  3. 10 Oct, 2007 2 commits
  4. 22 Nov, 2006 1 commit
  5. 29 Aug, 2006 4 commits
  6. 30 Jun, 2006 1 commit
  7. 15 Jun, 2006 1 commit
    • Zhu Yi's avatar
      [PATCH] ipw2200 locking fix · 89c318ed
      Zhu Yi authored
      Well, this is not 100% if when the card fires two consecutive
      interrupts. Though unlikely, it's better to protect early than seeing
      some "weird" bugs one day. I proposed attached patch. If you can help to
      test, that will be appreciated (I cannot see the lockdep warning on my
      box somehow).
      
      Cc: Frederik Deweerdt <deweerdt@free.fr>
      Cc: Arjan van de Ven <arjan@infradead.org>
      Cc: Ingo Molnar <mingo@elte.hu>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      89c318ed
  8. 24 Apr, 2006 3 commits
  9. 17 Mar, 2006 5 commits
  10. 31 Jan, 2006 8 commits
  11. 01 Dec, 2005 1 commit
  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 9 commits