1. 07 Aug, 2009 1 commit
  2. 06 Aug, 2009 2 commits
  3. 04 Aug, 2009 1 commit
    • Stefani Seibold's avatar
      The tag file generated by the tags.sh script has some issue. · 7bc85135
      Stefani Seibold authored
      First:
        The identifier-list miss the
        DEFINE_TRACE,EXPORT_TRACEPOINT_SYMBOL,EXPORT_TRACEPOINT_SYMBOL_GPL
        special handling, which can result in a wrong tag, not to jump to the
        right variable definition or function implementation.
      
      Second:
        It makes no real sense to include function prototypes and external and
        forward variable declarations, because jumping to a tag will sometimes
        go to this and not to the real definition and implementation. The information
        about the declaration is still there at the definition and implementation
        place.
      
      So this patch make it lot easier to navigate through the kernel source
      tree using vi.
      Signed-off-by: default avatarStefani Seibold <stefani@seibold.net>
      Acked-by: default avatarWANG Cong <xiyou.wangcong@gmail.com>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      7bc85135
  4. 14 Aug, 2009 1 commit
  5. 24 Aug, 2009 1 commit
  6. 30 Jun, 2009 1 commit
  7. 11 Aug, 2009 1 commit
  8. 24 Aug, 2009 1 commit
  9. 10 Jun, 2009 1 commit
  10. 24 Aug, 2009 3 commits
  11. 02 Sep, 2009 1 commit
  12. 11 Aug, 2009 2 commits
  13. 24 Aug, 2009 1 commit
  14. 18 Aug, 2009 1 commit
  15. 20 Aug, 2009 1 commit
  16. 26 Jun, 2009 1 commit
  17. 03 Sep, 2009 1 commit
  18. 02 Sep, 2009 1 commit
  19. 18 Aug, 2009 1 commit
  20. 28 May, 2009 1 commit
  21. 10 Sep, 2009 1 commit
  22. 26 Aug, 2009 1 commit
  23. 23 Jul, 2009 1 commit
  24. 13 Aug, 2009 1 commit
  25. 17 Aug, 2009 1 commit
  26. 22 Jul, 2009 1 commit
  27. 26 Jun, 2009 1 commit
  28. 24 Aug, 2009 2 commits
  29. 02 Sep, 2009 1 commit
  30. 20 Aug, 2009 2 commits
  31. 24 Aug, 2009 1 commit
  32. 20 Aug, 2009 1 commit
  33. 14 Sep, 2009 1 commit
  34. 13 Sep, 2009 1 commit
    • Andrew Morton's avatar
      fix spellos · a4ea534f
      Andrew Morton authored
      Cc: Arjan van de Ven <arjan@linux.intel.com>
      Cc: Ingo Molnar <mingo@elte.hu>
      Cc: Len Brown <lenb@kernel.org>
      Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
      Cc: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
      Cc: Yanmin Zhang <yanmin_zhang@linux.intel.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      a4ea534f