summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* fbdev: mx3fb: Remove the driverFabio Estevam2023-08-313-1707/+0
* fbdev/core: Use list_for_each_entry() helperJinjie Ruan2023-08-312-23/+7
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-318-29/+86
|\
| * macintosh/ams: linux/platform_device.h is neededRandy Dunlap2023-08-311-0/+1
| * powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey2023-08-241-7/+1
| * cxl: Drop unused detach_spa()Michael Ellerman2023-08-241-5/+0
| * PCI: rpaphp: Error out on busy status from get-sensor-stateMahesh Salgaonkar2023-08-181-3/+82
| * cxl: Use pci_find_vsec_capability() to simplify the codeXiongfeng Wang2023-08-161-10/+1
| * powerpc/include: Remove mpc8260.h and m82xx_pci.hChristophe Leroy2023-08-161-1/+0
| * powerpc/include: Remove unneeded #include <asm/fs_pd.h>Christophe Leroy2023-08-161-1/+0
| * macintosh/ams: mark ams_init() staticArnd Bergmann2023-08-141-1/+1
* | 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