1. 18 10月, 2008 1 次提交
  2. 12 10月, 2008 1 次提交
    • I
      x86, amd-iommu: propagate PCI device enabling error · 8a66712b
      Ingo Molnar 提交于
      propagate an error in enabling the PCI device.
      
      Also eliminates this warning:
      
       arch/x86/kernel/amd_iommu_init.c: In function ‘init_iommu_one’:
       arch/x86/kernel/amd_iommu_init.c:726: warning: ignoring return value of ‘pci_enable_device’, declared with attribute warn_unused_result
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      8a66712b
  3. 23 9月, 2008 1 次提交
  4. 19 9月, 2008 12 次提交
  5. 15 8月, 2008 2 次提交
  6. 26 7月, 2008 1 次提交
  7. 19 7月, 2008 1 次提交
  8. 12 7月, 2008 10 次提交
  9. 11 7月, 2008 1 次提交
  10. 09 7月, 2008 1 次提交
    • J
      x86, AMD IOMMU: ignore detection of GART IOMMU · 299a140d
      Joerg Roedel 提交于
      One of the last IOMMU updates covered a bug in the AMD IOMMU code. The early
      detection code does not succeed if the GART is already detected. This patch
      fixes this.
      
      Cc: Robert Richter <robert.richter@amd.com>
      Cc: Bhavna Sarathy <Bhavna.Sarathy@amd.com>
      Signed-off-by: NJoerg Roedel <joerg.roedel@amd.com>
      Cc: iommu@lists.linux-foundation.org
      Cc: Joerg Roedel <joerg.roedel@amd.com>
      Cc: Robert Richter <robert.richter@amd.com>
      Cc: Bhavna Sarathy <Bhavna.Sarathy@amd.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      299a140d
  11. 04 7月, 2008 3 次提交
  12. 01 7月, 2008 1 次提交
    • J
      x86, AMD IOMMU: disable suspend/resume with IOMMU enabled (for now) · 7441e9cb
      Joerg Roedel 提交于
      This patch disables suspend/resume on machines with AMD IOMMU enabled. Real
      suspend/resume support for AMD IOMMU is currently being worked on. Until this
      is ready it will be disabled to avoid data corruption when the IOMMU is not
      properly re-enabled at resume. The patch is based on a similar patch for the
      GART driver written by Pavel Machek.
      
      The overall driver merged into tip/master is tested with parallel disk and
      network loads and showed no problems in a test running for 3 days.
      Signed-off-by: NJoerg Roedel <joerg.roedel@amd.com>
      Cc: iommu@lists.linux-foundation.org
      Cc: bhavna.sarathy@amd.com
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      7441e9cb
  13. 27 6月, 2008 5 次提交