summaryrefslogtreecommitdiffstats
path: root/drivers/misc/uacce
Commit message (Expand)AuthorAgeFilesLines
* uacce: make uacce_class constantGreg Kroah-Hartman2023-10-271-7/+10
* uacce: vma_close clears q->qfrs when freeing qfrsZhangfei Gao2023-05-311-4/+7
* uacce: use q->mapping to replace inode->i_mappingZhangfei Gao2023-05-311-7/+7
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-0/+50
|\
| * uacce: supports device isolation featureKai Ye2023-01-201-0/+50
* | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
|/
* iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu2022-11-031-1/+1
* uacce: Handle parent device removal or parent driver module rmmodJean-Philippe Brucker2022-07-011-46/+87
* uacce: use sysfs_emit instead of sprintfKai Ye2021-12-211-6/+6
* uacce: add print information if not enable svaKai Ye2021-06-091-2/+9
* Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-05-011-9/+30
|\
| * uacce: Enable IOMMU_DEV_FEAT_IOPFJean-Philippe Brucker2021-04-071-9/+30
* | uacce: delete unneeded variable initializationKai Ye2021-03-281-1/+1
|/
* uacce: modify the module author information.Kai Ye2020-11-091-1/+1
* uacce: delete some redundant code.Kai Ye2020-11-091-11/+0
* Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-151-1/+1
|\
| * uacce: Use kobj_to_dev() instead of container_of()Tian Tao2020-09-071-1/+1
* | drm, iommu: Change type of pasid to u32Fenghua Yu2020-09-171-1/+1
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-08-071-0/+1
|\
| * iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu2020-06-301-0/+1
* | uacce: remove uacce_vma_faultZhangfei Gao2020-07-101-9/+0
|/
* uacce: Remove mm_exit() opJean-Philippe Brucker2020-05-291-130/+42
* uacce: unmap remaining mmapping from user spaceZhangfei Gao2020-03-061-0/+16
* uacce: add uacce driverKenneth Lee2020-02-223-0/+632