Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
91da2c5a7ee3525da3c9d3c78e00a666210ad81c
/
drivers
/
iommu
/
amd_iommu.c
43a0ba6
iommu: IOMMU Groups
by Alex Williamson
· 13 years ago
58bca4a
Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping
by Linus Torvalds
· 13 years ago
baa676f
X86 & IA64: adapt for dma_map_ops changes
by Andrzej Pietrasiewicz
· 13 years ago
943bc7e
x86: Fix section warnings
by Steffen Persvold
· 13 years ago
af1be04
iommu/amd: Work around broken IVRS tables
by Joerg Roedel
· 13 years ago
f93ea73
Merge branches 'iommu/page-sizes' and 'iommu/group-id' into next
by Joerg Roedel
· 13 years ago
2655d7a
iommu/amd: Init stats for iommu=pt
by Joerg Roedel
· 13 years ago
52efdb8
iommu/amd: Add amd_iommu_device_info() function
by Joerg Roedel
· 13 years ago
46277b7
iommu/amd: Adapt IOMMU driver to PCI register name changes
by Joerg Roedel
· 13 years ago
a06ec39
Merge branch 'iommu/page-sizes' into x86/amd
by Joerg Roedel
· 13 years ago
399be2f
iommu/amd: Add stat counter for IOMMUv2 events
by Joerg Roedel
· 13 years ago
6a113dd
iommu/amd: Add device errata handling
by Joerg Roedel
· 13 years ago
f3572db
iommu/amd: Add function to get IOMMUv2 domain for pdev
by Joerg Roedel
· 13 years ago
c99afa2
iommu/amd: Implement function to send PPR completions
by Joerg Roedel
· 13 years ago
b16137b
iommu/amd: Implement functions to manage GCR3 table
by Joerg Roedel
· 13 years ago
22e266c
iommu/amd: Implement IOMMUv2 TLB flushing routines
by Joerg Roedel
· 13 years ago
52815b7
iommu/amd: Add support for IOMMUv2 domain mode
by Joerg Roedel
· 13 years ago
132bd68
iommu/amd: Add amd_iommu_domain_direct_map function
by Joerg Roedel
· 13 years ago
72e1dcc
iommu/amd: Implement notifier for PPR faults
by Joerg Roedel
· 13 years ago
5abcdba
iommu/amd: Put IOMMUv2 capable devices in pt_domain
by Joerg Roedel
· 13 years ago
ee6c286
iommu/amd: Convert dev_table_entry to u64
by Joerg Roedel
· 13 years ago
bcb71ab
iommu: Add option to group multi-function devices
by Alex Williamson
· 13 years ago
8fbdce6
iommu/amd: Implement iommu_device_group
by Alex Williamson
· 13 years ago
aa3de9c
iommu/amd: announce supported page sizes
by Ohad Ben-Cohen
· 13 years ago
5009065
iommu/core: stop converting bytes to page order back and forth
by Ohad Ben-Cohen
· 13 years ago
1abb4ba
Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', 'iommu/fault-reporting' and 'api/iommu-ops-per-bus' into next
by Joerg Roedel
· 13 years ago
2cc21c4
iommu/amd: Use bus_set_iommu instead of register_iommu
by Joerg Roedel
· 13 years ago
fcd0861
iommu/amd: Fix wrong shift direction
by Joerg Roedel
· 13 years ago
e33acde
iommu/amd: Don't take domain->lock recursivly
by Joerg Roedel
· 13 years ago
f1ca151
iommu/amd: Make sure iommu->need_sync contains correct value
by Joerg Roedel
· 13 years ago
17f5b56
iommu/amd: Don't use MSI address range for DMA addresses
by Joerg Roedel
· 13 years ago
801019d
Merge branches 'amd/transparent-bridge' and 'core'
by Joerg Roedel
· 13 years ago
403f81d
iommu/amd: Move missing parts to drivers/iommu
by Joerg Roedel
· 14 years ago
29b6841
x86: amd_iommu: move to drivers/iommu/
by Ohad Ben-Cohen
· 14 years ago
[Renamed from arch/x86/kernel/amd_iommu.c]
5629937
Linux 3.0-rc4
by Linus Torvalds
· 13 years ago
71f7758
x86/amd-iommu: Store device alias as dev_data pointer
by Joerg Roedel
· 14 years ago
2601887
x86/amd-iommu: Fix boot crash with hidden PCI devices
by Joerg Roedel
· 14 years ago
27c2127
x86/amd-iommu: Use only per-device dma_ops
by Joerg Roedel
· 14 years ago
6ec5ff4
x86: Eliminate various 'set but not used' warnings
by Gustavo F. Padovan
· 14 years ago
72fe00f
x86/amd-iommu: Use threaded interupt handler
by Joerg Roedel
· 14 years ago
604c307
Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats' and 'amd-iommu/extended-features' into iommu/2.6.40
by Joerg Roedel
· 14 years ago
58fc7f1
x86/amd-iommu: Add support for invalidate_all command
by Joerg Roedel
· 14 years ago
fd7b553
x86/amd-iommu: Add ATS enable/disable code
by Joerg Roedel
· 14 years ago
cb41ed8
x86/amd-iommu: Flush device IOTLB if ATS is enabled
by Joerg Roedel
· 14 years ago
7d0c5cc
x86/amd-iommu: Flush all internal TLBs when IOMMUs are enabled
by Joerg Roedel
· 14 years ago
d8c1308
x86/amd-iommu: Rename iommu_flush_device
by Joerg Roedel
· 14 years ago
ac0ea6e
x86/amd-iommu: Improve handling of full command buffer
by Joerg Roedel
· 14 years ago
17b124b
x86/amd-iommu: Rename iommu_flush* to domain_flush*
by Joerg Roedel
· 14 years ago
61985a0
x86/amd-iommu: Remove command buffer resetting logic
by Joerg Roedel
· 14 years ago
815b33f
x86/amd-iommu: Cleanup completion-wait handling
by Joerg Roedel
· 14 years ago
11b6402
x86/amd-iommu: Cleanup inv_pages command handling
by Joerg Roedel
· 14 years ago
94fe79e
x86/amd-iommu: Move inv-dte command building to own function
by Joerg Roedel
· 14 years ago
ded4673
x86/amd-iommu: Move compl-wait command building to own function
by Joerg Roedel
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
5d0d715
x86/amd-iommu: Update copyright headers
by Joerg Roedel
· 14 years ago
04e0463
x86/amd-iommu: Fix rounding-bug in __unmap_single
by Joerg Roedel
· 14 years ago
80a506b
x86/amd-iommu: Export cache-coherency capability
by Joerg Roedel
· 14 years ago
6c54aab
x86/amd-iommu: Use for_each_pci_dev()
by Kulikov Vasiliy
· 14 years ago
d7f0776
x86/amd-iommu: Fall back to GART if initialization fails
by Joerg Roedel
· 15 years ago
84fe6c1
arch/x86/kernel: Add missing spin_unlock
by Julia Lawall
· 15 years ago
795e74f
Merge branch 'iommu/largepages' into amd-iommu/2.6.35
by Joerg Roedel
· 15 years ago
2b2f862
Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent
by Ingo Molnar
· 15 years ago
d18c69d
x86/amd-iommu: use for_each_pci_dev
by Chris Wright
· 15 years ago
549c90d
x86/amd-iommu: warn when issuing command to uninitialized cmd buffer
by Chris Wright
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
8b408fe
x86/amd-iommu: Use helper function to destroy domain
by Joerg Roedel
· 15 years ago
12c7389
iommu-api: Remove iommu_{un}map_range functions
by Joerg Roedel
· 15 years ago
468e236
x86/amd-iommu: Implement ->{un}map callbacks for iommu-api
by Joerg Roedel
· 15 years ago
f03152b
x86/amd-iommu: Make amd_iommu_iova_to_phys aware of multiple page sizes
by Joerg Roedel
· 15 years ago
24cd772
x86/amd-iommu: Make iommu_unmap_page and fetch_pte aware of page sizes
by Joerg Roedel
· 15 years ago
cbb9d72
x86/amd-iommu: Make iommu_map_page and alloc_pte aware of page sizes
by Joerg Roedel
· 15 years ago
4abc14a
iommu-api: Rename ->{un}map function pointers to ->{un}map_range
by Joerg Roedel
· 15 years ago
04e856c
x86/amd-iommu: Pt mode fix for domain_destroy
by Chris Wright
· 15 years ago
5d214fe
x86/amd-iommu: Protect IOMMU-API map/unmap path
by Joerg Roedel
· 15 years ago
339d326
x86/amd-iommu: Remove double NULL check in check_device
by Julia Lawall
· 15 years ago
d3ad937
x86/amd-iommu: Fix deassignment of a device from the pt_domain
by Joerg Roedel
· 15 years ago
f532509
x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt
by Joerg Roedel
· 15 years ago
2ca7627
x86/amd-iommu: Fix NULL pointer dereference in __detach_device()
by Joerg Roedel
· 15 years ago
d91afd1
x86/amd-iommu: Fix possible integer overflow
by Joerg Roedel
· 15 years ago
a66022c
iommu-helper: use bitmap library
by Akinobu Mita
· 15 years ago
7563009
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
8638c49
x86/amd-iommu: Fix PCI hotplug with passthrough mode
by Joerg Roedel
· 15 years ago
b7cc955
x86/amd-iommu: Fix passthrough mode
by Joerg Roedel
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
492667d
x86/amd-iommu: Remove amd_iommu_pd_table
by Joerg Roedel
· 15 years ago
8eed983
x86/amd-iommu: Move reset_iommu_command_buffer out of locked code
by Joerg Roedel
· 15 years ago
b00d3bc
x86/amd-iommu: Cleanup DTE flushing code
by Joerg Roedel
· 15 years ago
3fa4365
x86/amd-iommu: Introduce iommu_flush_device() function
by Joerg Roedel
· 15 years ago
7f760dd
x86/amd-iommu: Cleanup attach/detach_device code
by Joerg Roedel
· 15 years ago
7c392cb
x86/amd-iommu: Keep devices per domain in a list
by Joerg Roedel
· 15 years ago
2410005
x86/amd-iommu: Add device bind reference counting
by Joerg Roedel
· 15 years ago
657cbb6
x86/amd-iommu: Use dev->arch->iommu to store iommu related information
by Joerg Roedel
· 15 years ago
8793abe
x86/amd-iommu: Remove support for domain sharing
by Joerg Roedel
· 15 years ago
171e7b3
x86/amd-iommu: Rearrange dma_ops related functions
by Joerg Roedel
· 15 years ago
308973d
x86/amd-iommu: Move some pte allocation functions in the right section
by Joerg Roedel
· 15 years ago
87a64d5
x86/amd-iommu: Remove iommu parameter from dma_ops_domain_alloc
by Joerg Roedel
· 15 years ago
98fc5a6
x86/amd-iommu: Use get_device_id and check_device where appropriate
by Joerg Roedel
· 15 years ago
71c7098
x86/amd-iommu: Move find_protection_domain to helper functions
by Joerg Roedel
· 15 years ago
94f6d19
x86/amd-iommu: Simplify get_device_resources()
by Joerg Roedel
· 15 years ago
Next »