1. 08 8月, 2016 1 次提交
  2. 20 5月, 2008 1 次提交
  3. 09 10月, 2006 1 次提交
    • A
      [PATCH] sparc32 rwlock fix · 7a39f522
      Al Viro 提交于
      read_trylock() is broken on sparc32 (doesn't build and didn't work
      right, actually).  Proposed fix:
      
       - make "writer holds lock" distinguishable from "reader tries to grab
         lock"
      
       - have __raw_read_trylock() try to acquire the mutex (in LSB of lock),
         terminating spin if we see that there's writer holding it.  Then do
         the rest as we do in read_lock().
      
      Thanks to Ingo for discussion...
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      7a39f522
  4. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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!
      1da177e4