| Commit message (Expand) | Author | Age |
... | |
| | | | * | | x86: convert pci-nommu to use is_buffer_dma_capable helper function | FUJITA Tomonori | 2008-09-10 |
| | | | * | | x86: convert gart to use is_buffer_dma_capable helper function | FUJITA Tomonori | 2008-09-10 |
| | | | * | | add is_buffer_dma_capable helper function | FUJITA Tomonori | 2008-09-10 |
| | | | * | | Merge commit 'v2.6.27-rc6' into x86/iommu | Ingo Molnar | 2008-09-10 |
| | | | |\ \ |
|
| | | | * | | | x86: unused variable in dma_alloc_coherent_gfp_flags() | Steven Noonan | 2008-09-09 |
| | | | * | | | swiotlb: add is_swiotlb_buffer helper function | FUJITA Tomonori | 2008-09-08 |
| | | | * | | | swiotlb: use unmap_single instead of swiotlb_unmap_single in swiotlb_free_coh... | FUJITA Tomonori | 2008-09-08 |
| | | | * | | | swiotlb: use map_single instead of swiotlb_map_single in swiotlb_alloc_coherent | FUJITA Tomonori | 2008-09-08 |
| | | | * | | | swiotlb: remove GFP_DMA hack in swiotlb_alloc_coherent | FUJITA Tomonori | 2008-09-08 |
| | | | * | | | x86: dma_alloc_coherent sets gfp flags properly | FUJITA Tomonori | 2008-09-08 |
| | | | * | | | x86: fix nommu_alloc_coherent allocation with NULL device argument | FUJITA Tomonori | 2008-09-08 |
| | | | * | | | x86: move pci-nommu's dma_mask check to common code | FUJITA Tomonori | 2008-09-08 |
| | | | * | | | ia64: dma_alloc_coherent always use GFP_DMA | FUJITA Tomonori | 2008-09-08 |
| | | | * | | | x86: blacklist DMAR on Intel G31/G33 chipsets | David Woodhouse | 2008-09-05 |
| | | | * | | | x86, gart: add detection of AMD family 0x11 northbridges | Joerg Roedel | 2008-09-05 |
| | | | * | | | x86, pci: add northbridge pci ids for fam 0x11 processors | Joerg Roedel | 2008-09-05 |
| | | | * | | | x86: gart alloc_coherent doesn't need to check NULL device argument | FUJITA Tomonori | 2008-09-05 |
| | | | * | | | x86: dma_*_coherent rework patchset v2, fix | FUJITA Tomonori | 2008-08-22 |
| | | | * | | | Merge branch 'x86/gart' into x86/iommu | Ingo Molnar | 2008-08-22 |
| | | | |\ \ \ |
|
| | | | * | | | | dma-mapping.h, x86: remove last user of dma_mapping_ops->map_simple | FUJITA Tomonori | 2008-08-22 |
| | | | * | | | | dma-coherent: export dma_[alloc|release]_from_coherent methods | Ingo Molnar | 2008-08-22 |
| | | | * | | | | x86, AMD IOMMU: remove obsolete FIXME comment | Joerg Roedel | 2008-08-22 |
| | | | * | | | | x86: move dma_*_coherent functions to include file | Joerg Roedel | 2008-08-22 |
| | | | * | | | | x86: cleanup dma_*_coherent functions | Joerg Roedel | 2008-08-22 |
| | | | * | | | | x86: add free_coherent dma_ops callback to NOMMU driver | Joerg Roedel | 2008-08-22 |
| | | | * | | | | x86: add alloc_coherent dma_ops callback to NOMMU driver | Joerg Roedel | 2008-08-22 |
| | | | * | | | | x86: add free_coherent dma_ops callback to Calgary IOMMU driver | Joerg Roedel | 2008-08-22 |
| | | | * | | | | x86: add free_coherent dma_ops callback to GART driver | Joerg Roedel | 2008-08-22 |
| | | | * | | | | x86: add alloc_coherent dma_ops callback to GART driver | Joerg Roedel | 2008-08-22 |
* | | | | | | | | Merge phase #2 (PAT updates) of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2008-10-11 |
|\| | | | | | | |
|
| * | | | | | | | Merge branch 'linus' into x86/pat2 | Ingo Molnar | 2008-10-10 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | x86, cpa: make the kernel physical mapping initialization a two pass sequence... | Suresh Siddha | 2008-10-10 |
| * | | | | | | | | x86, pat: cleanups | Ingo Molnar | 2008-10-10 |
| * | | | | | | | | x86: fix pagetable init 64-bit breakage | Suresh Siddha | 2008-10-10 |
| * | | | | | | | | x86: track memtype for RAM in page struct | Suresh Siddha | 2008-10-10 |
| * | | | | | | | | x86, cpa: srlz cpa(), global flush tlb after splitting big page and before do... | Suresh Siddha | 2008-10-10 |
| * | | | | | | | | x86, cpa: remove cpa pool code | Suresh Siddha | 2008-10-10 |
| * | | | | | | | | x86, cpa: no need to check alias for __set_pages_p/__set_pages_np | Suresh Siddha | 2008-10-10 |
| * | | | | | | | | x86, cpa: dont use large pages for kernel identity mapping with DEBUG_PAGEALLOC | Suresh Siddha | 2008-10-10 |
| * | | | | | | | | x86, cpa: make the kernel physical mapping initialization a two pass sequence | Suresh Siddha | 2008-10-10 |
| * | | | | | | | | x86, cpa: remove USER permission from the very early identity mapping attribute | Suresh Siddha | 2008-10-10 |
| * | | | | | | | | x86, cpa: rename PTE attribute macros for kernel direct mapping in early boot | Suresh Siddha | 2008-10-10 |
| * | | | | | | | | Merge commit 'v2.6.27-rc6' into x86/pat | Ingo Molnar | 2008-09-14 |
| |\ \ \ \ \ \ \ \
| | | |_|_|_|_|/ /
| | |/| | | | | | |
|
| * | | | | | | | | x86: make sure the CPA test code's use of _PAGE_UNUSED1 is obvious | Jeremy Fitzhardinge | 2008-09-05 |
| * | | | | | | | | linux-next: fix x86 tree build failure | Stephen Rothwell | 2008-08-25 |
| * | | | | | | | | x86: have set_memory_array_{uc,wb} coalesce memtypes, fix | Venki Pallipadi | 2008-08-23 |
| * | | | | | | | | agp: enable optimized agp_alloc_pages methods | Rene Herman | 2008-08-22 |
| * | | | | | | | | x86: have set_memory_array_{uc,wb} coalesce memtypes. | Rene Herman | 2008-08-22 |
| * | | | | | | | | x86: {reverve,free}_memtype() take a physical address | Rene Herman | 2008-08-22 |
| * | | | | | | | | Merge branch 'x86/urgent' into x86/pat | Ingo Molnar | 2008-08-22 |
| |\ \ \ \ \ \ \ \ |
|