1. 31 10月, 2005 11 次提交
  2. 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
  3. 11 9月, 2005 1 次提交
  4. 08 9月, 2005 1 次提交
  5. 05 8月, 2005 1 次提交
  6. 26 6月, 2005 1 次提交
  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