summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
*---------. Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am...Joerg Roedel2015-11-0215-421/+1351
|\ \ \ \ \ \
| | | | | | * 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-221-0/+15
| | | | | * | iommu: Export and rename iommu_group_get_for_pci_dev()Joerg Roedel2015-10-221-2/+6
| | | | | * | iommu: Revive device_group iommu-ops call-backJoerg Roedel2015-10-221-3/+6
| | | | | * | iommu: Implement common IOMMU ops for DMA mappingRobin Murphy2015-10-153-0/+532
| | | | * | | iommu/s390: Add iommu api for s390 pci devicesGerald Schaefer2015-10-063-0/+345
| | | * | | | iommu/arm-smmu: Add support for MSI on SMMUv3Marc Zyngier2015-10-152-8/+98
| | | * | | | 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
| | |/ / /
| * | | | 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
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-11-018-9/+17
|\ \ \ \ \
| * | | | | clocksource/drivers/sh_mtu2: Fix multiple shutdown call issueMagnus Damm2015-10-281-1/+3
| * | | | | clocksource/drivers/digicolor: Prevent ftrace recursionJisheng Zhang2015-10-271-1/+1
| * | | | | clocksource/drivers/fsl_ftm_timer: Prevent ftrace recursionJisheng Zhang2015-10-271-1/+1
| * | | | | clocksource/drivers/vf_pit_timer: Prevent ftrace recursionJisheng Zhang2015-10-271-1/+1
| * | | | | clocksource/drivers/prima2: Prevent ftrace recursionJisheng Zhang2015-10-271-1/+1
| * | | | | clocksource/drivers/samsung_pwm_timer: Prevent ftrace recursionJisheng Zhang2015-10-271-1/+1
| * | | | | clocksource/drivers/pistachio: Prevent ftrace recursionJisheng Zhang2015-10-271-1/+2
| * | | | | clocksource/drivers/arm_global_timer: Prevent ftrace recursionJisheng Zhang2015-10-271-2/+7
| | |/ / / | |/| | |
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-012-0/+2
|\ \ \ \ \
| * | | | | irqchip/tegra: Propagate IRQ type setting to parentLucas Stach2015-10-261-0/+1