Merge branch 'iommu/largepages' into amd-iommu/2.6.35
[safe/jmp/linux-2.6] / arch / x86 / kernel / amd_iommu.c
2010-05-11 Joerg RoedelMerge branch 'iommu/largepages' into amd-iommu/2.6.35
2010-04-13 Ingo MolnarMerge branch 'iommu/fixes' of git://git./linux/kernel...
2010-04-07 Chris Wrightx86/amd-iommu: use for_each_pci_dev
2010-04-07 Chris Wrightx86/amd-iommu: warn when issuing command to uninitializ...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-08 Joerg Roedelx86/amd-iommu: Use helper function to destroy domain
2010-03-07 Joerg Roedeliommu-api: Remove iommu_{un}map_range functions
2010-03-07 Joerg Roedelx86/amd-iommu: Implement ->{un}map callbacks for iommu-api
2010-03-07 Joerg Roedelx86/amd-iommu: Make amd_iommu_iova_to_phys aware of...
2010-03-07 Joerg Roedelx86/amd-iommu: Make iommu_unmap_page and fetch_pte...
2010-03-07 Joerg Roedelx86/amd-iommu: Make iommu_map_page and alloc_pte aware...
2010-03-07 Joerg Roedeliommu-api: Rename ->{un}map function pointers to -...
2010-03-01 Chris Wrightx86/amd-iommu: Pt mode fix for domain_destroy
2010-03-01 Joerg Roedelx86/amd-iommu: Protect IOMMU-API map/unmap path
2010-03-01 Julia Lawallx86/amd-iommu: Remove double NULL check in check_device
2010-01-22 Joerg Roedelx86/amd-iommu: Fix deassignment of a device from the...
2010-01-22 Joerg Roedelx86/amd-iommu: Fix IOMMU-API initialization for iommu=pt
2010-01-22 Joerg Roedelx86/amd-iommu: Fix NULL pointer dereference in __detach...
2010-01-22 Joerg Roedelx86/amd-iommu: Fix possible integer overflow
2009-12-16 Akinobu Mitaiommu-helper: use bitmap library
2009-12-12 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2009-12-11 H. Peter AnvinMerge commit 'linus/master' into x86/urgent
2009-12-10 Joerg Roedelx86/amd-iommu: Fix PCI hotplug with passthrough mode
2009-12-10 Joerg Roedelx86/amd-iommu: Fix passthrough mode
2009-12-07 Jiri KosinaMerge branch 'for-next' into for-linus
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-11-27 Joerg Roedelx86/amd-iommu: Remove amd_iommu_pd_table
2009-11-27 Joerg Roedelx86/amd-iommu: Move reset_iommu_command_buffer out...
2009-11-27 Joerg Roedelx86/amd-iommu: Cleanup DTE flushing code
2009-11-27 Joerg Roedelx86/amd-iommu: Introduce iommu_flush_device() function
2009-11-27 Joerg Roedelx86/amd-iommu: Cleanup attach/detach_device code
2009-11-27 Joerg Roedelx86/amd-iommu: Keep devices per domain in a list
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...
next