summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | | iommu/vt-d: Make root entry visible for hardware right after allocationJoerg Roedel2015-06-161-4/+6
| | | | * | | | | | | iommu/vt-d: Init QI before root entry is allocatedJoerg Roedel2015-06-161-3/+2
| | | | * | | | | | | iommu/vt-d: Cleanup log messagesJoerg Roedel2015-06-163-110/+101
| | | * | | | | | | | drivers/vfio: Allow type-1 IOMMU instantiation on top of an ARM SMMUv3Will Deacon2015-05-291-1/+1
| | | * | | | | | | | iommu/arm-smmu: Add initial driver support for ARM SMMUv3 devicesWill Deacon2015-05-293-0/+2684
| | | * | | | | | | | iommu/arm-smmu: Make force_stage module param read-only in sysfsWill Deacon2015-05-291-1/+1
| | | * | | | | | | | iommu/arm-smmu: Fix ATS1* register writesRobin Murphy2015-05-291-11/+10
| | * | | | | | | | | iommu/exynos: Add callback for initializing devices from device treeMarek Szyprowski2015-05-291-0/+28
| | * | | | | | | | | iommu/exynos: Init from dt-specific callback instead of initcallMarek Szyprowski2015-05-291-9/+28
| | * | | | | | | | | iommu/exynos: Add system suspend/resume supportMarek Szyprowski2015-05-291-0/+31
| | * | | | | | | | | iommu/exynos: Add support for runtime_pmMarek Szyprowski2015-05-291-0/+2
| | * | | | | | | | | iommu/exynos: Add support for binding more than one sysmmu to master deviceMarek Szyprowski2015-05-291-6/+5
| | * | | | | | | | | iommu/exynos: Add/remove callbacks should fail if no iommu is availableMarek Szyprowski2015-05-291-0/+6
| | * | | | | | | | | iommu/exynos: Document internal structuresMarek Szyprowski2015-05-291-18/+35
| | * | | | | | | | | iommu/exynos: Remove excessive includes and sort others alphabeticallyMarek Szyprowski2015-05-291-9/+5
| | * | | | | | | | | iommu/exynos: Use struct exynos_iommu_domain in internal structuresMarek Szyprowski2015-05-291-5/+5
| | * | | | | | | | | iommu/exynos: Rename variables to reflect their purposeMarek Szyprowski2015-05-291-93/+94
| | * | | | | | | | | iommu/exynos: Refactor function parameters to simplify codeMarek Szyprowski2015-05-291-86/+48
| | * | | | | | | | | iommu/exynos: Remove useless members from exynos_iommu_owner structureMarek Szyprowski2015-05-291-19/+2
| | * | | | | | | | | iommu/exynos: Remove unused functionsMarek Szyprowski2015-05-291-31/+0
| | * | | | | | | | | iommu/exynos: Don't read version register on every tlb operationMarek Szyprowski2015-05-291-8/+5
| | * | | | | | | | | iommu: Init iommu-groups support earlier, in core_initcallMarek Szyprowski2015-05-291-1/+1
| | * | | | | | | | | iommu/exynos: Tell kmemleak to ignore 2nd level page tablesColin Cross2015-05-111-0/+1
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | iommu/rockchip: Silence attaching and detaching of devicesHeiko Stuebner2015-05-291-2/+2
| * | | | | | | | | iommu/rockchip: Make sure that page table state is coherentTomasz Figa2015-05-051-6/+17
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tag 'for-linus-20150623' of git://git.infradead.org/linux-mtdLinus Torvalds2015-06-2441-187/+3156
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mtd: docg3: Fix kasprintf() usageRichard Weinberger2015-06-171-2/+8
| * | | | | | | | | mtd: docg3: Don't leak docg3->bbt in error pathRichard Weinberger2015-06-171-2/+4
| * | | | | | | | | mtd: nandsim: Fix kasprintf() usageRichard Weinberger2015-06-171-0/+10
| * | | | | | | | | mtd: cs553x_nand: Fix kasprintf() usageRichard Weinberger2015-06-171-3/+9
| * | | | | | | | | mtd: r852: Fix device_create_file() usageRichard Weinberger2015-06-171-1/+5
| * | | | | | | | | mtd: brcmnand: drop unnecessary initializationBrian Norris2015-06-171-1/+1
| * | | | | | | | | mtd: propagate error codes from add_mtd_device()Brian Norris2015-06-171-7/+11
| * | | | | | | | | mtd: diskonchip: remove two-phase partitioning / registrationBrian Norris2015-06-171-8/+2
| * | | | | | | | | mtd: dc21285: use raw spinlock functions for nw_gpio_lockUwe Kleine-König2015-05-281-2/+2
| * | | | | | | | | mtd: chips: fixup dependencies, to prevent build errorBrian Norris2015-05-281-0/+1
| * | | | | | | | | mtd: cfi_cmdset_0002: Initialize datum before calling map_word_load_partialChristian Riesch2015-05-271-1/+1
| * | | | | | | | | mtd: cfi: deinline large functionsDenys Vlasenko2015-05-271-0/+188
| * | | | | | | | | mtd: lantiq-flash: use default partition parsersBrian Norris2015-05-271-3/+1
| * | | | | | | | | mtd: plat_nand: use default partition probeBrian Norris2015-05-272-7/+1
| * | | | | | | | | mtd: nand: correct indentation within conditionalBrian Norris2015-05-221-1/+1
| * | | | | | | | | mtd: remove incorrect file nameBrian Norris2015-05-225-10/+2
| * | | | | | | | | mtd: blktrans: use better error code for unimplemented ioctl()Brian Norris2015-05-211-1/+1
| * | | | | | | | | mtd: maps: Spelling s/reseved/reserved/Geert Uytterhoeven2015-05-213-3/+3
| * | | | | | | | | mtd: blktrans: change blktrans_getgeo return valueWenlin Kang2015-05-211-1/+1
| * | | | | | | | | mtd: mxc_nand: generate nand_ecclayout for 8 bit ECCBaruch Siach2015-05-211-1/+21
| * | | | | | | | | mtd: spi-nor: Properly set SECT_4K for recently added flashesRafał Miłecki2015-05-211-3/+10
| * | | | | | | | | mtd: spi-nor: Add support for Spansion S25FL164KRafał Miłecki2015-05-211-0/+1
| * | | | | | | | | mtd: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-05-212-2/+2
| * | | | | | | | | mtd: mxc_nand: fix truncate of unaligned oob copyingBaruch Siach2015-05-211-4/+36