]> 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)
commit6a7fe00617b968cbddc483427919653df12c8351
tree6a5dc9cc69e9142129192c667f5eb2bc65391801
parentfdfc260ce2e87b3816d3ba8ca1c4f44e1c6a919e
parent145d3a3e694c47989554249eecd540f7c4eb4572
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