21 Sep, 2009

1 commit


30 Oct, 2008

1 commit

  • This fixes a compile time warning which occurs whenever a static library
    is linked into a kernel module. MODPOST tries to look for a
    "..cmd" file to look for its dependencies, but that file
    doesn't exist or get generated for static libraries.

    This patch prevents modpost from looking for a .cmd file when a module is
    linked with a static library

    [akpm@linux-foundation.org: coding-style fixes]
    Signed-off-by: Ashutosh Naik
    Cc: Rusty Russell
    Signed-off-by: Andrew Morton
    Signed-off-by: Sam Ravnborg

    Ashutosh Naik
     

19 May, 2007

1 commit


03 May, 2007

1 commit


19 Feb, 2006

2 commits


28 Jul, 2005

1 commit


17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds