x86/amd-iommu: Add device bind reference counting
[safe/jmp/linux-2.6] / arch / x86 / kernel / amd_iommu.c
2009-11-27 Joerg Roedelx86/amd-iommu: Add device bind reference counting
2009-11-27 Joerg Roedelx86/amd-iommu: Use dev->arch->iommu to store iommu...
2009-11-27 Joerg Roedelx86/amd-iommu: Remove support for domain sharing
2009-11-27 Joerg Roedelx86/amd-iommu: Rearrange dma_ops related functions
2009-11-27 Joerg Roedelx86/amd-iommu: Move some pte allocation functions in...
2009-11-27 Joerg Roedelx86/amd-iommu: Remove iommu parameter from dma_ops_doma...
2009-11-27 Joerg Roedelx86/amd-iommu: Use get_device_id and check_device where...
2009-11-27 Joerg Roedelx86/amd-iommu: Move find_protection_domain to helper...
2009-11-27 Joerg Roedelx86/amd-iommu: Simplify get_device_resources()
2009-11-27 Joerg Roedelx86/amd-iommu: Let domain_for_device handle aliases
2009-11-27 Joerg Roedelx86/amd-iommu: Remove iommu specific handling from...
2009-11-27 Joerg Roedelx86/amd-iommu: Remove iommu parameter from __(un)map_single
2009-11-27 Joerg Roedelx86/amd-iommu: Make alloc_new_range aware of multiple...
2009-11-27 Joerg Roedelx86/amd-iommu: Remove iommu parameter from dma_ops_doma...
2009-11-27 Joerg Roedelx86/amd-iommu: Use check_device in get_device_resources
2009-11-27 Joerg Roedelx86/amd-iommu: Use check_device for amd_iommu_dma_supported
2009-11-27 Joerg Roedelx86/amd-iommu: Make np-cache a global flag
2009-11-27 Joerg Roedelx86/amd-iommu: Reimplement flush_all_domains_on_iommu()
2009-11-27 Joerg Roedelx86/amd-iommu: Reimplement amd_iommu_flush_all_domains()
2009-11-27 Joerg Roedelx86/amd-iommu: Implement protection domain list
2009-11-27 Joerg Roedelx86/amd-iommu: Remove iommu_flush_domain function
2009-11-27 Joerg Roedelx86/amd-iommu: Use __iommu_flush_pages for tlb flushes
2009-11-27 Joerg Roedelx86/amd-iommu: Make iommu_flush_pages aware of multiple...
2009-11-27 Joerg Roedelx86/amd-iommu: Add function to complete a tlb flush
2009-11-27 Joerg Roedelx86/amd-iommu: Add per IOMMU reference counting
2009-11-27 Joerg Roedelx86/amd-iommu: Update copyright headers
2009-11-27 Joerg Roedelx86/amd-iommu: Separate internal interface definitions
2009-11-23 Joerg Roedelx86/amd-iommu: attach devices to pre-allocated domains...
2009-11-17 FUJITA Tomonorix86: Kill bad_dma_address variable
2009-11-10 FUJITA Tomonorix86: Handle HW IOMMU initialization failure gracefully
2009-11-03 Joerg RoedelMerge branches 'amd-iommu/fixes' and 'dma-debug/fixes...
2009-10-09 Joerg Roedelx86/amd-iommu: Workaround for erratum 63
2009-09-03 Joerg RoedelMerge branch 'amd-iommu/pagetable' into amd-iommu/2...
2009-09-03 Joerg RoedelMerge branch 'amd-iommu/passthrough' into amd-iommu...
2009-09-03 Joerg RoedelMerge branches 'gart/fixes', 'amd-iommu/fixes+cleanups...
2009-09-03 Joerg Roedelx86/amd-iommu: Don't detach device from pt domain on...
2009-09-03 Joerg Roedelx86/amd-iommu: Make sure a device is assigned in passth...
2009-09-03 Joerg Roedelx86/amd-iommu: Align locking between attach_device...
2009-09-03 Joerg Roedelx86/amd-iommu: Fix device table write order
2009-09-03 Joerg Roedelx86/amd-iommu: Add passthrough mode initialization...
2009-09-03 Joerg Roedelx86/amd-iommu: Add core functions for pd allocation...
2009-09-03 Joerg Roedelx86/amd-iommu: Change iommu_map_page to support multipl...
2009-09-03 Joerg Roedelx86/amd-iommu: Support higher level PTEs in iommu_page_...
2009-09-03 Joerg Roedelx86/amd-iommu: Use 2-level page tables for dma_ops...
2009-09-03 Joerg Roedelx86/amd-iommu: Remove bus_addr check in iommu_map_page
2009-09-03 Joerg Roedelx86/amd-iommu: Remove last usages of IOMMU_PTE_L0_INDEX
2009-09-03 Joerg Roedelx86/amd-iommu: Change alloc_pte to support 64 bit addre...
2009-09-03 Joerg Roedelx86/amd-iommu: Introduce increase_address_space function
2009-09-03 Joerg Roedelx86/amd-iommu: Flush domains if address space size...
2009-09-03 Joerg Roedelx86/amd-iommu: Introduce set_dte_entry function
2009-09-03 Joerg Roedelx86/amd-iommu: Add a gneric version of amd_iommu_flush_...
2009-09-03 Joerg Roedelx86/amd-iommu: Use fetch_pte in amd_iommu_iova_to_phys
2009-09-03 Joerg Roedelx86/amd-iommu: Use fetch_pte in iommu_unmap_page
2009-09-03 Joerg Roedelx86/amd-iommu: Make fetch_pte aware of dynamic mapping...
2009-09-03 Joerg Roedelx86/amd-iommu: Reset command buffer if wait loop fails
2009-09-03 Joerg Roedelx86/amd-iommu: Panic if IOMMU command buffer reset...
2009-09-03 Joerg Roedelx86/amd-iommu: Reset command buffer on ILLEGAL_COMMAND_...
2009-09-03 Joerg Roedelx86/amd-iommu: Add function to flush all DTEs on one...
2009-09-03 Joerg Roedelx86/amd-iommu: fix broken check in amd_iommu_flush_all_...
2009-09-03 Joerg Roedelx86/amd-iommu: replace "AMD IOMMU" by "AMD-Vi"
2009-09-03 Joerg Roedelx86/amd-iommu: Remove some merge helper code
2009-09-03 Joerg Roedelx86/amd-iommu: Introduce function for iommu-local domai...
2009-09-03 Joerg Roedelx86/amd-iommu: Dump illegal command on ILLEGAL_COMMAND_...
2009-09-03 Joerg Roedelx86/amd-iommu: Dump fault entry on DTE error
2009-07-01 Jaswinder Singh... x86: Mark device_nb as static and fix NULL noise
2009-06-15 Chris Wrightamd-iommu: flush domain tlb when attaching a new device
2009-06-09 Joerg Roedelamd-iommu: remove unnecessary "AMD IOMMU: " prefix
2009-06-09 Joerg Roedelamd-iommu: detach device explicitly before attaching...
2009-06-09 Joerg Roedelamd-iommu: remove BUS_NOTIFY_BOUND_DRIVER handling
2009-06-09 Joerg RoedelMerge commit 'tip/core/iommu' into amd-iommu/fixes
2009-06-03 Jiri Slabyamd_iommu: fix lock imbalance
2009-05-28 Joerg RoedelMerge branches 'amd-iommu/fixes', 'amd-iommu/debug...
2009-05-28 Joerg Roedelamd-iommu: don't free dma adresses below 512MB with...
2009-05-28 Joerg Roedelamd-iommu: don't preallocate page tables with CONFIG_IO...
2009-05-28 Joerg Roedelamd-iommu: disable round-robin allocator for CONFIG_IOM...
2009-05-28 Joerg Roedelamd-iommu: remove amd_iommu_size kernel parameter
2009-05-28 Joerg Roedelamd-iommu: enlarge the aperture dynamically
2009-05-28 Joerg Roedelamd-iommu: handle exlusion ranges and unity mappings...
2009-05-28 Joerg Roedelamd-iommu: move aperture_range allocation code to seper...
2009-05-28 Joerg Roedelamd-iommu: change dma_dom->next_bit to dma_dom->next_ad...
2009-05-28 Joerg Roedelamd-iommu: make address allocator aware of multiple...
2009-05-28 Joerg Roedelamd-iommu: handle page table allocation failures in...
2009-05-28 Joerg Roedelamd-iommu: move page table allocation code to seperate...
2009-05-28 Joerg Roedelamd-iommu: introduce aperture_range structure
2009-05-28 Joerg Roedelamd-iommu: add function to flush tlb for all devices
2009-05-28 Joerg Roedelamd-iommu: add function to flush tlb for all domains
2009-05-28 Joerg Roedelamd-iommu: introduce for_each_iommu* macros
2009-05-28 Chris Wrightamd iommu: properly detach from protection domain on...
2009-05-28 Joerg Roedelamd-iommu: move protection domain printk to dump code
2009-04-03 Linus TorvaldsMerge git://git.infradead.org/iommu-2.6
2009-03-24 Sheng Yangiommu: Add domain_has_cap iommu_ops
2009-03-05 Ingo MolnarMerge branch 'iommu/fixes-2.6.29' of git://git./linux...
2009-03-05 FUJITA TomonoriAMD IOMMU: remove unnecessary ifdef
2009-01-06 FUJITA Tomonorix86, ia64: convert to use generic dma_map_ops struct
2009-01-06 FUJITA Tomonorix86: remove map_single and unmap_single in struct dma_m...
2009-01-06 FUJITA Tomonorix86, AMD IOMMU: add map_page and unmap_page
2009-01-03 Joerg RoedelAMD IOMMU: remove now unnecessary #ifdefs
2009-01-03 Jaswinder Singh... AMD IOMMU: prealloc_protection_domains should be static
2009-01-03 Joerg RoedelAMD IOMMU: add statistics about total number of map...
2009-01-03 Joerg RoedelAMD IOMMU: add statistics about allocated io memory
next