1. 11 1月, 2006 1 次提交
  2. 15 11月, 2005 1 次提交
  3. 18 9月, 2005 1 次提交
  4. 14 9月, 2005 1 次提交
  5. 13 9月, 2005 1 次提交
  6. 10 9月, 2005 1 次提交
    • D
      [PATCH] Update PCI IOMEM allocation start · f0eca962
      Daniel Ritz 提交于
      This fixes the problem with "Averatec 6240 pcmcia_socket0: unable to
      apply power", which was due to the CardBus IOMEM register region being
      allocated at an address that was actually inside the RAM window that had
      been reserved for video frame-buffers in an UMA setup.
      
      The BIOS _should_ have marked that region reserved in the e820 memory
      descriptor tables, but did not.
      
      It is fixed by rounding up the default starting address of PCI memory
      allocations, so that we leave a bigger gap after the final known memory
      location.  The amount of rounding depends on how big the unused memory
      gap is that we can allocate IOMEM from.
      
      Based on example code by Linus.
      Acked-by: NGreg KH <greg@kroah.com>
      Acked-by: NIvan Kokshaysky <ink@jurassic.park.msu.ru>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      f0eca962
  7. 08 9月, 2005 1 次提交
  8. 27 8月, 2005 1 次提交
    • A
      [PATCH] x86_64: Tell VM about holes in nodes · 485761bd
      Andi Kleen 提交于
      Some nodes can have large holes on x86-64.
      
      This fixes problems with the VM allowing too many dirty pages because it
      overestimates the number of available RAM in a node.  In extreme cases you
      can end up with all RAM filled with dirty pages which can lead to deadlocks
      and other nasty behaviour.
      
      This patch just tells the VM about the known holes from e820.  Reserved
      (like the kernel text or mem_map) is still not taken into account, but that
      should be only a few percent error now.
      
      Small detail is that the flat setup uses the NUMA free_area_init_node() now
      too because it offers more flexibility.
      
      (akpm: lotsa thanks to Martin for working this problem out)
      
      Cc: Martin Bligh <mbligh@mbligh.org>
      Signed-off-by: NAndi Kleen <ak@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      485761bd
  9. 26 6月, 2005 2 次提交
  10. 01 5月, 2005 1 次提交
  11. 17 4月, 2005 2 次提交