summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v3.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-0710-44/+1071
|\
| *-------. Merge branches 'dma-debug', 'iommu/fixes', 'arm/tegra', 'arm/exynos', 'x86/am...Joerg Roedel2012-10-0210-44/+1071
| |\ \ \ \ \
| | | | | | * iommu/amd: Remove obsolete comment lineJoerg Roedel2012-10-021-1/+0
| | | | | | * iommu/amd: Fix possible use after free in get_irq_table()Dan Carpenter2012-10-021-0/+1
| | | | | | * iommu/amd: Report irq remapping through IOMMU-APIJoerg Roedel2012-09-281-0/+2
| | | | | | * iommu/amd: Print message to system log when irq remapping is enabledJoerg Roedel2012-09-281-0/+2
| | | | | | * iommu/irq: Use amd_iommu_irq_ops if supportedJoerg Roedel2012-09-281-0/+5
| | | | | | * iommu/amd: Make sure irq remapping still works on dma init failureJoerg Roedel2012-09-281-9/+31
| | | | | | * iommu/amd: Add initialization routines for AMD interrupt remappingJoerg Roedel2012-09-284-0/+67
| | | | | | * iommu/amd: Add call-back routine for HPET MSIJoerg Roedel2012-09-281-0/+26
| | | | | | * iommu/amd: Implement MSI routines for interrupt remappingJoerg Roedel2012-09-281-0/+74
| | | | | | * iommu/amd: Add IOAPIC remapping routinesJoerg Roedel2012-09-281-0/+126
| | | | | | * iommu/amd: Add routines to manage irq remapping tablesJoerg Roedel2012-09-281-0/+228
| | | | | | * iommu/amd: Add IRTE invalidation routineJoerg Roedel2012-09-282-0/+30
| | | | | | * iommu/amd: Make sure IOMMU is not considered to translate itselfJoerg Roedel2012-09-281-0/+7
| | | | | | * iommu/amd: Split device table initialization into irq and dma partJoerg Roedel2012-09-281-1/+18
| | | | | | * iommu/amd: Check if IOAPIC information is correctJoerg Roedel2012-09-282-4/+25
| | | | | | * iommu/amd: Allocate data structures to keep track of irq remapping tablesJoerg Roedel2012-09-282-0/+25
| | | | | | * iommu/amd: Add slab-cache for irq remapping tablesJoerg Roedel2012-09-284-0/+39
| | | | | | * iommu/amd: Keep track of HPET and IOAPIC device idsJoerg Roedel2012-09-283-2/+103
| | | | | * | intel-iommu: Default to non-coherent for domains unattached to iommusAlex Williamson2012-09-181-1/+3
| | | | * | | iommu/amd: Fix features reportingBorislav Petkov2012-09-281-1/+1
| | | | * | | iommu/amd: Fix some typosFrank Arnold2012-09-183-12/+12
| | | | * | | iommu/amd: remove duplicated include from amd_iommu_init.cWei Yongjun2012-09-181-1/+0
| | | | |/ /
| | | * / / iommu/exynos: use list_del_init instead of list_del/INIT_LIST_HEADWei Yongjun2012-09-181-2/+1
| | | |/ /
| | * | | dma: tegra: move smmu.h into SMMU driverStephen Warren2012-09-181-1/+40
| | * | | iommu/tegra: smmu: Use debugfs_create_dir for directoryHiroshi Doyu2012-09-181-17/+35
| | * | | iommu/tegra: smmu: debugfs for TLB/PTC statisticsHiroshi Doyu2012-08-031-12/+190
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2012-10-071-11/+10
|\ \ \ \ \
| * | | | | m68knommu: clean up ColdFire 54xx General Timer definitionsGreg Ungerer2012-09-271-11/+10
| | |_|_|/ | |/| | |
* | | | | Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-0712-96/+557
|\ \ \ \ \
| * | | | | virtio-blk: Disable callback in virtblk_done()Asias He2012-09-281-8/+11
| * | | | | virtio_mmio: Don't attempt to create empty virtqueuesBrian Foley2012-09-281-0/+10
| * | | | | virtio_mmio: fix off by one error allocating queueBrian Foley2012-09-281-2/+2
| * | | | | drivers/virtio/virtio_pci.c: fix error return codePeter Senna Tschudin2012-09-281-1/+3
| * | | | | virtio: don't crash when device is buggyMichael S. Tsirkin2012-09-281-1/+1
| * | | | | virtio: remove CONFIG_VIRTIO_RINGRusty Russell2012-09-283-9/+1
| * | | | | virtio: add help to CONFIG_VIRTIO option.Rusty Russell2012-09-281-2/+4
| * | | | | virtio: support reserved vqsMichael S. Tsirkin2012-09-285-1/+16
| * | | | | virtio: introduce an API to set affinity for a virtqueueJason Wang2012-09-281-0/+46
| * | | | | virtio-ring: move queue_index to vring_virtqueueJason Wang2012-09-286-20/+25
| * | | | | virtio_balloon: not EXPERIMENTAL any more.Rusty Russell2012-09-281-2/+2
| * | | | | virtio-balloon: dependency fixMichael S. Tsirkin2012-09-281-2/+1
| * | | | | virtio-blk: fix NULL checking in virtblk_alloc_req()Dan Carpenter2012-09-281-2/+4
| * | | | | virtio-blk: Add REQ_FLUSH and REQ_FUA support to bio pathAsias He2012-09-281-84/+188
| * | | | | virtio-blk: Add bio-based IO path for virtio-blkAsias He2012-09-281-40/+163
| * | | | | virtio: console: fix error handling in init() functionAlexey Khoroshilov2012-09-281-1/+11
| * | | | | virtio/console: Allocate scatterlist according to the current pipe sizeMasami Hiramatsu2012-09-281-11/+12
| * | | | | virtio/console: Wait until the port is ready on spliceMasami Hiramatsu2012-09-281-12/+27
| * | | | | virtio/console: Add a failback for unstealable pipe bufferMasami Hiramatsu2012-09-281-3/+25