| Commit message (Expand) | Author | Age | Files | Lines |
* | AMD IOMMU: use iommu_device_max_index, fix | Thomas Gleixner | 2008-10-06 | 1 | -0/+5 |
* | AMD IOMMU: use iommu_device_max_index | FUJITA Tomonori | 2008-10-02 | 1 | -7/+3 |
* | x86: add PCI IDs for AMD Barcelona PCI devices | Ingo Molnar | 2008-10-01 | 1 | -0/+5 |
* | 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 | 2 | -8/+11 |
* | 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 |
* | x86: export pci-nommu's alloc_coherent | FUJITA Tomonori | 2008-09-25 | 3 | -38/+35 |
* | iommu: remove fullflush and nofullflush in IOMMU generic option | FUJITA Tomonori | 2008-09-22 | 8 | -21/+32 |
* | x86: remove set_bit_string() | FUJITA Tomonori | 2008-09-22 | 1 | -10/+0 |
* | iommu: export iommu_area_reserve helper function | FUJITA Tomonori | 2008-09-22 | 5 | -6/+6 |
* | AMD IOMMU: use coherent_dma_mask in alloc_coherent | Joerg Roedel | 2008-09-19 | 1 | -7/+22 |
* | add AMD IOMMU tree to MAINTAINERS file | Joerg Roedel | 2008-09-19 | 1 | -0/+1 |
* | AMD IOMMU: use cmd_buf_size when freeing the command buffer | Joerg Roedel | 2008-09-19 | 1 | -1/+2 |
* | AMD IOMMU: calculate IVHD size with a function | Joerg Roedel | 2008-09-19 | 1 | -2/+10 |
* | AMD IOMMU: remove unnecessary cast to u64 in the init code | Joerg Roedel | 2008-09-19 | 1 | -1/+1 |
* | AMD IOMMU: free domain bitmap with its allocation order | Joerg Roedel | 2008-09-19 | 1 | -1/+2 |
* | AMD IOMMU: simplify dma_mask_to_pages | Joerg Roedel | 2008-09-19 | 1 | -2/+1 |
* | AMD IOMMU: replace memset with __GFP_ZERO in alloc_coherent | Joerg Roedel | 2008-09-19 | 1 | -1/+1 |
* | AMD IOMMU: avoid unnecessary low zone allocation in alloc_coherent | FUJITA Tomonori | 2008-09-19 | 1 | -2/+3 |
* | AMD IOMMU: some set_device_domain cleanups | Joerg Roedel | 2008-09-19 | 2 | -4/+8 |
* | AMD IOMMU: don't assign preallocated protection domains to devices | Joerg Roedel | 2008-09-19 | 2 | -5/+44 |
* | AMD IOMMU: add dma_supported callback | Joerg Roedel | 2008-09-19 | 1 | -0/+25 |
* | AMD IOMMU: allow IO page faults from devices | Joerg Roedel | 2008-09-19 | 1 | -1/+0 |
* | AMD IOMMU: enable event logging | Joerg Roedel | 2008-09-19 | 1 | -0/+8 |
* | AMD IOMMU: add event handling code | Joerg Roedel | 2008-09-19 | 3 | -2/+108 |
* | AMD IOMMU: add MSI interrupt support | Joerg Roedel | 2008-09-19 | 5 | -1/+120 |
* | AMD IOMMU: save pci_dev instead of devid | Joerg Roedel | 2008-09-19 | 2 | -11/+19 |
* | AMD IOMMU: save pci segment from ACPI tables | Joerg Roedel | 2008-09-19 | 2 | -0/+4 |
* | AMD IOMMU: add event buffer allocation | Joerg Roedel | 2008-09-19 | 2 | -0/+38 |
* | AMD IOMMU: align alloc_coherent addresses properly | Joerg Roedel | 2008-09-19 | 1 | -8/+14 |
* | AMD IOMMU: add branch hints to completion wait checks | Joerg Roedel | 2008-09-19 | 1 | -6/+6 |
* | AMD IOMMU: implement lazy IO/TLB flushing | Joerg Roedel | 2008-09-19 | 3 | -5/+31 |
* | x86: move GART TLB flushing options to generic code | Joerg Roedel | 2008-09-19 | 5 | -15/+18 |
* | AMD IOMMU: move TLB flushing to the map/unmap helper functions | Joerg Roedel | 2008-09-19 | 1 | -14/+5 |
* | AMD IOMMU: check for invalid device pointers | Joerg Roedel | 2008-09-19 | 1 | -8/+35 |
* | 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 |
|\ |
|
| * | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-09-13 | 6 | -40/+131 |
| |\ |
|
| | * | [ARM] Fix PCI_DMA_BUS_IS_PHYS for ARM | Russell King | 2008-09-13 | 1 | -1/+1 |
| | * | Merge branch 'for-rmk' of git://pasiphae.extern.pengutronix.de/git/imx/linux-... | Russell King | 2008-09-13 | 2 | -6/+23 |
| | |\ |
|
| | | * | imx serial: fix rts handling for non imx1 based hardware | Marc Kleine-Budde | 2008-09-02 | 1 | -1/+1 |
| | | * | imx serial: set RXD mux bit on i.MX27 and i.MX31 | Marc Kleine-Budde | 2008-09-02 | 1 | -2/+13 |