02 Jan, 2012

1 commit


18 Jul, 2007

1 commit


22 Jun, 2005

1 commit

  • This patch fixes a race in the command reference counting logic by putting
    spinlocks around kobject_put() in the command_put function.

    - Also added debug messages.

    - Changed a memcpy to memcpy_fromio since we are reading from io space.

    Signed-off-by: Max Asbock
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Max Asbock
     

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