index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge phase #3 (IOMMU) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/l...
Linus Torvalds
2008-10-11
10
-285
/
+595
|
\
|
*
-
-
-
.
Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for...
Ingo Molnar
2008-10-10
10
-285
/
+595
|
|
\
\
\
|
|
|
|
*
AMD IOMMU: use iommu_device_max_index
FUJITA Tomonori
2008-10-02
1
-7
/
+3
|
|
|
|
*
x86/iommu: use __GFP_ZERO instead of memset for GART
Joerg Roedel
2008-09-27
1
-8
/
+5
|
|
|
|
*
x86/iommu: convert GART need_flush to bool
Joerg Roedel
2008-09-27
1
-5
/
+5
|
|
|
|
*
x86/iommu: make GART driver checkpatch clean
Joerg Roedel
2008-09-27
1
-8
/
+9
|
|
|
|
*
x86 gart: remove unnecessary initialization
FUJITA Tomonori
2008-09-25
1
-6
/
+0
|
|
|
|
*
x86: restore old GART alloc_coherent behavior
FUJITA Tomonori
2008-09-25
1
-23
/
+20
|
|
|
|
*
revert "x86: make GART to respect device's dma_mask about virtual mappings"
FUJITA Tomonori
2008-09-25
1
-28
/
+11
|
|
|
|
*
x86: export pci-nommu's alloc_coherent
FUJITA Tomonori
2008-09-25
2
-38
/
+32
|
|
|
|
*
iommu: remove fullflush and nofullflush in IOMMU generic option
FUJITA Tomonori
2008-09-22
4
-16
/
+19
|
|
|
|
*
iommu: export iommu_area_reserve helper function
FUJITA Tomonori
2008-09-22
3
-3
/
+3
|
|
|
|
*
AMD IOMMU: use coherent_dma_mask in alloc_coherent
Joerg Roedel
2008-09-19
1
-7
/
+22
|
|
|
|
*
AMD IOMMU: use cmd_buf_size when freeing the command buffer
Joerg Roedel
2008-09-19
1
-1
/
+2
|
|
|
|
*
AMD IOMMU: calculate IVHD size with a function
Joerg Roedel
2008-09-19
1
-2
/
+10
|
|
|
|
*
AMD IOMMU: remove unnecessary cast to u64 in the init code
Joerg Roedel
2008-09-19
1
-1
/
+1
|
|
|
|
*
AMD IOMMU: free domain bitmap with its allocation order
Joerg Roedel
2008-09-19
1
-1
/
+2
|
|
|
|
*
AMD IOMMU: simplify dma_mask_to_pages
Joerg Roedel
2008-09-19
1
-2
/
+1
|
|
|
|
*
AMD IOMMU: replace memset with __GFP_ZERO in alloc_coherent
Joerg Roedel
2008-09-19
1
-1
/
+1
|
|
|
|
*
AMD IOMMU: avoid unnecessary low zone allocation in alloc_coherent
FUJITA Tomonori
2008-09-19
1
-2
/
+3
|
|
|
|
*
AMD IOMMU: some set_device_domain cleanups
Joerg Roedel
2008-09-19
1
-4
/
+5
|
|
|
|
*
AMD IOMMU: don't assign preallocated protection domains to devices
Joerg Roedel
2008-09-19
1
-5
/
+38
|
|
|
|
*
AMD IOMMU: add dma_supported callback
Joerg Roedel
2008-09-19
1
-0
/
+25
|
|
|
|
*
AMD IOMMU: allow IO page faults from devices
Joerg Roedel
2008-09-19
1
-1
/
+0
|
|
|
|
*
AMD IOMMU: enable event logging
Joerg Roedel
2008-09-19
1
-0
/
+8
|
|
|
|
*
AMD IOMMU: add event handling code
Joerg Roedel
2008-09-19
2
-2
/
+86
|
|
|
|
*
AMD IOMMU: add MSI interrupt support
Joerg Roedel
2008-09-19
3
-1
/
+110
|
|
|
|
*
AMD IOMMU: save pci_dev instead of devid
Joerg Roedel
2008-09-19
1
-9
/
+16
|
|
|
|
*
AMD IOMMU: save pci segment from ACPI tables
Joerg Roedel
2008-09-19
1
-0
/
+1
|
|
|
|
*
AMD IOMMU: add event buffer allocation
Joerg Roedel
2008-09-19
1
-0
/
+29
|
|
|
|
*
AMD IOMMU: align alloc_coherent addresses properly
Joerg Roedel
2008-09-19
1
-8
/
+14
|
|
|
|
*
AMD IOMMU: add branch hints to completion wait checks
Joerg Roedel
2008-09-19
1
-6
/
+6
|
|
|
|
*
AMD IOMMU: implement lazy IO/TLB flushing
Joerg Roedel
2008-09-19
2
-5
/
+28
|
|
|
|
*
x86: move GART TLB flushing options to generic code
Joerg Roedel
2008-09-19
2
-13
/
+13
|
|
|
|
*
AMD IOMMU: move TLB flushing to the map/unmap helper functions
Joerg Roedel
2008-09-19
1
-14
/
+5
|
|
|
|
*
AMD IOMMU: check for invalid device pointers
Joerg Roedel
2008-09-19
1
-8
/
+35
|
|
|
|
*
x86: gart alloc_coherent does virtual mapppings only when necessary
FUJITA Tomonori
2008-09-14
1
-1
/
+9
|
|
|
|
*
x86: avoid unnecessary low zone allocation in Calgary's alloc_coherent
FUJITA Tomonori
2008-09-14
1
-0
/
+2
|
|
|
|
*
x86: make GART to respect device's dma_mask about virtual mappings
FUJITA Tomonori
2008-09-14
1
-11
/
+28
|
|
|
|
*
Merge branch 'linus' into x86/iommu
Ingo Molnar
2008-09-14
32
-435
/
+564
|
|
|
|
|
\
|
|
|
|
*
|
x86: convert pci-nommu to use is_buffer_dma_capable helper function
FUJITA Tomonori
2008-09-10
1
-4
/
+6
|
|
|
|
*
|
x86: convert gart to use is_buffer_dma_capable helper function
FUJITA Tomonori
2008-09-10
1
-13
/
+3
|
|
|
|
*
|
Merge commit 'v2.6.27-rc6' into x86/iommu
Ingo Molnar
2008-09-10
478
-4182
/
+81616
|
|
|
|
|
\
\
|
|
|
|
*
|
|
x86: dma_alloc_coherent sets gfp flags properly
FUJITA Tomonori
2008-09-08
1
-17
/
+2
|
|
|
|
*
|
|
x86: fix nommu_alloc_coherent allocation with NULL device argument
FUJITA Tomonori
2008-09-08
1
-2
/
+1
|
|
|
|
*
|
|
x86: move pci-nommu's dma_mask check to common code
FUJITA Tomonori
2008-09-08
1
-3
/
+0
|
|
|
|
*
|
|
ia64: dma_alloc_coherent always use GFP_DMA
FUJITA Tomonori
2008-09-08
1
-1
/
+3
|
|
|
|
*
|
|
x86: blacklist DMAR on Intel G31/G33 chipsets
David Woodhouse
2008-09-05
1
-0
/
+18
|
|
|
|
*
|
|
x86, gart: add detection of AMD family 0x11 northbridges
Joerg Roedel
2008-09-05
1
-2
/
+3
|
|
|
|
*
|
|
x86: gart alloc_coherent doesn't need to check NULL device argument
FUJITA Tomonori
2008-09-05
1
-3
/
+0
[next]