Revision 0cacaf51a0b3092fc84e5c8d483721baee67b60f authored by Linus Torvalds on 09 March 2012, 15:26:25 UTC, committed by Linus Torvalds on 09 March 2012, 15:26:25 UTC
Pull two IOMMU fixes from Joerg Roedel:
 "The first is an additional fix for the OMAP initialization order issue
  and the second patch fixes a possible section mismatch which can lead
  to a kernel crash in the AMD IOMMU driver when suspend/resume is used
  and the compiler has not inlined the iommu_set_device_table function."

* tag 'iommu-fixes-v3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu:
  x86/amd: iommu_set_device_table() must not be __init
  ARM: OMAP: fix iommu, not mailbox
2 parent s 45b8da9 + 6b7f000
History
File Mode Size
Kconfig -rw-r--r-- 804 bytes
Makefile -rw-r--r-- 305 bytes
client.c -rw-r--r-- 50.7 KB
error.c -rw-r--r-- 7.4 KB
mod.c -rw-r--r-- 4.3 KB
protocol.c -rw-r--r-- 12.8 KB
protocol.h -rw-r--r-- 1.3 KB
trans_common.c -rw-r--r-- 2.0 KB
trans_common.h -rw-r--r-- 632 bytes
trans_fd.c -rw-r--r-- 23.9 KB
trans_rdma.c -rw-r--r-- 17.4 KB
trans_virtio.c -rw-r--r-- 17.4 KB
util.c -rw-r--r-- 3.3 KB

back to top