1. 10 1月, 2006 5 次提交
  2. 09 1月, 2006 1 次提交
    • L
      [PATCH] powerpc: PCI hotplug common code elimination · e2a296ee
      Linas Vepstas 提交于
      20-rpaphp-eeh-cleanup.patch
      
      This patch move some code from the rpaphp directory, to the powerpc
      directory, where it should have been all along (Among other things, I
      need it in the powerpc directory for the PCI error recovery.)
      
      Please note that patch affects TWO maintainers: Paul, after applying
      the powerpc part, please ask that GregKH appli the PCI part. It is safe
      to have the powerpc part go in first. It would be bad to have the
      PCI part go in first.
      Signed-off-by: NLinas Vepstas <linas@austin.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      e2a296ee
  3. 17 11月, 2005 1 次提交
  4. 10 11月, 2005 16 次提交
  5. 28 9月, 2005 1 次提交
  6. 09 9月, 2005 2 次提交
  7. 22 6月, 2005 1 次提交
    • D
      [PATCH] ppc64: Abolish ioremap_mm · 20cee16c
      David Gibson 提交于
      Currently ppc64 has two mm_structs for the kernel, init_mm and also
      ioremap_mm.  The latter really isn't necessary: this patch abolishes it,
      instead restricting vmallocs to the lower 1TB of the init_mm's range and
      placing io mappings in the upper 1TB.  This simplifies the code in a number
      of places and eliminates an unecessary set of pagetables.  It also tweaks
      the unmap/free path a little, allowing us to remove the unmap_im_area() set
      of page table walkers, replacing them with unmap_vm_area().
      Signed-off-by: NDavid Gibson <dwg@au1.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      20cee16c
  8. 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