summaryrefslogtreecommitdiffstats
path: root/.cocciconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-02vfio: Move vfio_device_assign_container() into vfio_device_first_open()Jason Gunthorpe2-15/+13
2022-12-02vfio: Move vfio_device driver open/close code to a functionJason Gunthorpe1-42/+53
2022-12-02vfio/ap: Validate iova during dma_unmap and trigger irq disableMatthew Rosato1-1/+17
2022-12-02i915/gvt: Move gvt mapping cache initialization to intel_vgpu_init_dev()Yi Liu1-4/+14
2022-12-01iommufd: Add a selftestJason Gunthorpe7-0/+2530
2022-12-01iommufd: Add additional invariant assertionsJason Gunthorpe4-2/+70
2022-12-01iommufd: Add some fault injection pointsJason Gunthorpe2-0/+29
2022-12-01iommufd: Add kernel support for testing iommufdJason Gunthorpe10-0/+1061
2022-12-01iommufd: vfio container FD ioctl compatibilityJason Gunthorpe6-6/+534
2022-12-01iommufd: Add kAPI toward external drivers for kernel accessJason Gunthorpe5-3/+377
2022-12-01iommufd: Add kAPI toward external drivers for physical devicesJason Gunthorpe5-0/+437
2022-12-01iommufd: Add a HW pagetable objectJason Gunthorpe5-0/+97
2022-12-01iommufd: IOCTLs for the io_pagetableJason Gunthorpe5-1/+731
2022-12-01iommufd: Data structure to provide IOVA to PFN mappingJason Gunthorpe5-0/+1295
2022-12-01iommufd: Algorithms for PFN storageJason Gunthorpe2-0/+917
2022-12-01iommufd: PFN handling for iopt_pagesJason Gunthorpe7-1/+1262
2022-12-01kernel/user: Allow user_struct::locked_vm to be usable for iommufdJason Gunthorpe2-1/+2
2022-12-01iommufd: File descriptor, context, kconfig and makefilesJason Gunthorpe10-1/+571
2022-12-01iommufd: Document overview of iommufdKevin Tian2-0/+224
2022-11-29scripts/kernel-doc: support EXPORT_SYMBOL_NS_GPL() with -exportJason Gunthorpe1-4/+8
2022-11-29interval-tree: Add a utility to iterate over spans in an interval treeJason Gunthorpe4-0/+195
2022-11-29iommu: Add device-centric DMA ownership interfacesLu Baolu2-26/+107
2022-11-29iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCYJason Gunthorpe3-5/+18
2022-11-03iommu: Rename iommu-sva-lib.{c,h}Lu Baolu9-11/+11
2022-11-03iommu: Per-domain I/O page fault handlingLu Baolu1-59/+9
2022-11-03iommu: Prepare IOMMU domain for IOPFLu Baolu5-0/+80
2022-11-03iommu: Remove SVA related callbacks from iommu opsLu Baolu7-121/+0
2022-11-03iommu/sva: Refactoring iommu_sva_bind/unbind_device()Lu Baolu3-111/+134
2022-11-03arm-smmu-v3/sva: Add SVA domain supportLu Baolu3-0/+90
2022-11-03iommu/vt-d: Add SVA domain supportLu Baolu3-0/+82
2022-11-03iommu: Add IOMMU SVA domain supportLu Baolu2-2/+43
2022-11-03iommu: Add attach/detach_dev_pasid iommu interfacesLu Baolu2-4/+169
2022-11-03PCI: Enable PASID only when ACS RR & UF enabled on upstream pathLu Baolu1-0/+3
2022-11-03iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu10-97/+25
2022-11-03iommu: Add max_pasids field in struct dev_iommuLu Baolu2-0/+22
2022-11-03iommu: Add max_pasids field in struct iommu_deviceLu Baolu4-2/+12
2022-11-01iommu: Propagate return value in ->attach_dev callback functionsNicolin Chen2-2/+2
2022-11-01iommu: Use EINVAL for incompatible device/domain in ->attach_devNicolin Chen9-35/+9
2022-11-01iommu: Regulate EINVAL in ->attach_dev callback functionsNicolin Chen6-9/+11
2022-11-01iommu: Add return value rules to attach_dev op and APIsNicolin Chen2-0/+36
2022-11-01iommu/amd: Drop unnecessary checks in amd_iommu_attach_device()Nicolin Chen1-10/+2
2022-10-30Linux 6.1-rc3v6.1-rc3Linus Torvalds1-1/+1
2022-10-29platform/loongarch: laptop: Fix possible UAF and simplify generic_acpi_laptop...Yang Yingliang1-3/+7
2022-10-29platform/loongarch: laptop: Adjust resume order for loongson_hotkey_resume()Huacai Chen1-7/+7
2022-10-29LoongArch: BPF: Avoid declare variables in switch-caseHuacai Chen1-18/+13
2022-10-29LoongArch: Use flexible-array member instead of zero-length arrayYushan Zhou1-1/+1
2022-10-29LoongArch: Remove unused kernel stack paddingJinyang He5-7/+6
2022-10-29random: use arch_get_random*_early() in random_init()Jean-Philippe Brucker1-2/+2
2022-10-28mm: multi-gen LRU: move lru_gen_add_mm() out of IRQ-off regionSebastian Andrzej Siewior1-1/+1
2022-10-28lib: maple_tree: remove unneeded initialization in mtree_range_walk()Lukas Bulwahn1-2/+2