summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-06-11iommu/amd: Propagate errors from amd_iommu_init_apiJoerg Roedel3-5/+6
2015-06-11iommu/amd: Remove unused fields from struct dma_ops_domainJoerg Roedel2-9/+0
2015-06-11iommu/amd: Get rid of device_dma_ops_init()Joerg Roedel1-39/+1
2015-06-11iommu/amd: Put IOMMUv2 devices in a direct mapped domainJoerg Roedel1-1/+14
2015-06-11iommu/amd: Support IOMMU_DOMAIN_IDENTITY type allocationJoerg Roedel1-0/+7
2015-06-11iommu/amd: Support IOMMU_DOMAIN_DMA type allocationJoerg Roedel2-241/+73
2015-06-11iommu/amd: Implement add_device and remove_deviceJoerg Roedel2-178/+63
2015-06-11iommu/amd: Use default domain if available for DMA-APIJoerg Roedel1-0/+7
2015-06-11iommu/amd: Implement dm_region call-backsJoerg Roedel1-0/+43
2015-06-11iommu: Introduce iommu_request_dm_for_dev()Joerg Roedel1-0/+53
2015-06-09iommu: Add function to query the default domain of a groupJoerg Roedel1-0/+5
2015-06-09iommu: Create direct mappings in default domainsJoerg Roedel1-0/+48
2015-06-09iommu: Introduce direct mapped region handlingJoerg Roedel1-0/+16
2015-06-09iommu: Add iommu_get_domain_for_dev functionJoerg Roedel1-0/+18
2015-06-09iommu: Make sure a device is always attached to a domainJoerg Roedel1-8/+76
2015-06-09iommu: Limit iommu_attach/detach_device to devices with their own groupJoerg Roedel1-4/+67
2015-06-09iommu: Allocate a default domain for iommu groupsJoerg Roedel1-4/+27
2015-06-05iommu: Call remove_device call-back after driver releaseJoerg Roedel1-1/+1
2015-06-05iommu: Clean up after a failed bus initializationJoerg Roedel1-9/+26
2015-06-05iommu: Propagate error in add_iommu_groupJoerg Roedel1-3/+1
2015-06-05iommu: Add a few printk messages to group handling codeJoerg Roedel1-0/+9
2015-06-05iommu: Remove function name from pr_fmt()Joerg Roedel1-1/+1
2015-05-31Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf...Linus Torvalds2-10/+11
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds20-254/+166
2015-05-31Merge tag 'hwmon-for-linus-v4.1-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-1/+14
2015-05-31iser-target: Fix error path in isert_create_pi_ctx()Roland Dreier1-3/+3
2015-05-31target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover10-18/+15
2015-05-31target: Move passthrough CDB parsing into a common functionAndy Grover3-94/+76
2015-05-31target/user: Only support full command pass-throughAndy Grover1-50/+74
2015-05-31target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTAndy Grover2-0/+4
2015-05-31target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig6-61/+31
2015-05-30hwmon: (nct6683) Add missing sysfs attribute initializationGuenter Roeck1-0/+2
2015-05-30hwmon: (nct6775) Add missing sysfs attribute initializationGuenter Roeck1-0/+2
2015-05-30Merge tag 'dm-4.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds3-24/+36
2015-05-29hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37Guenter Roeck1-1/+1
2015-05-29Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-13/+9
2015-05-29Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds21-152/+42
2015-05-29dm: fix casting bug in dm_merge_bvec()Joe Thornber1-5/+12
2015-05-29dm: fix reload failure of 0 path multipath mapping on blk-mq devicesJunichi Nomura1-7/+9
2015-05-29Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/mdLinus Torvalds3-67/+98
2015-05-29dm: fix false warning in free_rq_clone() for unmapped requestsMike Snitzer1-5/+3
2015-05-29Merge branch 'linux-4.1' of git://anongit.freedesktop.org/git/nouveau/linux-2...Dave Airlie6-6/+11
2015-05-29drm/nouveau/gr/gm204: remove a stray printkBen Skeggs1-1/+0
2015-05-29drm/nouveau/devinit/gm100-: force devinit table execution on boards without P...Ben Skeggs4-3/+6
2015-05-29drm/nouveau/devinit/gf100: make the force-post condition more obviousBen Skeggs1-1/+4
2015-05-29drm/nouveau/gr/gf100-: fix wrong constant definitionLars Seipel1-1/+1
2015-05-28Merge tag 'platform-drivers-x86-v4.1-3' of git://git.infradead.org/users/dvha...Linus Torvalds1-18/+19
2015-05-28drm/radeon: partially revert "fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling"Christian König6-6/+6
2015-05-28md: fix race when unfreezing sync_actionNeilBrown1-6/+8
2015-05-28md/raid5: break stripe-batches when the array has failed.NeilBrown1-0/+1