1. 28 5月, 2008 1 次提交
  2. 27 4月, 2008 1 次提交
  3. 05 2月, 2008 1 次提交
  4. 29 1月, 2008 1 次提交
  5. 19 12月, 2007 1 次提交
  6. 22 4月, 2005 1 次提交
    • D
      [IA64] fix fls() · 821376bf
      David Mosberger-Tang 提交于
      The ia64-version of fls() never worked as intended (the bitnumbering
      was off by 1 and fls(0) was undefined).  This patch fixes the problem
      by using a popcnt-based fls(), which on McKinley-derived cores is
      slightly faster than both ia64_fls() and generic_fls().  The resulting
      code, however, is bigger (7-8 bundles instead of about 3 bundles).
      Also switch ia64_popcnt() to __builtin_popcountl() for GCC v3.4 or
      newer since the compiler can predicate that and schedule it better.
      
      Thanks to Simon Derr and Matt Mackall for tracking down this bug.
      Signed-off-by: NDavid Mosberger-Tang <davidm@hpl.hp.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      821376bf
  7. 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