1. 29 1月, 2008 3 次提交
  2. 11 10月, 2007 2 次提交
  3. 22 11月, 2006 1 次提交
  4. 30 8月, 2006 4 次提交
  5. 01 7月, 2006 1 次提交
  6. 16 6月, 2006 1 次提交
    • Z
      [PATCH] ipw2200 locking fix · 89c318ed
      Zhu Yi 提交于
      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: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      89c318ed
  7. 25 4月, 2006 3 次提交
  8. 18 3月, 2006 5 次提交
  9. 31 1月, 2006 8 次提交
  10. 01 12月, 2005 1 次提交
  11. 09 11月, 2005 1 次提交
    • O
      [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason · 733482e4
      Olaf Hering 提交于
      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: NOlaf Hering <olh@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      733482e4
  12. 08 11月, 2005 10 次提交