]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 May 2019 01:45:27 +0000 (18:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 May 2019 01:45:27 +0000 (18:45 -0700)
commit418502de1f00a4c3fd5f896e03d8bcb079c8f036
tree6a5dc9cc69e9142129192c667f5eb2bc65391801
parent73ba3f4f4a882eaa37d7a95da85c118c7692d3d4
parent1612d2c780fca3d448047dab7348ebe1cd20d8bd
Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb

Pull swiotlb updates from Konrad Rzeszutek Wilk:
 "Cleanups in the swiotlb code and extra debugfs knobs to help with the
  field diagnostics"

* 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb:
  swiotlb-xen: ensure we have a single callsite for xen_dma_map_page
  swiotlb-xen: simplify the DMA sync method implementations
  swiotlb-xen: use ->map_page to implement ->map_sg
  swiotlb-xen: make instances match their method names
  swiotlb: save io_tlb_used to local variable before leaving critical section
  swiotlb: dump used and total slots when swiotlb buffer is full
drivers/xen/swiotlb-xen.c
kernel/dma/swiotlb.c