index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
pci-dma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-24
x86/dma-debug: Bump PREALLOC_DMA_DEBUG_ENTRIES
Maarten Lankhorst
1
-1
/
+1
2013-01-03
X86: drivers: remove __dev* attributes.
Greg Kroah-Hartman
1
-1
/
+1
2012-06-25
iommu: Remove group_mf
Alex Williamson
1
-11
/
+0
2012-06-14
x86: dma-mapping: fix broken allocation when dma_mask has been provided
Marek Szyprowski
1
-1
/
+2
2012-05-21
X86: integrate CMA with DMA-mapping subsystem
Marek Szyprowski
1
-2
/
+16
2012-04-04
Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...
Linus Torvalds
1
-1
/
+2
2012-03-28
X86 & IA64: adapt for dma_map_ops changes
Andrzej Pietrasiewicz
1
-1
/
+2
2012-02-24
PCI: Use class for quirk for via_no_dac
Yinghai Lu
1
-2
/
+3
2011-11-15
iommu: Add option to group multi-function devices
Alex Williamson
1
-0
/
+11
2011-10-31
x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
1
-0
/
+1
2011-09-27
doc: fix broken references
Paul Bolle
1
-2
/
+2
2011-05-10
x86/PCI: Remove dma32_reserve_bootmem
Yinghai Lu
1
-64
/
+0
2010-08-26
x86, iommu: Utilize the IOMMU_INIT macros functionality.
Konrad Rzeszutek Wilk
1
-25
/
+21
2010-08-26
x86, swiotlb: Simplify SWIOTLB pci_swiotlb_detect routine.
Konrad Rzeszutek Wilk
1
-1
/
+3
2010-08-02
x86: Detect whether we should use Xen SWIOTLB.
Konrad Rzeszutek Wilk
1
-2
/
+5
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-1
/
+1
2010-02-10
x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMA
Yinghai Lu
1
-3
/
+10
2010-02-05
fix comment typo in pci-dma.c
Justin P. Mattock
1
-1
/
+1
2009-12-15
x86: Split swiotlb initialization into two stages
FUJITA Tomonori
1
-5
/
+4
2009-12-14
x86: Move swiotlb initialization before dma32_free_bootmem
FUJITA Tomonori
1
-1
/
+4
2009-11-17
x86: Kill bad_dma_address variable
FUJITA Tomonori
1
-3
/
+0
2009-11-17
Merge commit 'v2.6.32-rc7' into core/iommu
Ingo Molnar
1
-4
/
+2
2009-11-15
x86: Set dma_ops to nommu_dma_ops by default
FUJITA Tomonori
1
-3
/
+1
2009-11-11
swiotlb: Remove the swiotlb variable usage
FUJITA Tomonori
1
-4
/
+1
2009-11-10
x86: Add iommu_init to x86_init_ops, fix build
Ingo Molnar
1
-0
/
+1
2009-11-10
x86, 32-bit: Fix swiotlb boot crash
FUJITA Tomonori
1
-0
/
+2
2009-11-10
x86: Handle HW IOMMU initialization failure gracefully
FUJITA Tomonori
1
-8
/
+13
2009-11-10
x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hook
FUJITA Tomonori
1
-2
/
+0
2009-11-10
x86: amd_iommu: Convert amd_iommu_detect() to use iommu_init hook
FUJITA Tomonori
1
-2
/
+0
2009-11-10
x86: GART: Convert gart_iommu_hole_init() to use iommu_init hook
FUJITA Tomonori
1
-2
/
+0
2009-11-10
x86: Calgary: Convert detect_calgary() to use iommu_init hook
FUJITA Tomonori
1
-2
/
+0
2009-11-10
x86: Add iommu_init to x86_init_ops
FUJITA Tomonori
1
-0
/
+2
2009-11-08
x86/PCI: Adjust GFP mask handling for coherent allocations
Jan Beulich
1
-4
/
+2
2009-11-08
x86: Fix iommu=nodac parameter handling
Tejun Heo
1
-1
/
+1
2009-11-08
x86: Use x86_platform for iommu_shutdown
FUJITA Tomonori
1
-7
/
+0
2009-10-13
Merge git://git.infradead.org/~dwmw2/iommu-2.6.32
Linus Torvalds
1
-1
/
+1
2009-10-12
x86: Move pci_iommu_init to rootfs_initcall()
David Woodhouse
1
-1
/
+1
2009-10-03
x86, pci: Correct spelling in a comment
Marin Mitov
1
-1
/
+1
2009-09-16
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-3
/
+1
2009-09-11
Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+9
2009-09-09
PCI iommu: iommu=pt is a valid early param
Alex Williamson
1
-3
/
+1
2009-09-04
Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
1
-1
/
+8
2009-09-03
x86/dma: Mark iommu_pass_through as __read_mostly
Joerg Roedel
1
-1
/
+8
2009-09-01
kmemleak: Ignore the aperture memory hole on x86_64
Catalin Marinas
1
-0
/
+6
2009-07-28
x86: replace is_buffer_dma_capable() with dma_capable
FUJITA Tomonori
1
-1
/
+1
2009-07-01
intel-iommu: Make iommu=pt work on i386 too
David Woodhouse
1
-1
/
+1
2009-06-22
Merge git://git.infradead.org/~dwmw2/iommu-2.6.31
Linus Torvalds
1
-0
/
+6
2009-06-15
amd-iommu: disable IOMMU hardware on shutdown
Joerg Roedel
1
-0
/
+2
2009-05-01
Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through Support
Fenghua Yu
1
-2
/
+2
[next]