summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds2009-03-307-26/+3
|\
| * proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-317-26/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-03-301-4/+11
|\ \
| * | PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki2009-03-301-4/+11
| |/
* | Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-03-3028-747/+502
|\ \ | |/ |/|
| * Merge branch 'linus' into core/iommuIngo Molnar2009-03-28764-23998/+34059
| |\
| * \ Merge branch 'dma-api/debug' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2009-03-184-6/+52
| |\ \
| | * | dma-debug/x86: register pci bus for dma-debug leak detectionJoerg Roedel2009-03-171-0/+4
| | * | dma-debug: x86 architecture bindingsJoerg Roedel2009-03-173-6/+46
| | * | dma-debug: add Kconfig entryJoerg Roedel2009-03-051-0/+2
| * | | Merge branch 'linus' into core/iommuIngo Molnar2009-03-18172-3192/+3450
| |\ \ \ | | |/ / | |/| |
| * | | Merge branch 'iommu/fixes-2.6.29' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-051-2/+0
| |\ \ \
| | * | | AMD IOMMU: remove unnecessary ifdefFUJITA Tomonori2009-03-051-2/+0
| * | | | Merge branch 'linus' into core/iommuIngo Molnar2009-03-051027-8181/+28738
| |\ \ \ \ | | |/ / /
| * | | | IA64: fix swiotlb alloc_coherent for non DMA_64BIT_MASK devices, fixYasunori Goto2009-02-031-1/+1
| * | | | IA64: fix VT-d dma_mapping_errorFUJITA Tomonori2009-01-291-6/+0
| * | | | IA64: fix swiotlb alloc_coherent for non DMA_64BIT_MASK devicesFUJITA Tomonori2009-01-291-1/+9
| * | | | IA64: fix compile error on IA64_DIG_VTDFUJITA Tomonori2009-01-272-3/+3
| * | | | x86: rename arch/x86/kernel/pci-swiotlb_64.c => pci-swiotlb.cIan Campbell2009-01-232-1/+1
| * | | | Merge branch 'linus' into core/iommuIngo Molnar2009-01-16359-3222/+20569
| |\ \ \ \
| * | | | | swiotlb: range_needs_mapping should take a physical address.Ian Campbell2009-01-111-1/+1
| * | | | | Merge branch 'linus' into core/iommuIngo Molnar2009-01-11813-13798/+47584
| |\ \ \ \ \
| * | | | | | convert to use generic dma_map_ops struct, cleanupFUJITA Tomonori2009-01-072-5/+5
| * | | | | | ia64: fix section mismatch swiotlb_dma_init -> swiotlb_initLuck, Tony2009-01-061-1/+1
| * | | | | | x86, ia64: remove duplicated swiotlb codeFUJITA Tomonori2009-01-062-33/+0
| * | | | | | x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori2009-01-0620-355/+250
| * | | | | | x86: remove map_single and unmap_single in struct dma_mapping_opsFUJITA Tomonori2009-01-066-74/+8
| * | | | | | x86, pci-nommu: add map_pageFUJITA Tomonori2009-01-061-6/+14
| * | | | | | x86, AMD IOMMU: add map_page and unmap_pageFUJITA Tomonori2009-01-061-4/+23
| * | | | | | x86, calgary: add map_page and unmap_pageFUJITA Tomonori2009-01-061-8/+27
| * | | | | | x86, gart: add map_page and unmap_pageFUJITA Tomonori2009-01-061-4/+23
| * | | | | | x86, swiotlb: add map_page and unmap_pageFUJITA Tomonori2009-01-061-0/+19
| * | | | | | x86: add map_page and unmap_page to struct dma_mapping_opsFUJITA Tomonori2009-01-061-0/+8
| * | | | | | make sba DMA mapping functions staticFUJITA Tomonori2009-01-061-22/+12
| * | | | | | remove hwsw_dma_opsFUJITA Tomonori2009-01-062-171/+14
| * | | | | | add dma_get_ops to struct ia64_machine_vectorFUJITA Tomonori2009-01-064-18/+39
| * | | | | | make sn DMA mapping functions staticFUJITA Tomonori2009-01-061-38/+26
| * | | | | | remove dma operations in struct ia64_machine_vectorFUJITA Tomonori2009-01-066-186/+12
| * | | | | | convert the DMA API to use dma_opsFUJITA Tomonori2009-01-061-36/+77
| * | | | | | set up dma_ops appropriatelyFUJITA Tomonori2009-01-0610-7/+38
| * | | | | | add dma_mapping_ops for SWIOTLBFUJITA Tomonori2009-01-063-6/+8
| * | | | | | add dma_mapping_ops for SGI AltixFUJITA Tomonori2009-01-061-0/+16
| * | | | | | add dma_mapping_ops for intel-iommuFUJITA Tomonori2009-01-061-0/+18
| * | | | | | add dma_mapping_ops for SWIOTLB and SBA IOMMUFUJITA Tomonori2009-01-061-1/+16
| * | | | | | add dma_mapping_ops for SBA IOMMUFUJITA Tomonori2009-01-061-0/+16
| * | | | | | add map/unmap_single_attr and map/unmap_sg_attr to struct dma_mapping_opsFUJITA Tomonori2009-01-061-0/+14
* | | | | | | Merge branch 'x86-stage-3-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-03-30137-3346/+5909
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into x86/coreIngo Molnar2009-03-28363-4878/+19618
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'x86/apic', 'x86/cleanups' and 'x86/mm' into x86/coreIngo Molnar2009-03-286-39/+27
| |\ \ \ \ \ \ \ \
| | | * | | | | | | x86: early_ioremap_init(), use __fix_to_virt(), because we are sure it's safeWang Chen2009-03-251-1/+1
OpenPOWER on IntegriCloud