Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will...
authorJoerg Roedel <jroedel@suse.de>
Fri, 3 May 2024 13:08:30 +0000 (15:08 +0200)
committerJoerg Roedel <jroedel@suse.de>
Fri, 3 May 2024 13:08:30 +0000 (15:08 +0200)
commit278bd82c74d0346e30b78106500d7cd00aafa7f1
tree33088d94682b0e02046f580a5cbb2259fc7f190c
parentfec50db7033ea478773b159e0e2efb135270e3b7
parent56e1a4cc2588a7cb9664457a62fd7a77e005aa01
Merge tag 'arm-smmu-updates' of git://git./linux/kernel/git/will/linux into arm/smmu

Arm SMMU updates for 6.10

- SMMUv2:
  * Support for fault debugging hardware on Qualcomm implementations
  * Re-land support for the ->domain_alloc_paging() callback

- SMMUv3:
  * Improve handling of MSI allocation failure
  * Drop support for the "disable_bypass" cmdline option
  * Major rework of the CD creation code, following on directly from the
    STE rework merged last time around.
  * Add unit tests for the new STE/CD manipulation logic