1. 27 10月, 2007 1 次提交
  2. 17 10月, 2007 2 次提交
  3. 14 10月, 2007 1 次提交
  4. 29 5月, 2007 5 次提交
  5. 12 5月, 2007 1 次提交
  6. 08 5月, 2007 1 次提交
  7. 07 5月, 2007 1 次提交
  8. 26 4月, 2007 11 次提交
  9. 17 3月, 2007 1 次提交
    • D
      [SPARC64]: Get DEBUG_PAGEALLOC working again. · d1acb421
      David S. Miller 提交于
      We have to make sure to use base-pagesize TLB entries even during the
      early transition period where we need TLB miss handling but don't have
      the kernel page tables setup yet for the linear region.
      
      Also, it is necessary therefore to not use the 4MB TSB for these
      translations, and instead use the normal kernel TSB.  This allows us
      to also get rid of the 4MB tsb for debug builds which shrinks the
      kernel a little bit.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d1acb421
  10. 13 2月, 2007 1 次提交
  11. 12 2月, 2007 1 次提交
  12. 01 1月, 2007 1 次提交
  13. 08 12月, 2006 1 次提交
  14. 27 9月, 2006 1 次提交
    • D
      [SPARC64]: Kill bogus check from bootmem_init(). · 715a0ecc
      David S. Miller 提交于
      There is an ancient and totally incorrect sanity check being
      done on the ramdisk location.  The check assumes that the
      kernel is always loaded to physical address zero, which is
      wrong.  It was trying to validate the ramdisk value by saying that
      if it fell within the kernel image address range it must be wrong.
      
      Anyways, kill this because it actually creates problems.  The
      'ramdisk_image' should always be adjusted down by KERNBASE.
      SILO can easily put the ramdisk in a location which causes
      this test to trigger, breaking things.
      
      [ Based almost entirely upon a patch from Ben Collins. ]
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      715a0ecc
  15. 01 7月, 2006 1 次提交
  16. 28 6月, 2006 1 次提交
  17. 26 6月, 2006 1 次提交
  18. 24 6月, 2006 3 次提交
    • D
      [SPARC64]: Fix for Niagara memory corruption. · c2a5a46b
      David S. Miller 提交于
      On some sun4v systems, after netboot the ethernet controller and it's
      DMA mappings can be left active.  The net result is that the kernel
      can end up using memory the ethernet controller will continue to DMA
      into, resulting in corruption.
      
      To deal with this, we are more careful about importing IOMMU
      translations which OBP has left in the IO-TLB.  If the mapping maps
      into an area the firmware claimed was free and available memory for
      the kernel to use, we demap instead of import that IOMMU entry.
      
      This is going to cause the network chip to take a PCI master abort on
      the next DMA it attempts, if it has been left going like this.  All
      tests show that this is handled properly by the PCI layer and the e1000
      drivers.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      c2a5a46b
    • D
      [SPARC64]: Minor bug fix to obp_read_memory(). · 486ad10a
      David S. Miller 提交于
      If we end up zero'ing out the size of one of the entries,
      pop it out of the array completely because some code that
      examines these things cannot handle a zero length element
      properly.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      486ad10a
    • D
      [SPARC64]: Import OBP device tree into kernel data structures. · 372b07bb
      David S. Miller 提交于
      The basic framework is based on the PowerPC OF code.
      
      This code even tries to get the device addressing components
      correct in the full path names.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      372b07bb
  19. 23 3月, 2006 1 次提交
  20. 22 3月, 2006 2 次提交
  21. 20 3月, 2006 2 次提交