- 065a6d6 AMD IOMMU: remove now unnecessary #ifdefs by Joerg Roedel · 16 years ago
- 0e93dd8 AMD IOMMU: prealloc_protection_domains should be static by Jaswinder Singh Rajput · 16 years ago
- 8ecaf8f AMD IOMMU: add statistics about total number of map requests by Joerg Roedel · 16 years ago
- 5774f7c AMD IOMMU: add statistics about allocated io memory by Joerg Roedel · 16 years ago
- 18811f5 AMD IOMMU: add stats counter for domain tlb flushes by Joerg Roedel · 16 years ago
- f57d98a AMD IOMMU: add stats counter for single iommu domain tlb flushes by Joerg Roedel · 16 years ago
- c185897 AMD IOMMU: add stats counter for cross-page request by Joerg Roedel · 16 years ago
- 5d31ee7 AMD IOMMU: add stats counter for free_coherent requests by Joerg Roedel · 16 years ago
- c8f0fb3 AMD IOMMU: add stats counter for alloc_coherent requests by Joerg Roedel · 16 years ago
- 55877a6 AMD IOMMU: add stats counter for unmap_sg requests by Joerg Roedel · 16 years ago
- d03f067 AMD IOMMU: add stats counter for map_sg requests by Joerg Roedel · 16 years ago
- 146a691 AMD IOMMU: add stats counter for unmap_single requests by Joerg Roedel · 16 years ago
- 0f2a86f AMD IOMMU: add stats counter for map_single requests by Joerg Roedel · 16 years ago
- da49f6d AMD IOMMU: add stats counter for completion wait events by Joerg Roedel · 16 years ago
- 7f26508 AMD IOMMU: add init code for statistic collection by Joerg Roedel · 16 years ago
- edcb34d AMD IOMMU: use calc_devid in prealloc_protection_domains by Joerg Roedel · 16 years ago
- 0cfd7aa AMD IOMMU: convert iommu->need_sync to bool by Joerg Roedel · 16 years ago
- ab89672 AMD IOMMU: use dev_name instead of self-build print_devid by Joerg Roedel · 16 years ago
- 1ac4cbb AMD IOMMU: allocate a new protection for hotplugged devices by Joerg Roedel · 16 years ago
- e2dc14a AMD IOMMU: add a domain flag for default domains by Joerg Roedel · 16 years ago
- 26961ef AMD IOMMU: register functions for the IOMMU API by Joerg Roedel · 16 years ago
- 645c4c8 AMD IOMMU: add domain address lookup function for IOMMU API by Joerg Roedel · 16 years ago
- eb74ff6 AMD IOMMU: add domain unmap function for IOMMU API by Joerg Roedel · 16 years ago
- c6229ca AMD IOMMU: add domain map function for IOMMU API by Joerg Roedel · 16 years ago
- 0110606 AMD IOMMU: add device attach function for IOMMU API by Joerg Roedel · 16 years ago
- 684f288 AMD IOMMU: add device detach function for IOMMU API by Joerg Roedel · 16 years ago
- 98383fc AMD IOMMU: add domain destroy function for IOMMU API by Joerg Roedel · 16 years ago
- c156e34 AMD IOMMU: add domain init function for IOMMU API by Joerg Roedel · 16 years ago
- 6d98cd8 AMD IOMMU: add domain cleanup helper function by Joerg Roedel · 16 years ago
- e275a2a AMD IOMMU: add device notifier callback by Joerg Roedel · 16 years ago
- 355bf55 AMD IOMMU: add device detach helper functions by Joerg Roedel · 16 years ago
- f1179dc AMD IOMMU: rename set_device_domain function by Joerg Roedel · 16 years ago
- 863c74e AMD IOMMU: add device reference counting for protection domains by Joerg Roedel · 16 years ago
- 5b28df6 AMD IOMMU: add checks for dma_ops domain to dma_ops functions by Joerg Roedel · 16 years ago
- 9fdb19d AMD IOMMU: add protection domain flags by Joerg Roedel · 16 years ago
- 43f4960 AMD IOMMU: add iommu_flush_domain function by Joerg Roedel · 16 years ago
- 9e91901 AMD IOMMU: don't remove protection domain from iommu_pd_list by Joerg Roedel · 16 years ago
- 237b6f3 AMD IOMMU: move invalidation command building to a separate function by Joerg Roedel · 16 years ago
- 8d20196 AMD IOMMU: refactor completion wait handling into separate functions by Joerg Roedel · 16 years ago
- a2acfb7 AMD IOMMU: add domain id free function by Joerg Roedel · 16 years ago
- 86db2e5 AMD IOMMU: make dma_ops_free_pagetable generic by Joerg Roedel · 16 years ago
- 38e817f AMD IOMMU: rename iommu_map to iommu_map_page by Joerg Roedel · 16 years ago
- 3e5621e Merge branch 'x86/iommu' into x86/core by Ingo Molnar · 16 years ago
- 84df817 AMD IOMMU: panic if completion wait loop fails by Joerg Roedel · 16 years ago
- b8d9905 AMD IOMMU: __unmap_single: check for bad_dma_address instead of 0 by Joerg Roedel · 16 years ago
- 8ad909c AMD IOMMU: fix WARN_ON in dma_ops unmap path by Joerg Roedel · 16 years ago
- 24f8116 AMD IOMMU: fix typo in comment by Joerg Roedel · 16 years ago
- 3cc3d84 AMD IOMMU: fix loop counter in free_pagetable function by Joerg Roedel · 16 years ago
- bb9d4ff AMD IOMMU: fix iommu_map_page function by Joerg Roedel · 16 years ago
- 09ee17e AMD IOMMU: fix possible race while accessing iommu->need_sync by Joerg Roedel · 16 years ago
- f91ba19 AMD IOMMU: set device table entry for aliased devices by Joerg Roedel · 16 years ago
- f6d2e6f Merge branch 'x86/urgent' into x86/iommu by Ingo Molnar · 16 years ago
- 1d9b16d x86: move GART specific stuff from iommu.h to gart.h by Joerg Roedel · 16 years ago
- 8501c45 AMD IOMMU: check for next_bit also in unmapped area by Joerg Roedel · 16 years ago
- 31f2971 Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent by Ingo Molnar · 16 years ago
- 80be308 AMD IOMMU: fix lazy IO/TLB flushing in unmap path by Joerg Roedel · 16 years ago
- ae9b940 AMD IOMMU: fix detection of NP capable IOMMUs by Joerg Roedel · 16 years ago
- e3c449f x86, AMD IOMMU: convert driver to generic iommu_num_pages function by Joerg Roedel · 16 years ago
- bdab0ba x86: rename iommu_num_pages function to iommu_nr_pages by Joerg Roedel · 16 years ago
- 725c258 Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for-linus-phase3-B by Ingo Molnar · 16 years ago
- 40becd8 AMD IOMMU: use iommu_device_max_index by FUJITA Tomonori · 16 years ago
- afa9fdc iommu: remove fullflush and nofullflush in IOMMU generic option by FUJITA Tomonori · 16 years ago
- d26dbc5 iommu: export iommu_area_reserve helper function by FUJITA Tomonori · 16 years ago
- 832a90c AMD IOMMU: use coherent_dma_mask in alloc_coherent by Joerg Roedel · 16 years ago
- 6754086 AMD IOMMU: simplify dma_mask_to_pages by Joerg Roedel · 16 years ago
- c97ac53 AMD IOMMU: replace memset with __GFP_ZERO in alloc_coherent by Joerg Roedel · 16 years ago
- 13d9fea AMD IOMMU: avoid unnecessary low zone allocation in alloc_coherent by FUJITA Tomonori · 16 years ago
- 38ddf41 AMD IOMMU: some set_device_domain cleanups by Joerg Roedel · 16 years ago
- bd60b73 AMD IOMMU: don't assign preallocated protection domains to devices by Joerg Roedel · 16 years ago
- b39ba6a AMD IOMMU: add dma_supported callback by Joerg Roedel · 16 years ago
- 90008ee AMD IOMMU: add event handling code by Joerg Roedel · 16 years ago
- a80dc3e AMD IOMMU: add MSI interrupt support by Joerg Roedel · 16 years ago
- 6d4f343 AMD IOMMU: align alloc_coherent addresses properly by Joerg Roedel · 16 years ago
- 5507eef AMD IOMMU: add branch hints to completion wait checks by Joerg Roedel · 16 years ago
- 1c65577 AMD IOMMU: implement lazy IO/TLB flushing by Joerg Roedel · 16 years ago
- 270cab24 AMD IOMMU: move TLB flushing to the map/unmap helper functions by Joerg Roedel · 16 years ago
- dbcc112 AMD IOMMU: check for invalid device pointers by Joerg Roedel · 16 years ago
- 7e4f88d AMD IOMMU: protect completion wait loop with iommu lock by Joerg Roedel · 16 years ago
- ee2fa74 AMD IOMMU: set iommu sunc flag after command queuing by Joerg Roedel · 16 years ago
- e92b4fd Merge commit 'v2.6.27-rc6' into x86/iommu by Ingo Molnar · 16 years ago
- 2cd5496 x86, AMD IOMMU: remove obsolete FIXME comment by Joerg Roedel · 16 years ago
- 8a7c5ef x86 iommu: remove unneeded parenthesis by Jiri Kosina · 16 years ago
- 8a45669 x86m AMD IOMMU: cleanup: replace LOW_U32 macro with generic lower_32_bits by Joerg Roedel · 16 years ago
- 519c31b x86, AMD IOMMU: use status bit instead of memory write-back for completion wait by Joerg Roedel · 16 years ago
- 29111f5 Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into for-linus by Jesse Barnes · 17 years ago
- 3a61ec3 x86, AMD IOMMU: include amd_iommu_last_bdf in device initialization by Joerg Roedel · 17 years ago
- a8132e5 x86, AMD IOMMU: replace to_pages macro with iommu_num_pages by Joerg Roedel · 17 years ago
- acee709 Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linus by Ingo Molnar · 17 years ago
- d591b0a x86, AMD IOMMU: replace DEVID macro with a function by Joerg Roedel · 17 years ago
- d644953 x86, AMD IOMMU: rename struct command to iommu_cmd by Joerg Roedel · 17 years ago
- 136f78a x86, AMD IOMMU: add an emergency exit to the completion wait loop by Joerg Roedel · 17 years ago
- 8ea80d7 x86, AMD IOMMU: replace HIGH_U32 macro with upper_32_bits function by Joerg Roedel · 17 years ago
- 431b2a2 x86, AMD IOMMU: add comments to core code by Joerg Roedel · 17 years ago
- 46a7fa2 x86: make only GART code include gart.h by FUJITA Tomonori · 17 years ago
- 999ba41 x86, AMD IOMMU: flush domain TLB when there is more than one page to flush by Joerg Roedel · 17 years ago
- 5f6a59d x86, AMD IOMMU: remove unnecessary set_bit_string by Joerg Roedel · 17 years ago
- 92af4e2 x86, AMD IOMMU, build fix #2 by Ingo Molnar · 17 years ago
- c6da992 x86, AMD IOMMU: add amd_iommu.h to export functions to the generic x86 dma code by Joerg Roedel · 17 years ago
- 6631ee9 x86, AMD IOMMU: add dma_ops initialization function by Joerg Roedel · 17 years ago
- c432f3d x86, AMD IOMMU: add pre-allocation of protection domains by Joerg Roedel · 17 years ago