1. 05 May, 2006 1 commit
  2. 26 Mar, 2006 2 commits
  3. 03 Jan, 2006 1 commit
  4. 21 Apr, 2005 1 commit
    • David Mosberger-Tang's avatar
      [IA64] fix fls() · 821376bf
      David Mosberger-Tang authored
      
      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: default avatarDavid Mosberger-Tang <davidm@hpl.hp.com>
      Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
      821376bf
  5. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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