1. 26 6月, 2005 1 次提交
  2. 17 4月, 2005 2 次提交
    • L
      [PATCH] pci enumeration on ixp2000: overflow in kernel/resource.c · b52402c7
      Lennert Buytenhek 提交于
      IXP2000 (ARM-based) platforms use a separate 'struct resource' for PCI MEM
      space.  Resource allocation for PCI BARs always fails because the 'root'
      resource (the IXP2000 PCI MEM resource) always has the entire address space
      (00000000-ffffffff) free, and find_resource() calculates the size of that
      range as ffffffff-00000000+1=0, so all allocations fail because it thinks
      there is no space.
      
      (akpm: pls. double-check)
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      b52402c7
    • 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