include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / arch / x86 / kernel / amd_iommu.c
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...
2009-01-03 Joerg RoedelAMD IOMMU: add checks for dma_ops domain to dma_ops...
2009-01-03 Joerg RoedelAMD IOMMU: add protection domain flags
2009-01-03 Joerg RoedelAMD IOMMU: add iommu_flush_domain function
2009-01-03 Joerg RoedelAMD IOMMU: don't remove protection domain from iommu_pd...
2009-01-03 Joerg RoedelAMD IOMMU: move invalidation command building to a...
2009-01-03 Joerg RoedelAMD IOMMU: refactor completion wait handling into separ...
2009-01-03 Joerg RoedelAMD IOMMU: add domain id free function
2009-01-03 Joerg RoedelAMD IOMMU: make dma_ops_free_pagetable generic
2009-01-03 Joerg RoedelAMD IOMMU: rename iommu_map to iommu_map_page
2008-12-30 Jaswinder Singh... x86: amd_iommu.c: prealloc_protection_domains should...
2008-12-23 Ingo MolnarMerge branch 'x86/iommu' into x86/core
2008-12-17 Joerg RoedelAMD IOMMU: panic if completion wait loop fails
2008-12-08 Joerg RoedelAMD IOMMU: __unmap_single: check for bad_dma_address...
2008-12-08 Joerg RoedelAMD IOMMU: fix WARN_ON in dma_ops unmap path
2008-12-08 Joerg RoedelAMD IOMMU: fix typo in comment
2008-12-08 Joerg RoedelAMD IOMMU: fix loop counter in free_pagetable function
2008-12-08 Joerg RoedelAMD IOMMU: fix iommu_map_page function
2008-12-03 Joerg RoedelAMD IOMMU: fix possible race while accessing iommu...
2008-12-03 Joerg RoedelAMD IOMMU: set device table entry for aliased devices
2008-12-01 Ingo MolnarMerge branch 'x86/urgent' into x86/iommu
2008-11-28 Joerg Roedelx86: move GART specific stuff from iommu.h to gart.h
2008-11-18 Joerg RoedelAMD IOMMU: check for next_bit also in unmapped area
2008-11-06 Ingo MolnarMerge branch 'iommu-fixes-2.6.28' of git://git./linux...
2008-11-06 Joerg RoedelAMD IOMMU: fix lazy IO/TLB flushing in unmap path
2008-10-30 Joerg RoedelAMD IOMMU: fix detection of NP capable IOMMUs
2008-10-16 Joerg Roedelx86, AMD IOMMU: convert driver to generic iommu_num_pag...
2008-10-16 Joerg Roedelx86: rename iommu_num_pages function to iommu_nr_pages
2008-10-10 Ingo MolnarMerge branches 'core/iommu', 'x86/amd-iommu' and 'x86...
2008-10-02 FUJITA TomonoriAMD IOMMU: use iommu_device_max_index
2008-09-22 FUJITA Tomonoriiommu: remove fullflush and nofullflush in IOMMU generi...
2008-09-22 FUJITA Tomonoriiommu: export iommu_area_reserve helper function
2008-09-19 Joerg RoedelAMD IOMMU: use coherent_dma_mask in alloc_coherent
2008-09-19 Joerg RoedelAMD IOMMU: simplify dma_mask_to_pages
2008-09-19 Joerg RoedelAMD IOMMU: replace memset with __GFP_ZERO in alloc_coherent
2008-09-19 FUJITA TomonoriAMD IOMMU: avoid unnecessary low zone allocation in...
2008-09-19 Joerg RoedelAMD IOMMU: some set_device_domain cleanups
2008-09-19 Joerg RoedelAMD IOMMU: don't assign preallocated protection domains...
2008-09-19 Joerg RoedelAMD IOMMU: add dma_supported callback
2008-09-19 Joerg RoedelAMD IOMMU: add event handling code
2008-09-19 Joerg RoedelAMD IOMMU: add MSI interrupt support
2008-09-19 Joerg RoedelAMD IOMMU: align alloc_coherent addresses properly
2008-09-19 Joerg RoedelAMD IOMMU: add branch hints to completion wait checks
2008-09-19 Joerg RoedelAMD IOMMU: implement lazy IO/TLB flushing
2008-09-19 Joerg RoedelAMD IOMMU: move TLB flushing to the map/unmap helper...
2008-09-19 Joerg RoedelAMD IOMMU: check for invalid device pointers
2008-09-18 Joerg RoedelAMD IOMMU: protect completion wait loop with iommu...
2008-09-18 Joerg RoedelAMD IOMMU: set iommu sunc flag after command queuing
2008-09-10 Ingo MolnarMerge commit 'v2.6.27-rc6' into x86/iommu
2008-08-22 Joerg Roedelx86, AMD IOMMU: remove obsolete FIXME comment
2008-08-19 Jiri Kosinax86 iommu: remove unneeded parenthesis
2008-08-15 Joerg Roedelx86m AMD IOMMU: cleanup: replace LOW_U32 macro with...
2008-08-15 Joerg Roedelx86, AMD IOMMU: use status bit instead of memory write...
2008-07-28 Jesse BarnesMerge branch 'x86/iommu' of git://git./linux/kernel...
next