10 Nov, 2007

1 commit

  • The old NO_IRQ define some platforms had was long ago declared obsolete
    and wrong. FRV should therefore not be re-introducing this, especially as
    IRQs are usually unsigned in the kernel. The "no IRQ" case is defined to be
    zero and Linus made this rather clear at the time.

    arch/frv shows no dependancy on this but it might show up driver fixes
    needing doing I guess

    Signed-off-by: Alan Cox
    Acked-by: David Howells
    Signed-off-by: Linus Torvalds

    Alan Cox
     

26 Sep, 2006

1 commit


26 Apr, 2006

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