summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-06-2421-190/+141
|\
| * s390/pci: improve handling of hotplug event 0x301Sebastian Ott2015-06-181-1/+7
| * s390/setup: fix DMA_API_DEBUG warningsSebastian Ott2015-06-181-4/+9
| * s390/zcrypt: remove obsolete __constantVaishali Thakkar2015-06-181-4/+4
| * s390/keyboard: avoid off-by-one when using strnlen_user()Jan Kara2015-06-151-5/+8
| * s390/sclp: pass timeout as HZ independent valueNicholas Mc Guire2015-06-151-2/+1
| * s390/mm: s/specifiation/specification/, s/an specification/a specification/Geert Uytterhoeven2015-06-151-2/+2
| * s390/sclp: Use DECLARE_BITMAPJoe Perches2015-06-151-1/+1
| * s390/dasd: Enable automatic loading of dasd_diag_modPeter Oberparleiter2015-05-131-0/+17
| * s390/sclp: move sclp_facilities into "struct sclp"David Hildenbrand2015-05-135-11/+9
| * s390/sclp: get rid of sclp_get_mtid() and sclp_get_mtid_max()David Hildenbrand2015-05-133-16/+3
| * s390/sclp: unify basic sclp access by exposing "struct sclp"David Hildenbrand2015-05-1314-143/+79
| * s390/sclp: prepare smp_fill_possible_mask for global "struct sclp"David Hildenbrand2015-05-131-4/+4
* | Merge tag 'microblaze-4.2-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2015-06-244-18/+4
|\ \
| * | microblaze/PCI: Remove unnecessary struct pci_dev declarationBjorn Helgaas2015-06-081-2/+0
| * | microblaze/PCI: Remove unnecessary pci_bus_find_capability() declarationBjorn Helgaas2015-06-081-3/+0
| * | microblaze/PCI: Remove unused declarationsBjorn Helgaas2015-06-081-12/+0
| * | microblaze: Label local function staticMichal Simek2015-06-082-1/+2
| * | microblaze: Add missing release version codeMichal Simek2015-06-081-0/+2
* | | Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-06-2420-956/+4184
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---------. \ \ Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd...Joerg Roedel2015-06-191078-8689/+15514
| |\ \ \ \ \ \ \ \
| | | | | | | * | | iommu: Fix checkpatch warnings for Missing a blank line after declarationsRobert Callicotte2015-05-051-0/+4
| | | | | | * | | | iommu/amd: Handle errors returned from iommu_init_deviceJoerg Roedel2015-06-111-2/+9
| | | | | | * | | | iommu: Checking for NULL instead of IS_ERRDan Carpenter2015-06-111-11/+12
| | | | | | * | | | iommu/amd: Propagate errors from amd_iommu_init_apiJoerg Roedel2015-06-113-5/+6
| | | | | | * | | | iommu/amd: Remove unused fields from struct dma_ops_domainJoerg Roedel2015-06-112-9/+0
| | | | | | * | | | iommu/amd: Get rid of device_dma_ops_init()Joerg Roedel2015-06-111-39/+1
| | | | | | * | | | iommu/amd: Put IOMMUv2 devices in a direct mapped domainJoerg Roedel2015-06-111-1/+14
| | | | | | * | | | iommu/amd: Support IOMMU_DOMAIN_IDENTITY type allocationJoerg Roedel2015-06-111-0/+7
| | | | | | * | | | iommu/amd: Support IOMMU_DOMAIN_DMA type allocationJoerg Roedel2015-06-112-241/+73
| | | | | | * | | | iommu/amd: Implement add_device and remove_deviceJoerg Roedel2015-06-112-178/+63
| | | | | | * | | | iommu/amd: Use default domain if available for DMA-APIJoerg Roedel2015-06-111-0/+7
| | | | | | * | | | iommu/amd: Implement dm_region call-backsJoerg Roedel2015-06-111-0/+43
| | | | | | * | | | iommu: Introduce iommu_request_dm_for_dev()Joerg Roedel2015-06-112-0/+59
| | | | | | * | | | iommu: Add function to query the default domain of a groupJoerg Roedel2015-06-092-0/+6
| | | | | | * | | | iommu: Create direct mappings in default domainsJoerg Roedel2015-06-091-0/+48
| | | | | | * | | | iommu: Introduce direct mapped region handlingJoerg Roedel2015-06-092-0/+47
| | | | | | * | | | iommu: Add iommu_get_domain_for_dev functionJoerg Roedel2015-06-092-0/+24
| | | | | | * | | | iommu: Make sure a device is always attached to a domainJoerg Roedel2015-06-091-8/+76
| | | | | | * | | | iommu: Limit iommu_attach/detach_device to devices with their own groupJoerg Roedel2015-06-091-4/+67
| | | | | | * | | | iommu: Allocate a default domain for iommu groupsJoerg Roedel2015-06-091-4/+27
| | | | | | * | | | iommu: Call remove_device call-back after driver releaseJoerg Roedel2015-06-051-1/+1
| | | | | | * | | | iommu: Clean up after a failed bus initializationJoerg Roedel2015-06-051-9/+26
| | | | | | * | | | iommu: Propagate error in add_iommu_groupJoerg Roedel2015-06-051-3/+1
| | | | | | * | | | iommu: Add a few printk messages to group handling codeJoerg Roedel2015-06-051-0/+9
| | | | | | * | | | iommu: Remove function name from pr_fmt()Joerg Roedel2015-06-051-1/+1
| | | | | * | | | | iommu/amd: Handle large pages correctly in free_pagetableJoerg Roedel2015-06-191-0/+6
| | | | | * | | | | iommu/amd: Handle integer overflow in dma_ops_area_allocJoerg Roedel2015-05-291-3/+5
| | | | * | | | | | iommu/vt-d: Don't disable IR when it was previously enabledJoerg Roedel2015-06-161-4/+2
| | | | * | | | | | iommu/vt-d: Make sure copied over IR entries are not reusedJoerg Roedel2015-06-161-0/+10