1. 06 6月, 2006 2 次提交
  2. 01 6月, 2006 4 次提交
  3. 19 4月, 2006 7 次提交
  4. 28 3月, 2006 1 次提交
    • D
      [PATCH] unify PFN_* macros · 22a9835c
      Dave Hansen 提交于
      Just about every architecture defines some macros to do operations on pfns.
       They're all virtually identical.  This patch consolidates all of them.
      
      One minor glitch is that at least i386 uses them in a very skeletal header
      file.  To keep away from #include dependency hell, I stuck the new
      definitions in a new, isolated header.
      
      Of all of the implementations, sh64 is the only one that varied by a bit.
      It used some masks to ensure that any sign-extension got ripped away before
      the arithmetic is done.  This has been posted to that sh64 maintainers and
      the development list.
      
      Compiles on x86, x86_64, ia64 and ppc64.
      Signed-off-by: NDave Hansen <haveblue@us.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      22a9835c
  5. 24 3月, 2006 1 次提交
  6. 22 3月, 2006 2 次提交
  7. 21 3月, 2006 5 次提交
  8. 19 3月, 2006 1 次提交
  9. 10 3月, 2006 1 次提交
  10. 01 3月, 2006 1 次提交
  11. 22 2月, 2006 1 次提交
  12. 15 2月, 2006 1 次提交
  13. 07 2月, 2006 2 次提交
  14. 10 1月, 2006 1 次提交
  15. 13 12月, 2005 1 次提交
  16. 01 12月, 2005 1 次提交
  17. 30 10月, 2005 8 次提交