1. 11 10月, 2007 2 次提交
  2. 22 7月, 2007 2 次提交
  3. 12 5月, 2007 1 次提交
  4. 03 5月, 2007 1 次提交
  5. 26 9月, 2006 3 次提交
    • A
      [PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing conf1 · 0637a70a
      Andi Kleen 提交于
      Some buggy systems can machine check when config space accesses
      happen for some non existent devices.  i386/x86-64 do some early
      device scans that might trigger this. Allow pci=noearly to disable
      this. Also when type 1 is disabling also don't do any early
      accesses which are always type1.
      
      This moves the pci= configuration parsing to be a early parameter.
      I don't think this can break anything because it only changes
      a single global that is only used by PCI.
      
      Cc: gregkh@suse.de
      Cc: Trammell Hudson <hudson@osresearch.net>
      Signed-off-by: NAndi Kleen <ak@suse.de>
      0637a70a
    • A
      [PATCH] Insert GART region into resource map · 56dd669a
      Aaron Durbin 提交于
      Patch inserts the GART region into the iomem resource map. The GART will then
      be visible within /proc/iomem. It will also allow for other users
      utilizing the GART to subreserve the region (agp or IOMMU).
      Signed-off-by: NAaron Durbin <adurbin@google.com>
      Signed-off-by: NAndi Kleen <ak@suse.de>
      56dd669a
    • A
      [PATCH] A few trivial spelling and grammar fixes · d5d9ca6d
      Adam Henley 提交于
      A few trivial spelling and grammar mistakes picked up in
      "arch/x86_64/aperture.c", "arch/x86_64/crash.c" and
      "arch/x86_64/apic.c". I think all are correct fixes but am ever aware
      of my fallibility :o) This is my first patch submission so all
      feedback is appreciated, esp. WRT CCing to Linus, Andi and
      trivial@kernel.org, is this correct? And which is the most appropriate
      kernel version to diff against? If any.
      
      Should apply cleanly to 2.6.18-rc1
      Signed-off-by: NAdam Henley <adamazing@gmail.com>
      Signed-off-by: NAndi Kleen <ak@suse.de>
      
      -  adam
      d5d9ca6d
  6. 01 7月, 2006 1 次提交
  7. 27 6月, 2006 3 次提交
  8. 10 4月, 2006 1 次提交
  9. 26 3月, 2006 2 次提交
  10. 27 2月, 2006 1 次提交
    • J
      [PATCH] x86_64: no_iommu removal in pci-gart.c · 60b08c67
      Jon Mason 提交于
      In previous versions of pci-gart.c, no_iommu was used to determine if IOMMU was
      disabled in the GART DMA mapping functions.  This changed in 2.6.16 and now
      gart_xxx() functions are only called if gart is enabled.  Therefore, uses of
      no_iommu in the GART code are no longer necessary and can be removed.
      
      Also, it removes double deceleration of no_iommu and force_iommu in pci.h and
      proto.h, by removing the deceleration in pci.h.
      
      Lastly, end_pfn off by one error.
      
      Tested (along with patch 1/2) on dual opteron with gart enabled, iommu=soft,
      and iommu=off.
      Signed-off-by: NJon Mason <jdmason@us.ibm.com>
      Signed-off-by: NAndi Kleen <ak@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      60b08c67
  11. 12 1月, 2006 1 次提交
  12. 15 11月, 2005 1 次提交
  13. 13 9月, 2005 1 次提交
  14. 24 6月, 2005 1 次提交
  15. 09 6月, 2005 1 次提交
  16. 17 4月, 2005 2 次提交