1. 27 3月, 2006 2 次提交
  2. 12 2月, 2006 1 次提交
  3. 04 1月, 2006 1 次提交
  4. 07 11月, 2005 1 次提交
  5. 28 7月, 2005 1 次提交
    • M
      [PATCH] s390: find_next_{zero}_bit fixes · afff7e2b
      Martin Schwidefsky 提交于
      The find_next_{zero}_bit primitives on s390* should never return a bit number
      bigger then the bit field size.  In the case of a bitfield that doesn't end on
      a word boundary, an offset that makes the search start at the last word of the
      bit field and the last word doesn't contain any zero/one bits the search is
      continued with a call to find_first_bit with a negative size.  The search
      normally ends pretty quickly because the words following the bit field contain
      a mix of zeros and ones.  But the bit number that is returned in this case is
      too big.
      
      To fix this and additional if to check for this case is needed.  To make the
      code easier to read I removed the assembler parts from the
      find_next_{zero}_bit functions, the C-ified code is as good.
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      afff7e2b
  6. 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