Revision 1a59c53920eed3b2718c07286f1afe8674a7d9e6 authored by Linus Torvalds on 09 April 2016, 17:23:45 UTC, committed by Linus Torvalds on 09 April 2016, 17:23:45 UTC
Pull IOMMU fixes from Joerg Roedel:

 - compile-time fixes (warnings and failures)

 - a bug in iommu core code which could cause the group->domain pointer
   to be falsly cleared

 - fix in scatterlist handling of the ARM common DMA-API code

 - stall detection fix for the Rockchip IOMMU driver

* tag 'iommu-fixes-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu:
  iommu/vt-d: Silence an uninitialized variable warning
  iommu/rockchip: Fix "is stall active" check
  iommu: Don't overwrite domain pointer when there is no default_domain
  iommu/dma: Restore scatterlist offsets correctly
  iommu: provide of_xlate pointer unconditionally
2 parent s 3c96888 + 0b74ecd
History
File Mode Size
Makefile -rw-r--r-- 383 bytes
generic_mpih-add1.c -rw-r--r-- 2.0 KB
generic_mpih-lshift.c -rw-r--r-- 2.1 KB
generic_mpih-mul1.c -rw-r--r-- 1.9 KB
generic_mpih-mul2.c -rw-r--r-- 1.9 KB
generic_mpih-mul3.c -rw-r--r-- 1.9 KB
generic_mpih-rshift.c -rw-r--r-- 2.1 KB
generic_mpih-sub1.c -rw-r--r-- 2.0 KB
longlong.h -rw-r--r-- 39.6 KB
mpi-bit.c -rw-r--r-- 1.5 KB
mpi-cmp.c -rw-r--r-- 1.6 KB
mpi-inline.h -rw-r--r-- 3.3 KB
mpi-internal.h -rw-r--r-- 7.8 KB
mpi-pow.c -rw-r--r-- 8.3 KB
mpicoder.c -rw-r--r-- 11.7 KB
mpih-cmp.c -rw-r--r-- 2.0 KB
mpih-div.c -rw-r--r-- 5.8 KB
mpih-mul.c -rw-r--r-- 14.2 KB
mpiutil.c -rw-r--r-- 2.7 KB

back to top