summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*---------. Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am...Joerg Roedel2015-11-0227-443/+1995
|\ \ \ \ \ \
| | | | | | * iommu/amd: Remove find_last_devid_on_pci()Joerg Roedel2015-10-211-19/+0
| | | | | | * iommu/amd: Remove first/last_device handlingJoerg Roedel2015-10-212-36/+3
| | | | | | * iommu/amd: Initialize amd_iommu_last_bdf for DEV_ALLJoerg Roedel2015-10-211-0/+4
| | | | | | * iommu/amd: Cleanup buffer allocationJoerg Roedel2015-10-211-30/+16
| | | | | | * iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommuJoerg Roedel2015-10-213-17/+5
| | | | | | * iommu/amd: Align DTE flag definitionsJoerg Roedel2015-10-211-2/+2
| | | | | | * iommu/amd: Remove old alias handling codeJoerg Roedel2015-10-211-99/+0
| | | | | | * iommu/amd: Set alias DTE in do_attach/do_detachJoerg Roedel2015-10-211-2/+15
| | | | | | * iommu/amd: WARN when __[attach|detach]_device are called with irqs enabledJoerg Roedel2015-10-211-0/+12
| | | | | | * iommu/amd: Don't disable IRQs in __detach_deviceJoerg Roedel2015-10-211-3/+2
| | | | | | * iommu/amd: Do not iterate over alias-list in __[attach|detach]_deviceJoerg Roedel2015-10-211-23/+3
| | | | | | * iommu/amd: Do not BUG_ON in __detach_device()Joerg Roedel2015-10-211-1/+2
| | | | | | * iommu/amd: Drop null test before destroy functionsJulia Lawall2015-09-291-5/+2
| | | | | | * iommu/amd: Return positive value in amd_iommu_detect()Jérôme Glisse2015-09-241-1/+1
| | | | | * | iommu: Move default domain allocation to iommu_group_get_for_dev()Joerg Roedel2015-10-221-8/+10
| | | | | * | iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_devJoerg Roedel2015-10-221-2/+0
| | | | | * | iommu/arm-smmu: Switch to device_group call-backJoerg Roedel2015-10-222-31/+47
| | | | | * | iommu/fsl: Convert to device_group call-backJoerg Roedel2015-10-221-25/+16
| | | | | * | iommu: Add device_group call-back to x86 iommu driversJoerg Roedel2015-10-222-0/+2
| | | | | * | iommu: Add generic_device_group() functionJoerg Roedel2015-10-222-0/+17
| | | | | * | iommu: Export and rename iommu_group_get_for_pci_dev()Joerg Roedel2015-10-222-2/+9
| | | | | * | iommu: Revive device_group iommu-ops call-backJoerg Roedel2015-10-222-4/+7
| | | | | * | arm64: Hook up IOMMU dma_opsRobin Murphy2015-10-153-8/+30
| | | | | * | arm64: Add IOMMU dma_opsRobin Murphy2015-10-151-0/+435
| | | | | * | iommu: Implement common IOMMU ops for DMA mappingRobin Murphy2015-10-155-0/+618
| | | | * | | iommu/s390: Add iommu api for s390 pci devicesGerald Schaefer2015-10-068-13/+386
| | | * | | | iommu/arm-smmu: Add support for MSI on SMMUv3Marc Zyngier2015-10-153-8/+117
| | | * | | | iommu/arm-smmu: Remove redundant calculation of gr0 base addressWill Deacon2015-10-151-2/+1
| | | * | | | iommu/arm-smmu: Fix error checking for ASID and VMID allocationWill Deacon2015-10-151-4/+5
| | | * | | | iommu/arm-smmu: ThunderX mis-extends 64bit registersTirumalesh Chalamarla2015-10-141-23/+27
| | | * | | | iommu/arm-smmu: Remove unneeded '0x' annotationFabio Estevam2015-10-141-1/+1
| | | * | | | iommu/arm-smmu: Use drvdata instead of maintaining smmu_devices listWill Deacon2015-10-141-33/+9
| | | | |/ / | | | |/| |
| | * | | | iommu/omap: Add support for configuring dsp iommus on DRA7xxSuman Anna2015-10-142-0/+67
| | * | | | Documentation: dt: Update OMAP iommu bindings for DRA7 DSPsSuman Anna2015-10-141-0/+27
| | |/ / /
| * | | | iommu/vt-d: Fix return value check of parse_ioapics_under_ir()Joerg Roedel2015-11-021-1/+1
| * | | | iommu/vt-d: Propagate error-value from ir_parse_ioapic_hpet_scope()Joerg Roedel2015-10-231-6/+11
| * | | | iommu/vt-d: Adjust the return value of the parse_ioapics_under_irBaoquan He2015-10-231-3/+3
| * | | | iommu/vt-d: Use cmpxchg16b to update posted format IRTE atomicallyFeng Wu2015-10-151-3/+30
| * | | | iommu/vt-d: Switch from ioremap_cache to memremapDan Williams2015-10-142-13/+15
| * | | | iommu/vt-d: Create RMRR mappings in newly allocated domainsJoerg Roedel2015-10-051-0/+20
| * | | | iommu/vt-d: Split iommu_prepare_identity_mapJoerg Roedel2015-10-051-20/+22
* | | | | Linux 4.3Linus Torvalds2015-11-011-1/+1
* | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-011-2/+12
|\ \ \ \ \
| * | | | | memremap: fix highmem supportDan Williams2015-10-261-2/+12
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-014-3/+13
|\ \ \ \ \
| * | | | | x86/vm86: Set thread.vm86 to NULL on fork/cloneAndy Lutomirski2015-10-311-0/+3
| * | | | | selftests/x86: Add a fork() to entry_from_vm86 to catch fork bugsAndy Lutomirski2015-10-311-0/+4
| * | | | | x86/ioapic: Prevent NULL pointer dereference in setup_ioapic_dest()Werner Pawlitschko2015-10-271-1/+3
| * | | | | x86/dma-mapping: Fix arch_dma_alloc_attrs() oops with NULL devVille Syrjälä2015-10-261-2/+3
OpenPOWER on IntegriCloud