summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/iommu/misc' into for-next/iommu/coreWill Deacon2020-12-083-21/+33
|\
| * iommu/io-pgtable-arm: Remove unused 'level' parameter from iopte_type() macroKunkun Jiang2020-12-081-5/+5
| * iommu: Defer the early return in arm_(v7s/lpae)_mapKeqian Zhu2020-12-082-8/+8
| * iommu: Improve the performance for direct_mappingYong Wu2020-12-071-5/+17
| * iommu: return error code when it can't get groupYang Yingliang2020-11-261-1/+3
| * iommu: Modify the description of iommu_sva_unbind_deviceChen Jun2020-11-171-2/+0
* | Merge branch 'for-next/iommu/iova' into for-next/iommu/coreWill Deacon2020-12-082-74/+47
|\ \
| * | iommu: Stop exporting free_iova_mem()John Garry2020-12-082-7/+1
| * | iommu: Stop exporting alloc_iova_mem()John Garry2020-12-082-8/+1
| * | iommu: Delete split_and_remove_iova()John Garry2020-12-082-51/+0
| * | iommu: avoid taking iova_rbtree_lock twiceCong Wang2020-12-011-2/+6
| * | iommu/iova: Free global iova rcache on iova alloc failureVijayanand Jitta2020-11-171-0/+22
| * | iommu/iova: Retry from last rb tree node if iova search failsVijayanand Jitta2020-11-171-6/+17
| |/
* | Merge branch 'for-next/iommu/default-domains' into for-next/iommu/coreWill Deacon2020-12-083-17/+268
|\ \
| * | iommu: Fix htmldocs warnings in sysfs-kernel-iommu_groupsLu Baolu2020-11-261-16/+17
| * | iommu: Document usage of "/sys/kernel/iommu_groups/<grp_id>/type" fileSai Praneeth Prakhya2020-11-251-0/+29
| * | iommu: Take lock before reading iommu group default domain typeSai Praneeth Prakhya2020-11-251-0/+2
| * | iommu: Add support to change default domain of an iommu groupSai Praneeth Prakhya2020-11-251-1/+229
| * | iommu: Move def_domain type check for untrusted device into coreLu Baolu2020-11-252-16/+7
| |/
* | Merge branch 'for-next/iommu/arm-smmu' into for-next/iommu/coreWill Deacon2020-12-0810-47/+339
|\ \ | |/ |/|
| * iommu: arm-smmu-impl: Add a space before open parenthesisSai Prakash Ranjan2020-11-251-1/+1
| * iommu: arm-smmu-impl: Use table to list QCOM implementationsSai Prakash Ranjan2020-11-253-14/+17
| * iommu/arm-smmu: Move non-strict mode to use io_pgtable_domain_attrSai Prakash Ranjan2020-11-252-7/+9
| * iommu/arm-smmu: Add support for pagetable config domain attributeSai Prakash Ranjan2020-11-252-0/+21
| * Merge branch 'for-next/iommu/io-pgtable-domain-attr' into for-next/iommu/arm-...Will Deacon2020-11-253-2/+17
| |\
| | * iommu/io-pgtable-arm: Add support to use system cacheSai Prakash Ranjan2020-11-252-2/+12
| | * iommu/io-pgtable: Add a domain attribute for pagetable configurationSai Prakash Ranjan2020-11-252-0/+5
| * | dt-bindings: arm-smmu: Add compatible string for Adreno GPU SMMUJordan Crouse2020-11-101-2/+7
| * | iommu/arm-smmu: Add a way for implementations to influence SCTLRRob Clark2020-11-103-1/+19
| * | iommu/arm-smmu-qcom: Add implementation for the adreno GPU SMMUJordan Crouse2020-11-103-2/+153
| * | iommu/arm-smmu-v3: Assign boolean values to a bool variableKaixu Xia2020-11-101-1/+1
| * | iommu/arm-smmu: Use new devm_krealloc()Robin Murphy2020-11-063-24/+3
| * | iommu/arm-smmu-qcom: Implement S2CR quirkBjorn Andersson2020-10-291-0/+67
| * | iommu/arm-smmu-qcom: Read back stream mappingsBjorn Andersson2020-10-291-0/+23
| * | iommu/arm-smmu: Allow implementation specific write_s2crBjorn Andersson2020-10-292-3/+11
| |/
* | Linux 5.10-rc3v5.10-rc3Linus Torvalds2020-11-081-1/+1
* | Merge tag 'driver-core-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-11-085-7/+30
|\ \
| * | Documentation: remove mic/index from misc-devices/index.rstGreg Kroah-Hartman2020-11-041-1/+0
| * | scripts: get_api.pl: Add sub-titles to ABI outputMauro Carvalho Chehab2020-11-021-0/+17
| * | scripts: get_abi.pl: Don't let ABI files to create subtitlesMauro Carvalho Chehab2020-11-021-0/+6
| * | docs: leds: index.rst: add a missing fileMauro Carvalho Chehab2020-11-021-0/+1
| * | docs: ABI: sysfs-class-net: fix a typoMauro Carvalho Chehab2020-11-021-1/+1
| * | docs: ABI: sysfs-driver-dma-ioatdma: what starts with /sysMauro Carvalho Chehab2020-11-021-5/+5
* | | Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-11-085-25/+11
|\ \ \
| * | | vt: Disable KD_FONT_OP_COPYDaniel Vetter2020-11-081-22/+2
| * | | tty: fix crash in release_tty if tty->port is not setMatthias Reichl2020-11-061-2/+4
| * | | serial: txx9: add missing platform_driver_unregister() on error in serial_txx...Qinglang Miao2020-11-061-0/+3
| * | | tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabledLucas Stach2020-11-061-0/+1
| * | | serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang2020-11-061-1/+1
| |/ /
* | | Merge tag 'usb-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-11-0811-6/+38
|\ \ \