1. 05 10月, 2010 6 次提交
  2. 29 9月, 2010 2 次提交
  3. 28 9月, 2010 8 次提交
  4. 27 9月, 2010 2 次提交
  5. 26 9月, 2010 2 次提交
  6. 25 9月, 2010 15 次提交
  7. 24 9月, 2010 4 次提交
  8. 23 9月, 2010 1 次提交
    • J
      x86/amd-iommu: Fix rounding-bug in __unmap_single · 04e0463e
      Joerg Roedel 提交于
      In the __unmap_single function the dma_addr is rounded down
      to a page boundary before the dma pages are unmapped. The
      address is later also used to flush the TLB entries for that
      mapping. But without the offset into the dma page the amount
      of pages to flush might be miscalculated in the TLB flushing
      path. This patch fixes this bug by using the original
      address to flush the TLB.
      
      Cc: stable@kernel.org
      Signed-off-by: NJoerg Roedel <joerg.roedel@amd.com>
      04e0463e