index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-09
iommu/vt-d: Fix PASID leak in intel_svm_unbind_mm()
Fenghua Yu
1
-3
/
+0
2021-09-09
iommu/amd: Remove iommu_init_ga()
Suravee Suthikulpanit
1
-13
/
+4
2021-09-09
iommu/amd: Relocate GAMSup check to early_enable_iommus
Wei Huang
1
-7
/
+24
2021-08-20
Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...
Joerg Roedel
34
-568
/
+1822
2021-08-20
iommu/io-pgtable: Abstract iommu_iotlb_gather access
Robin Murphy
2
-2
/
+2
2021-08-20
iommu/arm-smmu: Fix missing unlock on error in arm_smmu_device_group()
Yang Yingliang
1
-1
/
+3
2021-08-19
iommu/vt-d: Add present bit check in pasid entry setup helpers
Liu Yi L
1
-0
/
+16
2021-08-19
iommu/vt-d: Use pasid_pte_is_present() helper function
Liu Yi L
1
-1
/
+1
2021-08-19
iommu/vt-d: Drop the kernel doc annotation
Andy Shevchenko
1
-1
/
+1
2021-08-19
iommu/vt-d: Allow devices to have more than 32 outstanding PRs
Lu Baolu
2
-5
/
+2
2021-08-19
iommu/vt-d: Preset A/D bits for user space DMA usage
Lu Baolu
1
-7
/
+3
2021-08-19
iommu/vt-d: Enable Intel IOMMU scalable mode by default
Lu Baolu
2
-1
/
+5
2021-08-19
iommu/vt-d: Refactor Kconfig a bit
Lu Baolu
2
-19
/
+12
2021-08-19
iommu/vt-d: Remove unnecessary oom message
Zhen Lei
2
-7
/
+1
2021-08-19
iommu/vt-d: Update the virtual command related registers
Lu Baolu
1
-5
/
+5
2021-08-18
iommu: Allow enabling non-strict mode dynamically
Robin Murphy
3
-24
/
+51
2021-08-18
iommu: Merge strictness and domain type configs
Robin Murphy
2
-42
/
+42
2021-08-18
iommu: Only log strictness for DMA domains
Robin Murphy
1
-4
/
+5
2021-08-18
iommu: Expose DMA domain strictness via sysfs
Robin Murphy
1
-0
/
+2
2021-08-18
iommu: Express DMA strictness via the domain type
Robin Murphy
2
-13
/
+11
2021-08-18
iommu/vt-d: Prepare for multiple DMA domain types
Robin Murphy
1
-9
/
+6
2021-08-18
iommu/arm-smmu: Prepare for multiple DMA domain types
Robin Murphy
2
-1
/
+3
2021-08-18
iommu/amd: Prepare for multiple DMA domain types
Robin Murphy
1
-7
/
+2
2021-08-18
iommu: Introduce explicit type for non-strict DMA domains
Robin Murphy
2
-3
/
+7
2021-08-18
iommu/io-pgtable: Remove non-strict quirk
Robin Murphy
4
-26
/
+4
2021-08-18
iommu: Indicate queued flushes via gather data
Robin Murphy
2
-0
/
+8
2021-08-18
iommu/dma: Remove redundant "!dev" checks
Robin Murphy
1
-4
/
+1
2021-08-18
iommu/virtio: Drop IOVA cookie management
Robin Murphy
1
-8
/
+0
2021-08-18
iommu/sun50i: Drop IOVA cookie management
Robin Murphy
1
-12
/
+1
2021-08-18
iommu/sprd: Drop IOVA cookie management
Robin Murphy
1
-7
/
+0
2021-08-18
iommu/rockchip: Drop IOVA cookie management
Robin Murphy
1
-11
/
+1
2021-08-18
iommu/mtk: Drop IOVA cookie management
Robin Murphy
2
-8
/
+0
2021-08-18
iommu/ipmmu-vmsa: Drop IOVA cookie management
Robin Murphy
1
-24
/
+4
2021-08-18
iommu/exynos: Drop IOVA cookie management
Robin Murphy
1
-15
/
+4
2021-08-18
iommu/vt-d: Drop IOVA cookie management
Robin Murphy
1
-8
/
+0
2021-08-18
iommu/arm-smmu: Drop IOVA cookie management
Robin Murphy
3
-27
/
+4
2021-08-18
iommu/amd: Drop IOVA cookie management
Robin Murphy
1
-12
/
+0
2021-08-18
iommu: Pull IOVA cookie management into the core
Robin Murphy
1
-0
/
+7
2021-08-18
iommu/vt-d: Fix incomplete cache flush in intel_pasid_tear_down_entry()
Liu Yi L
2
-2
/
+14
2021-08-18
iommu/vt-d: Fix PASID reference leak
Fenghua Yu
1
-1
/
+2
2021-08-15
Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-48
/
+78
2021-08-15
Merge tag 'efi_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-10
/
+63
2021-08-15
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
3
-4
/
+15
2021-08-15
Merge tag 'libnvdimm-fixes-5.14-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-7
/
+15
2021-08-15
Merge tag 'usb-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-16
/
+2
2021-08-15
Merge tag 'staging-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-8
/
+10
2021-08-15
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-4
/
+5
2021-08-14
Merge tag 'for-linus-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-7
/
+15
2021-08-14
Merge tag 'block-5.14-2021-08-13' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+11
2021-08-14
Merge tag 'pinctrl-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-61
/
+73
[next]