28 Jan, 2008

2 commits


02 Nov, 2007

1 commit


26 Jul, 2007

2 commits


12 Jul, 2007

1 commit

  • Depending on which of the three dependencies for archprepare (in
    arch/sh/Makefile) get built first, the directory include/asm-sh may or
    may not exist when the maketools target is built. If the directory does
    not exist, awk will fail to generate machtypes.h. This patch fixes this
    by creating the directory before awk is executed.

    Signed-off-by: Erik Johansson
    Signed-off-by: Paul Mundt

    Erik Johansson
     

08 Jun, 2007

2 commits


21 May, 2007

1 commit


07 May, 2007

2 commits


14 Feb, 2007

1 commit


06 Dec, 2006

1 commit


03 Oct, 2006

1 commit


27 Sep, 2006

7 commits


17 Jan, 2006

1 commit

  • Most of the reasons for keeping these separate before was due to hp690
    discontig, and since we have a workaround for that now (abusing some shadow
    space so everything is magically contiguous), there's no reason to keep the
    targets separate.

    Signed-off-by: Paul Mundt
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Paul Mundt
     

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