tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / arch / x86 / kernel / amd_iommu.c
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
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
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for domain tlb flushes
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for single iommu domain...
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for cross-page request
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for free_coherent requests
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for alloc_coherent requests
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for unmap_sg requests
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for map_sg requests
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for unmap_single requests
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for map_single requests
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for completion wait events
2009-01-03 Joerg RoedelAMD IOMMU: add init code for statistic collection
2009-01-03 Joerg RoedelAMD IOMMU: use calc_devid in prealloc_protection_domains
2009-01-03 Joerg RoedelAMD IOMMU: convert iommu->need_sync to bool
2009-01-03 Joerg RoedelAMD IOMMU: use dev_name instead of self-build print_devid
2009-01-03 Joerg RoedelAMD IOMMU: allocate a new protection for hotplugged...
2009-01-03 Joerg RoedelAMD IOMMU: add a domain flag for default domains
2009-01-03 Joerg RoedelAMD IOMMU: register functions for the IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add domain address lookup function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add domain unmap function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add domain map function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add device attach function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add device detach function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add domain destroy function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add domain init function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add domain cleanup helper function
2009-01-03 Joerg RoedelAMD IOMMU: add device notifier callback
2009-01-03 Joerg RoedelAMD IOMMU: add device detach helper functions
2009-01-03 Joerg RoedelAMD IOMMU: rename set_device_domain function
2009-01-03 Joerg RoedelAMD IOMMU: add device reference counting for protection...
next