1. 05 10月, 2006 3 次提交
  2. 27 9月, 2006 1 次提交
  3. 20 8月, 2006 2 次提交
  4. 29 7月, 2006 4 次提交
  5. 03 7月, 2006 1 次提交
  6. 26 6月, 2006 2 次提交
  7. 06 6月, 2006 1 次提交
  8. 28 4月, 2006 1 次提交
  9. 20 4月, 2006 1 次提交
  10. 24 3月, 2006 1 次提交
  11. 22 3月, 2006 1 次提交
  12. 15 3月, 2006 1 次提交
  13. 28 2月, 2006 1 次提交
  14. 05 2月, 2006 2 次提交
  15. 30 1月, 2006 2 次提交
  16. 15 1月, 2006 1 次提交
  17. 13 1月, 2006 1 次提交
  18. 11 1月, 2006 1 次提交
  19. 14 12月, 2005 1 次提交
  20. 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
  21. 07 11月, 2005 3 次提交
  22. 29 10月, 2005 2 次提交
  23. 05 10月, 2005 1 次提交
  24. 27 9月, 2005 1 次提交
  25. 26 6月, 2005 1 次提交
  26. 21 6月, 2005 1 次提交
  27. 18 6月, 2005 2 次提交