1. 18 May, 2011 1 commit
  2. 07 Mar, 2010 1 commit
    • Stephen Hemminger's avatar
      scripts: improve checkstack · 1f2a144f
      Stephen Hemminger authored
      
      Cleanup checkstack script:
        * Turn on strict checking
        * Fix resulting error message because the declaration syntax
          was incorrect.
        * Remove incorrect and misleading use of prototype
           - prototype not required for this type of sort function
             because $a and $b are being used in this contex
           - if prototype was being used it should be for both arguments
        * Use closure for sort function
      Signed-off-by: default avatarStephen Hemminger <shemminger@vyatta.com>
      Cc: Steven Rostedt <rostedt@goodmis.org>
      Cc: Arjan van de Ven <arjan@infradead.org>
      Cc: Cong Wang <amwang@redhat.com>
      Cc: Michal Marek <mmarek@suse.cz>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
      1f2a144f
  3. 23 Oct, 2008 1 commit
  4. 10 Oct, 2008 1 commit
  5. 25 Jul, 2008 2 commits
  6. 06 Feb, 2008 1 commit
  7. 20 Oct, 2007 1 commit
  8. 19 Oct, 2007 1 commit
  9. 17 Oct, 2007 1 commit
  10. 11 Oct, 2007 1 commit
  11. 24 Aug, 2006 1 commit
  12. 25 Jun, 2006 1 commit
    • Randy Dunlap's avatar
      [PATCH] checkstack: print module names · 8ad2914d
      Randy Dunlap authored
      
      Finding "init_module" high stack usage problems is challenging when there
      are over 1600 "init_module" functions in the kernel tree, so make
      checkstack.pl print out the filename where the stack usage occurs.  This is
      useful for code built as loadable modules.
      
      For built-in code, it just prints the kernel image file name, like
      "vmlinux".  Examples:
      
      (before patch:)
      0x0000000d callback:					1928
      0xffffffff81678c09 huft_build:				1560
      0x0018 init_module:					1512
      
      (after patch:)
      0x0000000d callback [divacapi]:				1928
      0xffffffff81678c09 huft_build [vmlinux]:		1560
      0x0018 init_module [hdaps]:				1512
      
      Also change one if-series to use elsif to cut down on unneeded tests.
      Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
      Acked-by: default avatarJoern Engel <joern@wh.fh-wedel.de>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      8ad2914d
  13. 11 Apr, 2006 1 commit
  14. 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