21 Jul, 2008

2 commits


29 Apr, 2008

1 commit


20 Mar, 2008

1 commit

  • unsigned long != __le32, TYVM, and unsigned char[4] is not guaranteed
    to be aligned for u32.

    While we are at it, sanitize sOutDW() a bit - have it take Byte_t * and
    handle dereferencing internally.

    NB: sWriteTxPrioByte() is almost certainly buggered on big-endian and is
    missing cpu_to_le16() on assignments to *WordPtr; I've left it alone for now.

    Signed-off-by: Al Viro
    Acked-by: "Theodore Ts'o"
    Signed-off-by: Linus Torvalds

    Al Viro
     

08 Feb, 2008

2 commits


19 Oct, 2007

1 commit

  • rocket, switch sleep_on to completion

    - sleep_on is deprecated and racy, use completion instead
    - also check retval of interruptible function and return ERESTARTSYS
    eventually

    Signed-off-by: Jiri Slaby
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jiri Slaby
     

11 May, 2007

1 commit


09 May, 2007

1 commit


26 Jun, 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