summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-317-15/+26
|\
| * nvdimm: Fix dereference after free in register_nvdimm_pmu()Konstantin Meskhidze2023-08-171-1/+1
| * nvdimm: Fix memleak of pmu attr_groups in unregister_nvdimm_pmu()Konstantin Meskhidze2023-08-171-0/+1
| * nvdimm/pfn_dev: Avoid unnecessary endian conversionAneesh Kumar K.V2023-08-111-4/+2
| * nvdimm/pfn_dev: Prevent the creation of zero-sized namespacesAneesh Kumar K.V2023-08-111-3/+11
| * nvdimm: Explicitly include correct DT includesRob Herring2023-07-191-2/+2
| * virtio_pmem: add the missing REQ_OP_WRITE for flush bioHou Tao2023-07-191-1/+2
| * nvdimm: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-07-193-4/+7
* | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-3112-320/+1055
|\ \
| * | iommufd/selftest: Don't leak the platform device memory when unloading the mo...Yang Yingliang2023-08-181-2/+2
| * | iommu/vt-d: Implement hw_info for iommu capability queryYi Liu2023-08-181-0/+19
| * | iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctlNicolin Chen2023-08-182-0/+25
| * | iommufd: Add IOMMU_GET_HW_INFOYi Liu2023-08-183-0/+77
| * | iommu: Move dev_iommu_ops() to private headerYi Liu2023-08-181-0/+11
| * | iommufd: Remove iommufd_ref_to_users()Jason Gunthorpe2023-08-151-23/+0
| * | Merge tag 'v6.5-rc6' into iommufd for-nextJason Gunthorpe2023-08-15445-2317/+4241
| |\ \
| * | | iommufd/selftest: Make the mock iommu driver into a real driverJason Gunthorpe2023-08-155-59/+144
| * | | vfio: Support IO page table replacementNicolin Chen2023-07-281-5/+6
| * | | iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverageNicolin Chen2023-07-282-0/+23
| * | | iommufd: Add iommufd_access_replace() APINicolin Chen2023-07-281-0/+15
| * | | iommufd: Use iommufd_access_change_ioas in iommufd_access_destroy_objectNicolin Chen2023-07-281-6/+4
| * | | iommufd: Add iommufd_access_change_ioas(_id) helpersNicolin Chen2023-07-281-38/+71
| * | | iommufd: Allow passing in iopt_access_list_id to iopt_remove_access()Nicolin Chen2023-07-283-6/+9
| * | | vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()Nicolin Chen2023-07-281-0/+4
| * | | iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOCJason Gunthorpe2023-07-261-0/+3
| * | | iommufd/selftest: Return the real idev id from selftest mock_domainJason Gunthorpe2023-07-262-0/+3
| * | | iommufd: Add IOMMU_HWPT_ALLOCJason Gunthorpe2023-07-263-0/+58
| * | | iommufd/selftest: Test iommufd_device_replace()Nicolin Chen2023-07-262-0/+43
| * | | iommufd: Make destroy_rwsem use a lock class per object typeJason Gunthorpe2023-07-262-1/+11
| * | | iommufd: Add iommufd_device_replace()Jason Gunthorpe2023-07-262-0/+102
| * | | iommu: Introduce a new iommu_group_replace_domain() APINicolin Chen2023-07-262-0/+37
| * | | iommufd: Reorganize iommufd_device_attach into iommufd_device_change_ptJason Gunthorpe2023-07-261-39/+102
| * | | iommufd: Fix locking around hwpt allocationJason Gunthorpe2023-07-261-1/+1
| * | | iommufd: Allow a hwpt to be aborted after allocationJason Gunthorpe2023-07-263-1/+26
| * | | iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()Jason Gunthorpe2023-07-263-15/+32
| * | | iommufd: Move putting a hwpt to a helper functionJason Gunthorpe2023-07-262-5/+11
| * | | iommufd: Make sw_msi_start a group globalJason Gunthorpe2023-07-262-7/+8
| * | | iommufd: Use the iommufd_group to avoid duplicate MSI setupJason Gunthorpe2023-07-261-4/+4
| * | | iommufd: Keep track of each device's reserved regions instead of groupsJason Gunthorpe2023-07-263-23/+16
| * | | iommu: Export iommu_get_resv_regions()Jason Gunthorpe2023-07-261-1/+10
| * | | iommufd: Replace the hwpt->devices list with iommufd_groupJason Gunthorpe2023-07-263-81/+54
| * | | iommufd: Add iommufd_groupJason Gunthorpe2023-07-263-18/+137
| * | | iommufd: Move isolated msi enforcement to iommufd_device_bind()Jason Gunthorpe2023-07-261-18/+20
* | | | Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-08-3140-343/+3403
|\ \ \ \
| * | | | vfio/pds: Send type for SUSPEND_STATUS commandBrett Creeley2023-08-221-2/+3
| * | | | vfio/pds: fix return value in pds_vfio_get_lm_file()Yang Yingliang2023-08-211-1/+1
| * | | | pds_core: Fix function header descriptionsBrett Creeley2023-08-181-2/+2
| * | | | vfio: align capability structuresStefan Hajnoczi2023-08-174-18/+12
| * | | | vfio/type1: fix cap_migration information leakStefan Hajnoczi2023-08-161-1/+1
| * | | | vfio/fsl-mc: Use module_fsl_mc_driver macro to simplify the codeLi Zetao2023-08-161-13/+1