git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
339d326
)
x86/amd-iommu: Protect IOMMU-API map/unmap path
author
Joerg Roedel
<joerg.roedel@amd.com>
Mon, 8 Feb 2010 13:44:49 +0000
(14:44 +0100)
committer
Joerg Roedel
<joerg.roedel@amd.com>
Mon, 1 Mar 2010 13:16:22 +0000
(14:16 +0100)
This patch introduces a mutex to lock page table updates in
the IOMMU-API path. We can't use the spin_lock here because
this patch might sleep.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
No differences found