summaryrefslogtreecommitdiffstats
path: root/drivers/misc/uacce
AgeCommit message (Expand)AuthorLines
2023-10-27uacce: make uacce_class constantGreg Kroah-Hartman-7/+10
2023-05-31uacce: vma_close clears q->qfrs when freeing qfrsZhangfei Gao-4/+7
2023-05-31uacce: use q->mapping to replace inode->i_mappingZhangfei Gao-7/+7
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+50
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-1/+1
2023-01-20uacce: supports device isolation featureKai Ye-0/+50
2022-11-03iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu-1/+1
2022-07-01uacce: Handle parent device removal or parent driver module rmmodJean-Philippe Brucker-46/+87
2021-12-21uacce: use sysfs_emit instead of sprintfKai Ye-6/+6
2021-06-09uacce: add print information if not enable svaKai Ye-2/+9
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-9/+30
2021-04-07uacce: Enable IOMMU_DEV_FEAT_IOPFJean-Philippe Brucker-9/+30
2021-03-28uacce: delete unneeded variable initializationKai Ye-1/+1
2020-11-09uacce: modify the module author information.Kai Ye-1/+1
2020-11-09uacce: delete some redundant code.Kai Ye-11/+0
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2020-09-17drm, iommu: Change type of pasid to u32Fenghua Yu-1/+1
2020-09-07uacce: Use kobj_to_dev() instead of container_of()Tian Tao-1/+1
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+1
2020-07-10uacce: remove uacce_vma_faultZhangfei Gao-9/+0
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu-0/+1
2020-05-29uacce: Remove mm_exit() opJean-Philippe Brucker-130/+42
2020-03-06uacce: unmap remaining mmapping from user spaceZhangfei Gao-0/+16
2020-02-22uacce: add uacce driverKenneth Lee-0/+632