1. 26 Sep, 2006 1 commit
  2. 06 Aug, 2006 2 commits
  3. 12 Jul, 2006 1 commit
  4. 30 Jun, 2006 1 commit
  5. 27 Jun, 2006 4 commits
  6. 10 Jan, 2006 1 commit
  7. 07 Sep, 2005 1 commit
  8. 25 Jun, 2005 1 commit
  9. 16 Apr, 2005 2 commits
    • Lennert Buytenhek's avatar
      [PATCH] pci enumeration on ixp2000: overflow in kernel/resource.c · b52402c7
      Lennert Buytenhek authored
      
      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: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      b52402c7
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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