16 Jul, 2008

1 commit


16 Jun, 2008

1 commit

  • LASAT's sysctl interface was broken, it failed a check during boot because
    a single entry had a sysctl number and the rest were unnumbered. When I
    fixed it I noticed that the whole sysctl file needed a spring clean, it was
    using mutexes where it wasn't needed (it's only needed to protect during
    writes to the EEPROM), so I moved that stuff out and generally cleaned the
    whole thing up.

    So now, LASAT's sysctl/proc interface is working again.

    Signed-off-by: Thomas Horsten
    Signed-off-by: Ralf Baechle

    Thomas Horsten
     

12 Oct, 2007

1 commit


11 Jul, 2007

1 commit


05 Mar, 2007

1 commit


01 Jul, 2006

1 commit


05 Sep, 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