1. 13 2月, 2007 1 次提交
  2. 01 7月, 2006 1 次提交
  3. 28 4月, 2006 1 次提交
  4. 10 2月, 2006 1 次提交
  5. 05 2月, 2006 2 次提交
  6. 29 10月, 2005 1 次提交
  7. 30 9月, 2005 1 次提交
  8. 05 9月, 2005 1 次提交
  9. 31 7月, 2005 1 次提交
  10. 25 4月, 2005 1 次提交
    • A
      [PATCH] ppc iomem annotations: ->io_base_virt · 92a11f9e
      Al Viro 提交于
      * ->io_base_virt in struct pci_controller is iomem pointer.  Marked as such.
        Most of the places that used it are already annotated to expect iomem.
      * places that did gratitious (and wrong) casts a-la
      	isa_io_base = (unsigned long)ioremap(...);
      	hose->io_base_virt = (void *)isa_io_base;
        turned into
      	hose->io_base_virt = ioremap(...);
      	isa_io_base = (unsigned long)hose->io_base_virt;
      * pci_bus_io_base() annotated as returning iomem pointer.
      Signed-off-by: NAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      92a11f9e
  11. 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