index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-25
iommu: Don't take group reference in iommu_alloc_default_domain()
Joerg Roedel
1
-12
/
+9
2020-05-25
iommu: Don't call .probe_finalize() under group->mutex
Joerg Roedel
1
-10
/
+18
2020-05-19
iommu/mediatek-v1: Fix a build warning for a unused variable 'data'
Yong Wu
1
-2
/
+0
2020-05-18
iommu/mediatek-v1: Add def_domain_type
Yong Wu
1
-5
/
+11
2020-05-18
iommu/omap: Add registration for DT fwnode pointer
Tero Kristo via iommu
1
-0
/
+1
2020-05-18
iommu/omap: Add check for iommu group when no IOMMU in use
Tero Kristo via iommu
1
-0
/
+3
2020-05-13
Merge tag 'v5.7-rc4' into core
Joerg Roedel
162
-604
/
+1289
2020-05-13
iommu/iova: Unify format of the printed messages
Andy Shevchenko
1
-3
/
+3
2020-05-13
iommu/renesas: Fix unused-function warning
Arnd Bergmann
1
-5
/
+2
2020-05-13
iommu: Do not probe devices on IOMMU-less busses
Thierry Reding
1
-0
/
+3
2020-05-13
iommu/amd: Fix variable "iommu" set but not used
Qian Cai
1
-3
/
+0
2020-05-05
iommu: Unexport iommu_group_get_for_dev()
Joerg Roedel
2
-3
/
+2
2020-05-05
iommu: Move more initialization to __iommu_probe_device()
Joerg Roedel
1
-29
/
+18
2020-05-05
iommu: Remove add_device()/remove_device() code-paths
Joerg Roedel
2
-124
/
+38
2020-05-05
iommu/exynos: Convert to probe/release_device() call-backs
Joerg Roedel
1
-20
/
+6
2020-05-05
iommu/exynos: Use first SYSMMU in controllers list for IOMMU core
Joerg Roedel
1
-0
/
+10
2020-05-05
iommu/omap: Convert to probe/release_device() call-backs
Joerg Roedel
1
-36
/
+13
2020-05-05
iommu/omap: Remove orphan_dev tracking
Joerg Roedel
1
-50
/
+4
2020-05-05
iommu/renesas: Convert to probe/release_device() call-backs
Joerg Roedel
1
-40
/
+20
2020-05-05
iommu/tegra: Convert to probe/release_device() call-backs
Joerg Roedel
2
-41
/
+14
2020-05-05
iommu/rockchip: Convert to probe/release_device() call-backs
Joerg Roedel
1
-19
/
+7
2020-05-05
iommu/qcom: Convert to probe/release_device() call-backs
Joerg Roedel
1
-17
/
+7
2020-05-05
iommu/mediatek-v1 Convert to probe/release_device() call-backs
Joerg Roedel
1
-30
/
+20
2020-05-05
iommu/mediatek: Convert to probe/release_device() call-backs
Joerg Roedel
1
-18
/
+6
2020-05-05
iommu/msm: Convert to probe/release_device() call-backs
Joerg Roedel
1
-27
/
+7
2020-05-05
iommu/virtio: Convert to probe/release_device() call-backs
Joerg Roedel
1
-31
/
+10
2020-05-05
iommu/s390: Convert to probe/release_device() call-backs
Joerg Roedel
1
-16
/
+6
2020-05-05
iommu/pamu: Convert to probe/release_device() call-backs
Joerg Roedel
1
-17
/
+5
2020-05-05
iommu/arm-smmu: Convert to probe/release_device() call-backs
Joerg Roedel
2
-52
/
+25
2020-05-05
iommu/vt-d: Convert to probe/release_device() call-backs
Joerg Roedel
1
-61
/
+6
2020-05-05
iommu/amd: Convert to probe/release_device() call-backs
Joerg Roedel
1
-49
/
+22
2020-05-05
iommu/amd: Remove dev_data->passthrough
Joerg Roedel
2
-6
/
+5
2020-05-05
iommu: Export bus_iommu_probe() and make is safe for re-probing
Joerg Roedel
2
-1
/
+10
2020-05-05
iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()
Joerg Roedel
1
-5
/
+30
2020-05-05
iommu: Split off default domain allocation from group assignment
Joerg Roedel
1
-3
/
+151
2020-05-05
iommu: Move new probe_device path to separate function
Joerg Roedel
1
-23
/
+46
2020-05-05
iommu: Keep a list of allocated groups in __iommu_probe_device()
Joerg Roedel
1
-2
/
+7
2020-05-05
iommu: Move default domain allocation to iommu_probe_device()
Joerg Roedel
1
-31
/
+71
2020-05-05
iommu: Add probe_device() and release_device() call-backs
Joerg Roedel
2
-6
/
+66
2020-05-05
iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMU
Joerg Roedel
1
-1
/
+4
2020-05-05
iommu/amd: Remove dma_mask check from check_device()
Joerg Roedel
1
-1
/
+1
2020-05-05
iommu/vt-d: Wire up iommu_ops->def_domain_type
Joerg Roedel
1
-0
/
+1
2020-05-05
iommu/amd: Implement iommu_ops->def_domain_type call-back
Joerg Roedel
1
-0
/
+15
2020-05-05
iommu: Add def_domain_type() callback in iommu_ops
Sai Praneeth Prakhya
2
-3
/
+23
2020-05-05
iommu: Move default domain allocation to separate function
Joerg Roedel
1
-29
/
+45
2020-05-04
Linux 5.7-rc4
Linus Torvalds
1
-1
/
+1
2020-05-03
Merge tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-7
/
+53
2020-05-03
Merge tag 'iommu-fixes-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-7
/
+11
2020-05-03
MAINTAINERS: btrfs: fix git repo URL
Eric Biggers
1
-1
/
+1
2020-05-02
Merge tag 'pm-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
3
-3
/
+10
[next]