12 Feb, 2007

1 commit


21 Sep, 2006

1 commit

  • > asm-m32r/page.h requires asm-generic/memory_model.h, which does not exist
    > asm-m32r/ptrace.h requires asm/m32r.h, which does not exist
    > asm-m32r/signal.h requires linux/linkage.h, which does not exist
    > asm-m32r/unistd.h requires asm/syscall.h, which does not exist
    > asm-m32r/user.h requires asm/processor.h, which does not exist

    Signed-off-by: Hirokazu Takata
    Signed-off-by: David Woodhouse

    David Woodhouse
     

26 Apr, 2006

1 commit


28 Mar, 2006

1 commit


05 Sep, 2005

1 commit

  • Someone mentioned that almost all the architectures used basically the same
    implementation of get_order. This patch consolidates them into
    asm-generic/page.h and includes that in the appropriate places. The
    exceptions are ia64 and ppc which have their own (presumably optimised)
    versions.

    Signed-off-by: Stephen Rothwell
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Stephen Rothwell
     

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