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:
3a5670e
)
iommu/vt-d: Use RCU to protect global resources in interrupt context
author
Jiang Liu
<jiang.liu@linux.intel.com>
Wed, 19 Feb 2014 06:07:34 +0000
(14:07 +0800)
committer
Joerg Roedel
<joro@8bytes.org>
Tue, 4 Mar 2014 16:51:05 +0000
(17:51 +0100)
Global DMA and interrupt remapping resources may be accessed in
interrupt context, so use RCU instead of rwsem to protect them
in such cases.
Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
No differences found