1. 25 9月, 2005 1 次提交
  2. 24 9月, 2005 1 次提交
  3. 23 9月, 2005 1 次提交
    • K
      [PATCH] Fix mmap() of /dev/hpet · 609725f8
      Keir Fraser 提交于
      The address passed to io_remap_pfn_range() in hpet_mmap() does not need to
      be converted using __pa(): it is already a physical address.  This bug was
      found and the patch suggested by Clay Harris.
      
      I introduced this particular bug when making io_remap_pfn_range changes a
      few months ago.  In fact mmap()ing /dev/hpet has *never* previously worked:
      before my changes __pa() was being executed on an ioremap()ed virtual
      address, which is also invalid.
      Signed-off-by: NKeir Fraser <keir@xensource.com>
      Cc: Robert Picco <Robert.Picco@hp.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      609725f8
  4. 17 9月, 2005 2 次提交
  5. 15 9月, 2005 2 次提交
  6. 14 9月, 2005 1 次提交
  7. 13 9月, 2005 2 次提交
  8. 12 9月, 2005 14 次提交
  9. 11 9月, 2005 15 次提交
  10. 10 9月, 2005 1 次提交