aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-03-30
|\
| * cpumask: remove references to struct irqaction's mask field.Rusty Russell2009-03-30
| * cpumask: remove node_to_first_cpuRusty Russell2009-03-30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-an...Linus Torvalds2009-03-30
|\ \
| * | lguest: use KVM hypercallsMatias Zabaljauregui2009-03-30
| * | lguest: wire up pte_update/pte_update_deferRusty Russell2009-03-30
| |/
* | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds2009-03-30
|\ \
| * | proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-30
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-03-30
|\ \ \
| * | | PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki2009-03-30
| |/ /
* | | Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-03-30
|\ \ \ | |/ / |/| |
| * | Merge branch 'linus' into core/iommuIngo Molnar2009-03-28
| |\ \
| * \ \ Merge branch 'dma-api/debug' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2009-03-18
| |\ \ \
| | * | | dma-debug/x86: register pci bus for dma-debug leak detectionJoerg Roedel2009-03-17
| | * | | dma-debug: x86 architecture bindingsJoerg Roedel2009-03-17
| | * | | dma-debug: add Kconfig entryJoerg Roedel2009-03-05
| * | | | Merge branch 'linus' into core/iommuIngo Molnar2009-03-18
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'iommu/fixes-2.6.29' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-05
| |\ \ \ \
| | * | | | AMD IOMMU: remove unnecessary ifdefFUJITA Tomonori2009-03-05
| * | | | | Merge branch 'linus' into core/iommuIngo Molnar2009-03-05
| |\| | | |
| * | | | | IA64: fix swiotlb alloc_coherent for non DMA_64BIT_MASK devices, fixYasunori Goto2009-02-03
| * | | | | IA64: fix VT-d dma_mapping_errorFUJITA Tomonori2009-01-29
| * | | | | IA64: fix swiotlb alloc_coherent for non DMA_64BIT_MASK devicesFUJITA Tomonori2009-01-29
| * | | | | IA64: fix compile error on IA64_DIG_VTDFUJITA Tomonori2009-01-27
| * | | | | x86: rename arch/x86/kernel/pci-swiotlb_64.c => pci-swiotlb.cIan Campbell2009-01-23
| * | | | | Merge branch 'linus' into core/iommuIngo Molnar2009-01-16
| |\ \ \ \ \
| * | | | | | swiotlb: range_needs_mapping should take a physical address.Ian Campbell2009-01-10
| * | | | | | Merge branch 'linus' into core/iommuIngo Molnar2009-01-10
| |\ \ \ \ \ \
| * | | | | | | convert to use generic dma_map_ops struct, cleanupFUJITA Tomonori2009-01-07
| * | | | | | | ia64: fix section mismatch swiotlb_dma_init -> swiotlb_initLuck, Tony2009-01-06
| * | | | | | | x86, ia64: remove duplicated swiotlb codeFUJITA Tomonori2009-01-06
| * | | | | | | x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori2009-01-06
| * | | | | | | x86: remove map_single and unmap_single in struct dma_mapping_opsFUJITA Tomonori2009-01-06
| * | | | | | | x86, pci-nommu: add map_pageFUJITA Tomonori2009-01-06
| * | | | | | | x86, AMD IOMMU: add map_page and unmap_pageFUJITA Tomonori2009-01-06
| * | | | | | | x86, calgary: add map_page and unmap_pageFUJITA Tomonori2009-01-06
| * | | | | | | x86, gart: add map_page and unmap_pageFUJITA Tomonori2009-01-06
| * | | | | | | x86, swiotlb: add map_page and unmap_pageFUJITA Tomonori2009-01-06
| * | | | | | | x86: add map_page and unmap_page to struct dma_mapping_opsFUJITA Tomonori2009-01-06
| * | | | | | | make sba DMA mapping functions staticFUJITA Tomonori2009-01-06
| * | | | | | | remove hwsw_dma_opsFUJITA Tomonori2009-01-06
| * | | | | | | add dma_get_ops to struct ia64_machine_vectorFUJITA Tomonori2009-01-06
| * | | | | | | make sn DMA mapping functions staticFUJITA Tomonori2009-01-06
| * | | | | | | remove dma operations in struct ia64_machine_vectorFUJITA Tomonori2009-01-06
| * | | | | | | convert the DMA API to use dma_opsFUJITA Tomonori2009-01-06
| * | | | | | | set up dma_ops appropriatelyFUJITA Tomonori2009-01-06
| * | | | | | | add dma_mapping_ops for SWIOTLBFUJITA Tomonori2009-01-06
| * | | | | | | add dma_mapping_ops for SGI AltixFUJITA Tomonori2009-01-06
| * | | | | | | add dma_mapping_ops for intel-iommuFUJITA Tomonori2009-01-06
| * | | | | | | add dma_mapping_ops for SWIOTLB and SBA IOMMUFUJITA Tomonori2009-01-06