summaryrefslogtreecommitdiffstats
path: root/drivers/soundwire/qcom.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-14iommu: Make iommu_release_device() staticJason Gunthorpe2-2/+2
2023-04-13iommu/vt-d: Remove BUG_ON in dmar_insert_dev_scope()Tina Zhang1-1/+2
2023-04-13iommu/vt-d: Remove a useless BUG_ON(dev->is_virtfn)Tina Zhang1-2/+0
2023-04-13iommu/vt-d: Remove BUG_ON in map/unmap()Tina Zhang1-3/+5
2023-04-13iommu/vt-d: Remove BUG_ON when domain->pgd is NULLTina Zhang1-4/+0
2023-04-13iommu/vt-d: Remove BUG_ON in handling iotlb cache invalidationTina Zhang1-3/+8
2023-04-13iommu/vt-d: Remove BUG_ON on checking valid pfn rangeTina Zhang1-6/+6
2023-04-13iommu/vt-d: Make size of operands same in bitwise operationsTina Zhang2-3/+3
2023-04-13iommu/vt-d: Remove PASID supervisor request supportJacob Pan2-50/+0
2023-04-13iommu/vt-d: Use non-privileged mode for all PASIDsJacob Pan1-2/+0
2023-04-13iommu/vt-d: Remove extern from function prototypesLu Baolu1-18/+18
2023-04-13iommu/vt-d: Do not use GFP_ATOMIC when not neededChristophe JAILLET1-1/+1
2023-04-13iommu/vt-d: Remove unnecessary checks in iopf disabling pathLu Baolu1-9/+8
2023-04-13iommu/vt-d: Move PRI handling to IOPF feature pathLu Baolu1-12/+41
2023-04-13iommu/vt-d: Move pfsid and ats_qdep calculation to device probe pathLu Baolu1-15/+11
2023-04-13iommu/vt-d: Move iopf code from SVA to IOPF enabling pathLu Baolu1-14/+18
2023-04-13iommu/vt-d: Allow SVA with device-specific IOPFLu Baolu1-1/+15
2023-04-13dmaengine: idxd: Add enable/disable device IOPF featureLu Baolu1-6/+25
2023-04-13arm64: dts: mt8186: Add dma-ranges for the parent "soc" nodeYong Wu1-0/+1
2023-04-13arm64: dts: mt8195: Add dma-ranges for the parent "soc" nodeYong Wu1-0/+1
2023-04-13arm64: dts: mt8195: Remove the unnecessary dma-rangesYong Wu1-3/+0
2023-04-13media: mediatek: vcodec: Remove the setting for dma_maskYong Wu2-11/+0
2023-04-13media: mtk-jpegdec: Remove the setting for dma_maskYong Wu1-3/+0
2023-04-13iommu/mediatek: Set dma_mask for the master devicesYong Wu1-0/+8
2023-04-13iommu/mediatek: Add a gap for the iova regionsYong Wu1-5/+7
2023-04-13iommu/mediatek: mt8186: Add iova_region_larb_mskYong Wu1-0/+13
2023-04-13iommu/mediatek: mt8195: Add iova_region_larb_mskYong Wu1-0/+17
2023-04-13iommu/mediatek: mt8192: Add iova_region_larb_mskYong Wu1-1/+18
2023-04-13iommu/mediatek: Get regionid from larb/port idYong Wu1-19/+26
2023-04-13iommu/mediatek: Improve comment for the current region/bankYong Wu1-5/+26
2023-04-13dt-bindings: media: mediatek,jpeg: Remove dma-ranges propertyYong Wu3-19/+0
2023-04-13dt-bindings: media: mediatek,vcodec: Remove dma-ranges propertyYong Wu2-10/+0
2023-04-13iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTEKishon Vijay Abraham I1-2/+2
2023-04-13iommu/amd: Set page size bitmap during V2 domain allocationJerry Snitselaar2-6/+9
2023-04-13iommu/rockchip: Add missing set_platform_dma_ops callbackSteven Price1-14/+47
2023-04-13iommu/exynos: Use the devm_clk_get_optional() helperChristophe JAILLET1-16/+8
2023-04-09Linux 6.3-rc6v6.3-rc6Linus Torvalds1-1/+1
2023-04-07cifs: double lock in cifs_reconnect_tcon()Dan Carpenter1-1/+1
2023-04-07block: don't set GD_NEED_PART_SCAN if scan partition failedYu Kuai1-1/+7
2023-04-06tracing/synthetic: Make lastcmd_mutex staticSteven Rostedt (Google)1-1/+1
2023-04-06net: stmmac: check fwnode for phy device before scanning for phyMichael Sit Wei Hong1-4/+11
2023-04-06ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()Zheng Yejian1-6/+9
2023-04-06swiotlb: fix a braino in the alignment check fixPetr Tesarik1-3/+3
2023-04-06block: ublk: make sure that block size is set correctlyMing Lei1-1/+3
2023-04-06ublk: read any SQE values upfrontJens Axboe1-2/+20
2023-04-06net: stmmac: Add queue reset into stmmac_xdp_open() functionSong Yoong Siang1-0/+2
2023-04-06selftests: net: rps_default_mask.sh: delete veth link specificallyHangbin Liu1-0/+1
2023-04-06net: fec: make use of MDIO C45 quirkGreg Ungerer2-12/+25
2023-04-06maple_tree: fix a potential concurrency bug in RCU modePeng Zhang1-2/+1
2023-04-06maple_tree: fix get wrong data_end in mtree_lookup_walk()Peng Zhang1-10/+5