]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'stable/for-linus-3.7' into linux-next
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Sun, 23 Sep 2012 00:01:35 +0000 (20:01 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Sun, 23 Sep 2012 00:01:35 +0000 (20:01 -0400)
commiteef18540d6848e350b64e381013a85ef20a7313b
tree0808753dd5a4841a077a3f5d199630e3d9fecc0b
parentbadd0c4841ce02e7b1cef71ff0a30fbe2bf58886
parenta5f95155709cb854e96aa27969d110668cdbda9d
Merge branch 'stable/for-linus-3.7' into linux-next

* stable/for-linus-3.7:
  xen/swiotlb: Fix compile warnings when using plain integer instead of NULL pointer.
  xen/swiotlb: Remove functions not needed anymore.
  xen/pcifront: Use Xen-SWIOTLB when initting if required.
  xen/swiotlb: For early initialization, return zero on success.
  xen/swiotlb: Use the swiotlb_late_init_with_tbl to init Xen-SWIOTLB late when PV PCI is used.
  xen/swiotlb: Move the error strings to its own function.
  xen/swiotlb: Move the nr_tbl determination in its own function.
  swiotlb: add the late swiotlb initialization function with iotlb memory
  xen/swiotlb: With more than 4GB on 64-bit, disable the native SWIOTLB.
  xen/swiotlb: Simplify the logic.