| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2009-09-23 | 1 | -162/+161 |
|\ |
|
| * | intel-iommu: Disable PMRs after we enable translation, not before | David Woodhouse | 2009-09-19 | 1 | -2/+3 |
| * | intel-iommu: Fix integer wrap on 32 bit kernels | Benjamin LaHaise | 2009-09-19 | 1 | -4/+3 |
| * | intel-iommu: Fix integer overflow in dma_pte_{clear_range,free_pagetable}() | David Woodhouse | 2009-09-19 | 1 | -4/+7 |
| * | intel-iommu: Limit DOMAIN_MAX_PFN to fit in an 'unsigned long' | David Woodhouse | 2009-09-19 | 1 | -2/+8 |
| * | intel-iommu: include linux/dmi.h to use dmi_ routines | Stephen Rothwell | 2009-08-31 | 1 | -0/+1 |
| * | intel-iommu: Cope with yet another BIOS screwup causing crashes | David Woodhouse | 2009-08-26 | 1 | -0/+11 |
| * | intel-iommu: iommu init error path bug fixes | Donald Dutile | 2009-08-24 | 1 | -17/+18 |
| * | intel-iommu: Mark functions with __init | Matt Kraai | 2009-08-24 | 1 | -2/+2 |
| * | intel-iommu: make domain_add_dev_info() call domain_context_mapping() | David Woodhouse | 2009-08-09 | 1 | -20/+15 |
| * | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | David Woodhouse | 2009-08-08 | 1 | -12/+16 |
| |\ |
|
| * | | intel-iommu: Unify hardware and software passthrough support | David Woodhouse | 2009-08-04 | 1 | -100/+74 |
| * | | intel-iommu: double kfree() | Dan Carpenter | 2009-07-20 | 1 | -1/+0 |
| * | | intel-iommu: Kill pointless intel_unmap_single() function | David Woodhouse | 2009-07-15 | 1 | -7/+1 |
| * | | intel-iommu: Defer the iotlb flush and iova free for intel_unmap_sg() too. | David Woodhouse | 2009-07-15 | 1 | -5/+12 |
| * | | intel-iommu: Remove superfluous iova_alloc_lock from IOVA code | David Woodhouse | 2009-07-15 | 1 | -3/+0 |
| * | | intel-iommu: Speed up map routines by using cached domain ASAP | David Woodhouse | 2009-07-07 | 1 | -2/+13 |
* | | | Merge commit 'v2.6.31-rc8' into x86/txt | Ingo Molnar | 2009-09-02 | 1 | -12/+13 |
|\ \ \
| | |/
| |/| |
|
| * | | intel-iommu: Fix enabling snooping feature by mistake | Sheng Yang | 2009-08-06 | 1 | -1/+1 |
| * | | intel-iommu: Mask physical address to correct page size in intel_map_single() | Fenghua Yu | 2009-08-05 | 1 | -1/+2 |
| * | | intel-iommu: Correct sglist size calculation. | Fenghua Yu | 2009-08-05 | 1 | -10/+10 |
* | | | x86, intel_txt: clean up the impact on generic code, unbreak non-x86 | Shane Wang | 2009-09-01 | 1 | -1/+1 |
* | | | intel_txt: Force IOMMU on for Intel TXT launch | Joseph Cihula | 2009-07-21 | 1 | -2/+15 |
|/ / |
|
* / | intel-iommu: Fix intel_iommu_unmap_range() with size 0 | Sheng Yang | 2009-07-08 | 1 | -0/+3 |
|/ |
|
* | intel-iommu: Don't use identity mapping for PCI devices behind bridges | David Woodhouse | 2009-07-04 | 1 | -0/+30 |
* | intel-iommu: Use iommu_should_identity_map() at startup time too. | David Woodhouse | 2009-07-04 | 1 | -11/+14 |
* | intel-iommu: No mapping for non-PCI devices | David Woodhouse | 2009-07-04 | 1 | -5/+10 |
* | intel-iommu: Restore DMAR_BROKEN_GFX_WA option for broken graphics drivers | David Woodhouse | 2009-07-04 | 1 | -10/+19 |
* | intel-iommu: Add iommu_should_identity_map() function | David Woodhouse | 2009-07-04 | 1 | -2/+7 |
* | intel-iommu: Fix reattaching of devices to identity mapping domain | David Woodhouse | 2009-07-04 | 1 | -0/+3 |
* | intel-iommu: Don't set identity mapping for bypassed graphics devices | David Woodhouse | 2009-07-04 | 1 | -2/+5 |
* | intel-iommu: Fix dma vs. mm page confusion with aligned_nrpages() | David Woodhouse | 2009-07-04 | 1 | -5/+7 |
* | intel-iommu: Don't keep freeing page zero in dma_pte_free_pagetable() | David Woodhouse | 2009-07-02 | 1 | -2/+4 |
* | intel-iommu: Introduce first_pte_in_page() to simplify PTE-setting loops | David Woodhouse | 2009-07-02 | 1 | -11/+13 |
* | intel-iommu: Use cmpxchg64_local() for setting PTEs | David Woodhouse | 2009-07-01 | 1 | -1/+1 |
* | intel-iommu: Warn about unmatched unmap requests | David Woodhouse | 2009-07-01 | 1 | -2/+4 |
* | intel-iommu: Kill superfluous mapping_lock | David Woodhouse | 2009-07-01 | 1 | -10/+2 |
* | intel-iommu: Ensure that PTE writes are 64-bit atomic, even on i386 | David Woodhouse | 2009-07-01 | 1 | -14/+23 |
* | intel-iommu: Performance improvement for dma_pte_free_pagetable() | David Woodhouse | 2009-06-30 | 1 | -10/+17 |
* | intel-iommu: Don't free too much in dma_pte_free_pagetable() | David Woodhouse | 2009-06-30 | 1 | -1/+1 |
* | intel-iommu: dump mappings but don't die on pte already set | David Woodhouse | 2009-06-30 | 1 | -1/+10 |
* | intel-iommu: Combine domain_pfn_mapping() and domain_sg_mapping() | David Woodhouse | 2009-06-30 | 1 | -40/+22 |
* | intel-iommu: Introduce domain_sg_mapping() to speed up intel_map_sg() | David Woodhouse | 2009-06-30 | 1 | -21/+62 |
* | intel-iommu: Simplify __intel_alloc_iova() | David Woodhouse | 2009-06-29 | 1 | -31/+18 |
* | intel-iommu: Performance improvement for domain_pfn_mapping() | David Woodhouse | 2009-06-29 | 1 | -9/+17 |
* | intel-iommu: Performance improvement for dma_pte_clear_range() | David Woodhouse | 2009-06-29 | 1 | -16/+15 |
* | intel-iommu: Clean up iommu_domain_identity_map() | David Woodhouse | 2009-06-29 | 1 | -15/+9 |
* | intel-iommu: Remove last use of PHYSICAL_PAGE_MASK, for reserving PCI BARs | David Woodhouse | 2009-06-29 | 1 | -10/+3 |
* | intel-iommu: Make iommu_flush_iotlb_psi() take pfn as argument | David Woodhouse | 2009-06-29 | 1 | -12/+9 |
* | intel-iommu: Change aligned_size() to aligned_nrpages() | David Woodhouse | 2009-06-29 | 1 | -9/+12 |