https://github.com/torvalds/linux
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
Tip revision: 1a59c53920eed3b2718c07286f1afe8674a7d9e6 authored by Linus Torvalds on 09 April 2016, 17:23:45 UTC
Merge tag 'iommu-fixes-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Tip revision: 1a59c53
File Mode Size
Kconfig -rw-r--r-- 2.4 KB
Makefile -rw-r--r-- 292 bytes
drbd_actlog.c -rw-r--r-- 36.6 KB
drbd_bitmap.c -rw-r--r-- 46.2 KB
drbd_debugfs.c -rw-r--r-- 28.3 KB
drbd_debugfs.h -rw-r--r-- 1.5 KB
drbd_int.h -rw-r--r-- 80.2 KB
drbd_interval.c -rw-r--r-- 4.5 KB
drbd_interval.h -rw-r--r-- 1.3 KB
drbd_main.c -rw-r--r-- 108.9 KB
drbd_nl.c -rw-r--r-- 140.3 KB
drbd_nla.c -rw-r--r-- 1.4 KB
drbd_nla.h -rw-r--r-- 288 bytes
drbd_proc.c -rw-r--r-- 11.2 KB
drbd_protocol.h -rw-r--r-- 8.3 KB
drbd_receiver.c -rw-r--r-- 162.4 KB
drbd_req.c -rw-r--r-- 53.4 KB
drbd_req.h -rw-r--r-- 10.8 KB
drbd_state.c -rw-r--r-- 71.2 KB
drbd_state.h -rw-r--r-- 6.0 KB
drbd_state_change.h -rw-r--r-- 2.0 KB
drbd_strings.c -rw-r--r-- 4.3 KB
drbd_strings.h -rw-r--r-- 300 bytes
drbd_vli.h -rw-r--r-- 11.2 KB
drbd_worker.c -rw-r--r-- 62.1 KB

back to top