| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | | * | convert swiotlb to use dma_get_mask | FUJITA Tomonori | 2008-09-19 | 2 | -6/+2 |
| | | | * | x86: gart alloc_coherent does virtual mapppings only when necessary | FUJITA Tomonori | 2008-09-14 | 1 | -1/+9 |
| | | | * | x86: avoid unnecessary low zone allocation in Calgary's alloc_coherent | FUJITA Tomonori | 2008-09-14 | 1 | -0/+2 |
| | | | * | x86: make GART to respect device's dma_mask about virtual mappings | FUJITA Tomonori | 2008-09-14 | 1 | -11/+28 |
| | | | * | iommu: add dma_get_mask helper function | FUJITA Tomonori | 2008-09-14 | 1 | -0/+7 |
| | | | * | iommu: add iommu_device_max_index IOMMU helper function | FUJITA Tomonori | 2008-09-14 | 1 | -0/+10 |
| | | | * | Merge branch 'linus' into x86/iommu | Ingo Molnar | 2008-09-14 | 92 | -784/+1212 |
| | | | |\ |
|
| | | | * | | x86: convert dma_alloc_coherent to use is_device_dma_capable | FUJITA Tomonori | 2008-09-10 | 1 | -1/+1 |
| | | | * | | x86: remove duplicated extern force_iommu | FUJITA Tomonori | 2008-09-10 | 1 | -1/+0 |
| | | | * | | swiotlb: convert swiotlb to use is_buffer_dma_capable helper function | FUJITA Tomonori | 2008-09-10 | 1 | -7/+8 |
| | | | * | | x86: convert pci-nommu to use is_buffer_dma_capable helper function | FUJITA Tomonori | 2008-09-10 | 1 | -4/+6 |
| | | | * | | x86: convert gart to use is_buffer_dma_capable helper function | FUJITA Tomonori | 2008-09-10 | 1 | -13/+3 |
| | | | * | | add is_buffer_dma_capable helper function | FUJITA Tomonori | 2008-09-10 | 1 | -0/+5 |
| | | | * | | Merge commit 'v2.6.27-rc6' into x86/iommu | Ingo Molnar | 2008-09-10 | 1312 | -13098/+38104 |
| | | | |\ \ |
|
| | | | * | | | x86: unused variable in dma_alloc_coherent_gfp_flags() | Steven Noonan | 2008-09-09 | 1 | -1/+1 |
| | | | * | | | swiotlb: add is_swiotlb_buffer helper function | FUJITA Tomonori | 2008-09-08 | 1 | -5/+9 |
| | | | * | | | swiotlb: use unmap_single instead of swiotlb_unmap_single in swiotlb_free_coh... | FUJITA Tomonori | 2008-09-08 | 1 | -1/+1 |
| | | | * | | | swiotlb: use map_single instead of swiotlb_map_single in swiotlb_alloc_coherent | FUJITA Tomonori | 2008-09-08 | 1 | -5/+2 |
| | | | * | | | swiotlb: remove GFP_DMA hack in swiotlb_alloc_coherent | FUJITA Tomonori | 2008-09-08 | 1 | -7/+0 |
| | | | * | | | x86: dma_alloc_coherent sets gfp flags properly | FUJITA Tomonori | 2008-09-08 | 2 | -21/+30 |
| | | | * | | | x86: fix nommu_alloc_coherent allocation with NULL device argument | FUJITA Tomonori | 2008-09-08 | 2 | -2/+3 |
| | | | * | | | x86: move pci-nommu's dma_mask check to common code | FUJITA Tomonori | 2008-09-08 | 2 | -3/+3 |
| | | | * | | | ia64: dma_alloc_coherent always use GFP_DMA | FUJITA Tomonori | 2008-09-08 | 1 | -1/+3 |
| | | | * | | | x86: blacklist DMAR on Intel G31/G33 chipsets | David Woodhouse | 2008-09-05 | 3 | -1/+20 |
| | | | * | | | x86, gart: add detection of AMD family 0x11 northbridges | Joerg Roedel | 2008-09-05 | 1 | -2/+3 |
| | | | * | | | x86, pci: add northbridge pci ids for fam 0x11 processors | Joerg Roedel | 2008-09-05 | 1 | -0/+5 |
| | | | * | | | x86: gart alloc_coherent doesn't need to check NULL device argument | FUJITA Tomonori | 2008-09-05 | 1 | -3/+0 |
| | | | * | | | x86: dma_*_coherent rework patchset v2, fix | FUJITA Tomonori | 2008-08-22 | 1 | -15/+10 |
| | | | * | | | Merge branch 'x86/gart' into x86/iommu | Ingo Molnar | 2008-08-22 | 1 | -10/+17 |
| | | | |\ \ \ |
|
| | | | * | | | | dma-mapping.h, x86: remove last user of dma_mapping_ops->map_simple | FUJITA Tomonori | 2008-08-22 | 2 | -4/+0 |
| | | | * | | | | dma-coherent: export dma_[alloc|release]_from_coherent methods | Ingo Molnar | 2008-08-22 | 1 | -0/+2 |
| | | | * | | | | x86, AMD IOMMU: remove obsolete FIXME comment | Joerg Roedel | 2008-08-22 | 1 | -2/+0 |
| | | | * | | | | x86: move dma_*_coherent functions to include file | Joerg Roedel | 2008-08-22 | 3 | -58/+42 |
| | | | * | | | | x86: cleanup dma_*_coherent functions | Joerg Roedel | 2008-08-22 | 1 | -109/+12 |
| | | | * | | | | x86: add free_coherent dma_ops callback to NOMMU driver | Joerg Roedel | 2008-08-22 | 1 | -0/+7 |
| | | | * | | | | x86: add alloc_coherent dma_ops callback to NOMMU driver | Joerg Roedel | 2008-08-22 | 1 | -0/+55 |
| | | | * | | | | x86: add free_coherent dma_ops callback to Calgary IOMMU driver | Joerg Roedel | 2008-08-22 | 1 | -0/+14 |
| | | | * | | | | x86: add free_coherent dma_ops callback to GART driver | Joerg Roedel | 2008-08-22 | 1 | -0/+10 |
| | | | * | | | | x86: add alloc_coherent dma_ops callback to GART driver | Joerg Roedel | 2008-08-22 | 1 | -0/+21 |
* | | | | | | | | Merge phase #2 (PAT updates) of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2008-10-11 | 28 | -307/+730 |
|\| | | | | | | |
|
| * | | | | | | | Merge branch 'linus' into x86/pat2 | Ingo Molnar | 2008-10-10 | 819 | -5626/+9505 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | x86, cpa: make the kernel physical mapping initialization a two pass sequence... | Suresh Siddha | 2008-10-10 | 1 | -88/+61 |
| * | | | | | | | | x86, pat: cleanups | Ingo Molnar | 2008-10-10 | 1 | -35/+32 |
| * | | | | | | | | x86: fix pagetable init 64-bit breakage | Suresh Siddha | 2008-10-10 | 1 | -1/+1 |
| * | | | | | | | | x86: track memtype for RAM in page struct | Suresh Siddha | 2008-10-10 | 4 | -0/+105 |
| * | | | | | | | | x86, cpa: srlz cpa(), global flush tlb after splitting big page and before do... | Suresh Siddha | 2008-10-10 | 1 | -2/+38 |
| * | | | | | | | | x86, cpa: remove cpa pool code | Suresh Siddha | 2008-10-10 | 4 | -157/+5 |
| * | | | | | | | | x86, cpa: no need to check alias for __set_pages_p/__set_pages_np | Suresh Siddha | 2008-10-10 | 1 | -7/+16 |
| * | | | | | | | | x86, cpa: dont use large pages for kernel identity mapping with DEBUG_PAGEALLOC | Suresh Siddha | 2008-10-10 | 2 | -10/+34 |
| * | | | | | | | | x86, cpa: make the kernel physical mapping initialization a two pass sequence | Suresh Siddha | 2008-10-10 | 2 | -20/+144 |