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
Commit message (
Expand
)
Author
Age
Files
Lines
*
m68knommu: add CPU reset code for the 5307 ColdFire
Greg Ungerer
2009-06-11
1
-4
/
+12
*
m68knommu: merge system reset for code ColdFire 523x family
Greg Ungerer
2009-06-11
1
-11
/
+2
*
m68knommu: fix system reset for ColdFire 527x family
Greg Ungerer
2009-06-11
1
-8
/
+8
*
Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2009-06-10
1
-11
/
+45
|
\
|
*
vsprintf: introduce %pf format specifier
Frederic Weisbecker
2009-04-29
1
-6
/
+13
|
*
printk: add support of hh length modifier for printk
Zhaolei
2009-04-08
1
-5
/
+32
*
|
Merge branch 'percpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2009-06-10
1
-97
/
+44
|
\
\
|
*
|
percpu: remove rbtree and use page->index instead
Christoph Lameter
2009-04-08
1
-80
/
+20
|
*
|
percpu: don't put the first chunk in reverse-map rbtree
Tejun Heo
2009-04-08
1
-17
/
+24
*
|
|
Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-06-10
4
-5
/
+30
|
\
\
\
|
*
|
|
spinlock: Add missing __raw_spin_lock_flags() stub for UP
Benjamin Herrenschmidt
2009-06-10
1
-0
/
+1
|
*
|
|
mutex: add atomic_dec_and_mutex_lock(), fix
Andrew Morton
2009-04-30
2
-24
/
+25
|
*
|
|
locking, rtmutex.c: Documentation cleanup
Luis Henriques
2009-04-29
1
-4
/
+4
|
*
|
|
mutex: add atomic_dec_and_mutex_lock()
Eric Paris
2009-04-29
1
-0
/
+23
*
|
|
|
Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2009-06-10
14
-438
/
+1099
|
\
\
\
\
|
*
\
\
\
Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2009-06-09
1
-16
/
+6
|
|
\
\
\
\
|
|
*
|
|
|
amd-iommu: remove unnecessary "AMD IOMMU: " prefix
Joerg Roedel
2009-06-09
1
-3
/
+2
|
|
*
|
|
|
amd-iommu: detach device explicitly before attaching it to a new domain
Joerg Roedel
2009-06-09
1
-1
/
+1
|
|
*
|
|
|
amd-iommu: remove BUS_NOTIFY_BOUND_DRIVER handling
Joerg Roedel
2009-06-09
1
-11
/
+0
|
|
*
|
|
|
Merge commit 'tip/core/iommu' into amd-iommu/fixes
Joerg Roedel
2009-06-09
791
-5729
/
+20970
|
|
|
\
\
\
\
|
|
*
|
|
|
|
amd_iommu: fix lock imbalance
Jiri Slaby
2009-06-03
1
-1
/
+3
|
*
|
|
|
|
|
dma-debug: simplify logic in driver_filter()
Joerg Roedel
2009-06-08
1
-21
/
+21
|
*
|
|
|
|
|
dma-debug: disable/enable irqs only once in device_dma_allocations
Joerg Roedel
2009-06-08
1
-2
/
+6
|
*
|
|
|
|
|
dma-debug: use pr_* instead of printk(KERN_* ...)
Joerg Roedel
2009-06-08
1
-21
/
+15
|
*
|
|
|
|
|
dma-debug: code style fixes
Joerg Roedel
2009-06-08
1
-11
/
+12
|
*
|
|
|
|
|
dma-debug: comment style fixes
Joerg Roedel
2009-06-08
1
-2
/
+3
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge branch 'dma-debug/2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2009-06-07
3
-22
/
+288
|
|
\
\
\
\
\
|
|
*
\
\
\
\
Merge branches 'dma-debug/fixes' and 'dma-debug/driver-filter' into dma-debug...
Joerg Roedel
2009-06-02
3
-1
/
+185
|
|
|
\
\
\
\
\
|
|
|
*
|
|
|
|
dma-debug: add documentation for the driver filter
Joerg Roedel
2009-06-02
1
-0
/
+12
|
|
|
*
|
|
|
|
dma-debug: add dma_debug_driver kernel command line
Joerg Roedel
2009-06-02
2
-0
/
+25
|
|
|
*
|
|
|
|
dma-debug: add debugfs file for driver filter
Joerg Roedel
2009-06-02
1
-1
/
+101
|
|
|
*
|
|
|
|
dma-debug: add variables and checks for driver filter
Joerg Roedel
2009-06-02
1
-1
/
+48
|
|
*
|
|
|
|
|
dma-debug: fix debug_dma_sync_sg_for_cpu and debug_dma_sync_sg_for_device
FUJITA Tomonori
2009-05-29
1
-11
/
+37
|
|
*
|
|
|
|
|
dma-debug: use sg_dma_len accessor
FUJITA Tomonori
2009-05-29
1
-5
/
+5
|
|
*
|
|
|
|
|
dma-debug: use sg_dma_address accessor instead of using dma_address directly
FUJITA Tomonori
2009-05-29
1
-6
/
+6
|
|
*
|
|
|
|
|
dma-debug: re-add dma memory leak detection
Joerg Roedel
2009-05-28
1
-1
/
+57
|
|
|
/
/
/
/
/
|
*
|
|
|
|
|
Merge branch 'linus' into core/iommu
Ingo Molnar
2009-06-07
783
-5472
/
+20041
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
dma-debug: change hash_bucket_find from first-fit to best-fit
Joerg Roedel
2009-06-07
1
-4
/
+39
|
*
|
|
|
|
|
|
x86: enable GART-IOMMU only after setting up protection methods
Mark Langsdorf
2009-06-06
1
-2
/
+8
|
|
|
|
|
|
|
|
|
|
\
\
\
\
\
\
|
|
\
\
\
\
\
\
|
|
\
\
\
\
\
\
|
*
-
-
-
.
\
\
\
\
\
\
Merge branches 'amd-iommu/fixes', 'amd-iommu/debug', 'amd-iommu/suspend-resum...
Joerg Roedel
2009-05-28
6
-229
/
+594
|
|
\
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
amd-iommu: don't free dma adresses below 512MB with CONFIG_IOMMU_STRESS
Joerg Roedel
2009-05-28
1
-0
/
+5
|
|
|
|
*
|
|
|
|
|
amd-iommu: don't preallocate page tables with CONFIG_IOMMU_STRESS
Joerg Roedel
2009-05-28
1
-0
/
+4
|
|
|
|
*
|
|
|
|
|
amd-iommu: disable round-robin allocator for CONFIG_IOMMU_STRESS
Joerg Roedel
2009-05-28
1
-0
/
+5
|
|
|
|
*
|
|
|
|
|
amd-iommu: remove amd_iommu_size kernel parameter
Joerg Roedel
2009-05-28
3
-34
/
+4
|
|
|
|
*
|
|
|
|
|
amd-iommu: enlarge the aperture dynamically
Joerg Roedel
2009-05-28
1
-2
/
+18
|
|
|
|
*
|
|
|
|
|
amd-iommu: handle exlusion ranges and unity mappings in alloc_new_range
Joerg Roedel
2009-05-28
1
-11
/
+60
|
|
|
|
*
|
|
|
|
|
amd-iommu: move aperture_range allocation code to seperate function
Joerg Roedel
2009-05-28
1
-36
/
+59
|
|
|
|
*
|
|
|
|
|
amd-iommu: change dma_dom->next_bit to dma_dom->next_address
Joerg Roedel
2009-05-28
2
-9
/
+10
|
|
|
|
*
|
|
|
|
|
amd-iommu: make address allocator aware of multiple aperture ranges
Joerg Roedel
2009-05-28
2
-39
/
+110
|
|
|
|
*
|
|
|
|
|
amd-iommu: handle page table allocation failures in dma_ops code
Joerg Roedel
2009-05-28
1
-2
/
+18
[next]