summaryrefslogtreecommitdiff
path: root/include/linux/phy
diff options
context:
space:
mode:
authorNadav Amit <namit@vmware.com>2021-07-23 02:32:03 -0700
committerJoerg Roedel <jroedel@suse.de>2021-08-02 11:26:05 +0200
commitfc65d0acaf23179b94de399c204328fa259acb90 (patch)
treec18bd9e40c6e6c214f18e34f7b74cc8699c189bc /include/linux/phy
parentee974d9625c405977ef5d9aedc476be1d0362ebf (diff)
downloadkernel-fc65d0acaf23179b94de399c204328fa259acb90.tar.gz
iommu/amd: Selective flush on unmap
Recent patch attempted to enable selective page flushes on AMD IOMMU but neglected to adapt amd_iommu_iotlb_sync() to use the selective flushes. Adapt amd_iommu_iotlb_sync() to use selective flushes and change amd_iommu_unmap() to collect the flushes. As a defensive measure, to avoid potential issues as those that the Intel IOMMU driver encountered recently, flush the page-walk caches by always setting the "pde" parameter. This can be removed later. Cc: Joerg Roedel <joro@8bytes.org> Cc: Will Deacon <will@kernel.org> Cc: Jiajun Cao <caojiajun@vmware.com> Cc: Robin Murphy <robin.murphy@arm.com> Cc: Lu Baolu <baolu.lu@linux.intel.com> Cc: iommu@lists.linux-foundation.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Nadav Amit <namit@vmware.com> Link: https://lore.kernel.org/r/20210723093209.714328-2-namit@vmware.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'include/linux/phy')
0 files changed, 0 insertions, 0 deletions
/td>Nam Cao 2024-04-13fbmon: prevent division by zero in fb_videomode_from_videomode()Roman Smirnov 2024-04-13fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2Aleksandr Burakov 2024-03-26backlight: lp8788: Fully initialize backlight_properties during probeDaniel Thompson 2024-03-26backlight: lm3639: Fully initialize backlight_properties during probeDaniel Thompson 2024-03-26backlight: da9052: Fully initialize backlight_properties during probeDaniel Thompson 2024-03-26backlight: lm3630a: Don't set bl->props.brightness in get_brightnessLuca Weiss 2024-03-26backlight: lm3630a: Initialize backlight_properties on initLuca Weiss 2024-03-26backlight: ktz8866: Correct the check for of_property_read_u32Jianhua Lu 2024-03-06fbcon: always restore the old font data in fbcon_do_set_font()Jiri Slaby (SUSE) 2024-03-01fbdev: sis: Error out if pixclock equals zeroFullway Wang 2024-03-01fbdev: savage: Error out if pixclock equals zeroFullway Wang 2024-01-25fbdev: flush deferred IO before closingNam Cao 2024-01-25fbdev: flush deferred work in fb_deferred_io_fsync()Nam Cao 2024-01-25fbdev/acornfb: Fix name of fb_ops initializer macroThomas Zimmermann 2024-01-25fbdev: imxfb: fix left margin settingDario Binacchi