summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/dma: Get rid of iommu_pass_throughJoerg Roedel2019-08-232-18/+3
* iommu/vt-d: Request passthrough mode from IOMMU coreJoerg Roedel2019-08-231-1/+1
* iommu/amd: Request passthrough mode from IOMMU coreJoerg Roedel2019-08-231-3/+3
* iommu: Use Functions to set default domain type in iommu_set_def_domain_type()Joerg Roedel2019-08-231-2/+4
* iommu: Add helpers to set/get default domain typeJoerg Roedel2019-08-232-0/+38
* iommu: Remember when default domain type was set on kernel command lineJoerg Roedel2019-08-231-0/+15
* Merge branch 'for-joerg/batched-unmap' of git://git.kernel.org/pub/scm/linux/...Joerg Roedel2019-08-2024-215/+483
|\
| * iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()Will Deacon2019-07-298-29/+47
| * iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Will Deacon2019-07-2910-15/+16
| * iommu/io-pgtable: Remove unused ->tlb_sync() callbackWill Deacon2019-07-2910-54/+16
| * iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()Will Deacon2019-07-2910-71/+105
| * iommu/io-pgtable-arm: Call ->tlb_flush_walk() and ->tlb_flush_leaf()Will Deacon2019-07-293-15/+41
| * iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in driversWill Deacon2019-07-297-0/+116
| * iommu/io-pgtable: Introduce tlb_flush_walk() and tlb_flush_leaf()Will Deacon2019-07-291-5/+19
| * iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon2019-07-2918-33/+73
| * iommu: Introduce iommu_iotlb_gather_add_page()Will Deacon2019-07-241-0/+31
| * iommu: Introduce struct iommu_iotlb_gather for batching TLB flushesWill Deacon2019-07-244-22/+75
| * iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_opsWill Deacon2019-07-2410-20/+20
| * iommu/io-pgtable-arm: Remove redundant call to io_pgtable_tlb_sync()Will Deacon2019-07-242-2/+0
| * iommu: Remove empty iommu_tlb_range_add() callback from iommu_opsWill Deacon2019-07-244-25/+0
* | iommu: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-093-7/+2
* | Linux 5.3-rc3v5.3-rc3Linus Torvalds2019-08-041-1/+1
* | Merge tag 'tpmdd-next-20190805' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2019-08-044-24/+63
|\ \
| * | tpm: tpm_ibm_vtpm: Fix unallocated banksNayna Jain2019-08-054-17/+47
| * | tpm: Fix null pointer dereference on chip register error pathMilan Broz2019-08-051-7/+16
* | | Merge tag 'mtd/fixes-for-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-08-042-4/+13
|\ \ \ | |/ / |/| |
| * | mtd: hyperbus: Add hardware dependency to AM654 driverJean Delvare2019-08-031-0/+1
| * | mtd: hyperbus: Kconfig: Fix HBMC_AM654 dependenciesVignesh Raghavendra2019-08-031-1/+1
| * | mtd: rawnand: micron: handle on-die "ECC-off" devices correctlyMarco Felsch2019-08-031-3/+11
| |/
* | Merge tag 'powerpc-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-08-049-5/+53
|\ \
| * | powerpc/kasan: fix early boot failure on PPC32Christophe Leroy2019-07-311-2/+5
| * | drivers/macintosh/smu.c: Mark expected switch fall-throughStephen Rothwell2019-07-311-0/+1
| * | powerpc/spe: Mark expected switch fall-throughsMichael Ellerman2019-07-311-0/+4
| * | powerpc/nvdimm: Pick nearby online node if the device node is not onlineAneesh Kumar K.V2019-07-301-2/+27
| * | powerpc/kvm: Fall through switch case explicitlySantosh Sivaraj2019-07-291-0/+1
| * | powerpc: Wire up clone3 syscallMichael Ellerman2019-07-294-1/+15
* | | MAINTAINERS: Add Geert as Renesas SoC Co-MaintainerGeert Uytterhoeven2019-08-041-0/+4
* | | Merge tag 'kbuild-fixes-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-047-43/+58
|\ \ \
| * | | kconfig: Clear "written" flag to avoid data lossM. Vefa Bicakci2019-08-041-0/+4
| * | | kbuild: Check for unknown options with cc-option usage in Kconfig and clangStephen Boyd2019-08-011-1/+1
| * | | lib/raid6: fix unnecessary rebuild of vpermxor*.cMasahiro Yamada2019-08-011-1/+1
| * | | kbuild: modpost: do not parse unnecessary rules for vmlinux modpostMasahiro Yamada2019-08-012-36/+42
| * | | kbuild: modpost: remove unnecessary dependency for __modpostMasahiro Yamada2019-08-011-2/+2
| * | | kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modulesMasahiro Yamada2019-08-011-1/+1
| * | | kbuild: modpost: include .*.cmd files only when targets existMasahiro Yamada2019-08-011-4/+2
| * | | kbuild: initialize CLANG_FLAGS correctly in the top MakefileMasahiro Yamada2019-07-311-1/+2
| * | | kbuild: detect missing "WITH Linux-syscall-note" for uapi headersMasahiro Yamada2019-07-291-0/+6
| |/ /
* | | Merge tag 'safesetid-maintainers-correction-5.3-rc2' of git://github.com/mica...Linus Torvalds2019-08-041-0/+6
|\ \ \
| * | | Add entry in MAINTAINERS file for SafeSetID LSMMicah Morton2019-08-011-0/+6
| |/ /
* | | Merge tag 'xtensa-20190803' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-08-031-0/+1
|\ \ \