| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, gart: Rename pci-gart_64.c to amd_gart_64.c | Joerg Roedel | 2011-05-10 | 1 | -898/+0 |
* | x86, gart: Make sure GART does not map physmem above 1TB | Joerg Roedel | 2011-04-18 | 1 | -1/+8 |
* | x86: Use syscore_ops instead of sysdev classes and sysdevs | Rafael J. Wysocki | 2011-03-23 | 1 | -25/+7 |
* | x86, amd-nb: Cleanup AMD northbridge caching code | Hans Rosenfeld | 2010-11-18 | 1 | -12/+12 |
* | x86, amd-nb: Complete the rename of AMD NB and related code | Hans Rosenfeld | 2010-11-18 | 1 | -17/+17 |
* | Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-10-21 | 1 | -0/+2 |
|\ |
|
| * | x86, GART/AMD-VI: Make AMD GART and IOMMU use IOMMU_INIT_* macros. | Konrad Rzeszutek Wilk | 2010-08-26 | 1 | -0/+2 |
* | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-10-21 | 1 | -10/+19 |
|\ \ |
|
| * | | x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NB | Andreas Herrmann | 2010-09-20 | 1 | -1/+1 |
| * | | x86, k8-gart: Decouple handling of garts and northbridges | Andreas Herrmann | 2010-09-17 | 1 | -9/+18 |
| |/ |
|
* | | x86, GART: Disable GART table walk probes | Borislav Petkov | 2010-09-05 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Ingo Molnar | 2010-04-13 | 1 | -0/+3 |
|\ |
|
| * | x86/gart: Disable GART explicitly before initialization | Joerg Roedel | 2010-04-07 | 1 | -0/+3 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
|/ |
|
* | x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD sys... | Borislav Petkov | 2010-03-13 | 1 | -1/+1 |
* | iommu-helper: use bitmap library | Akinobu Mita | 2009-12-16 | 1 | -3/+3 |
* | x86: Gart: fix breakage due to IOMMU initialization cleanup | Yinghai Lu | 2009-12-14 | 1 | -1/+2 |
* | x86: gart: Clean up the code a bit | Ingo Molnar | 2009-11-17 | 1 | -55/+61 |
* | x86: gart: Add own dma_mapping_error function | FUJITA Tomonori | 2009-11-17 | 1 | -5/+13 |
* | x86: Handle HW IOMMU initialization failure gracefully | FUJITA Tomonori | 2009-11-10 | 1 | -0/+1 |
* | x86: GART: Convert gart_iommu_hole_init() to use iommu_init hook | FUJITA Tomonori | 2009-11-10 | 1 | -10/+5 |
* | x86: GART: pci-gart_64.c: Use correct length in strncmp | Joe Perches | 2009-11-10 | 1 | -1/+1 |
* | x86: Use x86_platform for iommu_shutdown | FUJITA Tomonori | 2009-11-08 | 1 | -2/+4 |
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 1 | -0/+1 |
* | x86: replace is_buffer_dma_capable() with dma_capable | FUJITA Tomonori | 2009-07-28 | 1 | -3/+2 |
* | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 2009-07-08 | 1 | -1/+1 |
* | x86: enable GART-IOMMU only after setting up protection methods | Mark Langsdorf | 2009-06-06 | 1 | -2/+8 |
* | x86 gart: reimplement IOMMU_LEAK feature by using DMA_API_DEBUG | FUJITA Tomonori | 2009-04-15 | 1 | -37/+8 |
* | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-03-05 | 1 | -1/+1 |
|\ |
|
| * | Documentation: move DMA-mapping.txt to Doc/PCI/ | Randy Dunlap | 2009-01-29 | 1 | -1/+1 |
* | | x86, ia64: convert to use generic dma_map_ops struct | FUJITA Tomonori | 2009-01-06 | 1 | -7/+7 |
* | | x86: remove map_single and unmap_single in struct dma_mapping_ops | FUJITA Tomonori | 2009-01-06 | 1 | -17/+2 |
* | | x86, gart: add map_page and unmap_page | FUJITA Tomonori | 2009-01-06 | 1 | -4/+23 |
|/ |
|
* | x86_64: pci-gart_64.c iommu_fullflush should be static | Jaswinder Singh Rajput | 2008-12-29 | 1 | -1/+1 |
* | x86 gart: don't complain if no AMD GART found | Bjorn Helgaas | 2008-12-18 | 1 | -3/+1 |
* | x86: fix broken flushing in GART nofullflush path | Joerg Roedel | 2008-12-03 | 1 | -0/+2 |
* | x86, gart: fix gart detection for Fam11h CPUs | Joerg Roedel | 2008-10-28 | 1 | -1/+1 |
* | x86: convert GART driver to generic iommu_num_pages function | Joerg Roedel | 2008-10-16 | 1 | -4/+4 |
* | x86: rename iommu_num_pages function to iommu_nr_pages | Joerg Roedel | 2008-10-16 | 1 | -4/+4 |
*-. | Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for... | Ingo Molnar | 2008-10-10 | 1 | -58/+67 |
|\ \ |
|
| | * | x86/iommu: use __GFP_ZERO instead of memset for GART | Joerg Roedel | 2008-09-27 | 1 | -8/+5 |
| | * | x86/iommu: convert GART need_flush to bool | Joerg Roedel | 2008-09-27 | 1 | -5/+5 |
| | * | x86/iommu: make GART driver checkpatch clean | Joerg Roedel | 2008-09-27 | 1 | -8/+9 |
| | * | x86 gart: remove unnecessary initialization | FUJITA Tomonori | 2008-09-25 | 1 | -6/+0 |
| | * | x86: restore old GART alloc_coherent behavior | FUJITA Tomonori | 2008-09-25 | 1 | -23/+20 |
| | * | revert "x86: make GART to respect device's dma_mask about virtual mappings" | FUJITA Tomonori | 2008-09-25 | 1 | -28/+11 |
| | * | iommu: remove fullflush and nofullflush in IOMMU generic option | FUJITA Tomonori | 2008-09-22 | 1 | -0/+13 |
| | * | iommu: export iommu_area_reserve helper function | FUJITA Tomonori | 2008-09-22 | 1 | -1/+1 |
| | * | x86: move GART TLB flushing options to generic code | Joerg Roedel | 2008-09-19 | 1 | -13/+0 |
| | * | x86: gart alloc_coherent does virtual mapppings only when necessary | FUJITA Tomonori | 2008-09-14 | 1 | -1/+9 |