1. 17 2月, 2010 2 次提交
  2. 03 2月, 2010 1 次提交
  3. 17 1月, 2010 4 次提交
  4. 23 12月, 2009 6 次提交
  5. 20 9月, 2009 1 次提交
  6. 17 6月, 2009 1 次提交
  7. 17 7月, 2007 1 次提交
  8. 12 2月, 2007 1 次提交
  9. 30 9月, 2006 1 次提交
    • P
      [PATCH] memory ordering in __kfifo primitives · a45bce49
      Paul E. McKenney 提交于
      Both __kfifo_put() and __kfifo_get() have header comments stating that if
      there is but one concurrent reader and one concurrent writer, locking is not
      necessary.  This is almost the case, but a couple of memory barriers are
      needed.  Another option would be to change the header comments to remove the
      bit about locking not being needed, and to change the those callers who
      currently don't use locking to add the required locking.  The attachment
      analyzes this approach, but the patch below seems simpler.
      Signed-off-by: NPaul E. McKenney <paulmck@us.ibm.com>
      Cc: Stelian Pop <stelian@popies.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      a45bce49
  10. 09 10月, 2005 1 次提交
  11. 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