1. 07 1月, 2006 2 次提交
  2. 06 1月, 2006 3 次提交
  3. 05 1月, 2006 1 次提交
  4. 16 12月, 2005 4 次提交
  5. 10 12月, 2005 5 次提交
  6. 01 12月, 2005 3 次提交
  7. 30 11月, 2005 7 次提交
  8. 29 11月, 2005 3 次提交
  9. 28 11月, 2005 3 次提交
  10. 26 11月, 2005 7 次提交
  11. 25 11月, 2005 2 次提交
    • D
      [PATCH] powerpc: More hugepage boundary case fixes · 9a94c579
      David Gibson 提交于
      Blah.  The patch [0] I recently sent fixing errors with
      in_hugepage_area() and prepare_hugepage_range() for powerpc itself has
      an off-by-one bug.  Furthermore, the related functions
      touches_hugepage_*_range() and within_hugepage_*_range() are also
      buggy.  Some of the bugs, like those addressed in [0] originated with
      commit 7d24f0b8 where we tweaked the
      semantics of where hugepages are allowed.  Other bugs have been there
      essentially forever, and are due to the undefined behaviour of '<<'
      with shift counts greater than the type width (LOW_ESID_MASK could
      return non-zero for high ranges with the right congruences).
      
      The good news is that I now have a testsuite which should pick up
      things like this if they creep in again.
      
      [0] "powerpc-fix-for-hugepage-areas-straddling-4gb-boundary"
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      9a94c579
    • P
      Merge ../linux-2.6 · 26925c59
      Paul Mackerras 提交于
      26925c59