Linus Torvalds 3de18c865f Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb
Pull swiotlb updates from Konrad Rzeszutek Wilk:
 "A new feature called restricted DMA pools. It allows SWIOTLB to
  utilize per-device (or per-platform) allocated memory pools instead of
  using the global one.

  The first big user of this is ARM Confidential Computing where the
  memory for DMA operations can be set per platform"

* 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb: (23 commits)
  swiotlb: use depends on for DMA_RESTRICTED_POOL
  of: restricted dma: Don't fail device probe on rmem init failure
  of: Move of_dma_set_restricted_buffer() into device.c
  powerpc/svm: Don't issue ultracalls if !mem_encrypt_active()
  s390/pv: fix the forcing of the swiotlb
  swiotlb: Free tbl memory in swiotlb_exit()
  swiotlb: Emit diagnostic in swiotlb_exit()
  swiotlb: Convert io_default_tlb_mem to static allocation
  of: Return success from of_dma_set_restricted_buffer() when !OF_ADDRESS
  swiotlb: add overflow checks to swiotlb_bounce
  swiotlb: fix implicit debugfs declarations
  of: Add plumbing for restricted DMA pool
  dt-bindings: of: Add restricted DMA pool
  swiotlb: Add restricted DMA pool initialization
  swiotlb: Add restricted DMA alloc/free support
  swiotlb: Refactor swiotlb_tbl_unmap_single
  swiotlb: Move alloc_size to swiotlb_find_slots
  swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
  swiotlb: Update is_swiotlb_active to add a struct device argument
  swiotlb: Update is_swiotlb_buffer to add a struct device argument
  ...
2021-09-03 10:34:44 -07:00
..
2021-07-06 10:56:29 -05:00
2021-08-24 11:36:13 -07:00
2020-08-05 18:24:16 -05:00
2021-03-11 17:37:20 -06:00
2021-06-16 17:20:40 -05:00
2018-03-19 14:20:43 -05:00
2021-07-06 10:56:26 -05:00
2020-07-29 14:25:18 -05:00
2020-10-22 12:41:00 -07:00
2019-07-09 07:24:53 -05:00
2021-06-18 13:54:11 -07:00
2021-07-06 10:56:25 -05:00
2021-09-02 13:41:33 -07:00
2021-09-01 08:44:42 -07:00
2021-07-13 13:59:12 -05:00
2021-02-10 16:46:29 -06:00
2018-03-19 14:20:43 -05:00
2020-08-05 18:23:14 -05:00
2021-05-04 10:43:23 -05:00