index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
microblaze
/
mm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-19
swiotlb: add support for non-coherent DMA
Christoph Hellwig
1
-10
/
+23
2018-10-19
swiotlb: don't dip into swiotlb pool for coherent allocations
Christoph Hellwig
3
-111
/
+5
2018-10-19
swiotlb: refactor swiotlb_map_page
Christoph Hellwig
1
-37
/
+30
2018-10-19
swiotlb: use swiotlb_map_page in swiotlb_map_sg_attrs
Christoph Hellwig
1
-22
/
+12
2018-10-19
swiotlb: merge swiotlb_unmap_page and unmap_single
Christoph Hellwig
1
-11
/
+4
2018-10-19
swiotlb: remove the overflow buffer
Christoph Hellwig
6
-64
/
+8
2018-10-19
swiotlb: do not panic on mapping failures
Christoph Hellwig
1
-32
/
+1
2018-10-19
swiotlb: mark is_swiotlb_buffer static
Christoph Hellwig
2
-2
/
+1
2018-10-19
swiotlb: remove a pointless comment
Christoph Hellwig
1
-6
/
+0
2018-10-09
dma-direct: respect DMA_ATTR_NO_WARN
Christoph Hellwig
1
-0
/
+3
2018-10-09
dma-mapping: translate __GFP_NOFAIL to DMA_ATTR_NO_WARN
Christoph Hellwig
1
-4
/
+10
2018-10-09
dma-direct: document the zone selection logic
Christoph Hellwig
1
-1
/
+8
2018-10-08
dma-debug: Check for drivers mapping invalid addresses in dma_map_single()
Stephen Boyd
3
-0
/
+25
2018-10-05
dma-direct: fix return value of dma_direct_supported
Alexander Duyck
1
-3
/
+1
2018-10-02
dma-mapping: move dma_default_get_required_mask under ifdef
Christoph Hellwig
1
-1
/
+1
2018-10-01
dma-direct: always allow dma mask <= physiscal memory size
Christoph Hellwig
1
-12
/
+16
2018-10-01
dma-direct: implement complete bus_dma_mask handling
Christoph Hellwig
2
-11
/
+13
2018-10-01
dma-direct: refine dma_direct_alloc zone selection
Christoph Hellwig
1
-10
/
+21
2018-10-01
dma-direct: add an explicit dma_direct_get_required_mask
Christoph Hellwig
2
-3
/
+20
2018-10-01
dma-mapping: make the get_required_mask method available unconditionally
Christoph Hellwig
9
-48
/
+13
2018-10-01
unicore32: remove swiotlb support
Christoph Hellwig
4
-26
/
+2
2018-09-26
Revert "dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops"
Christoph Hellwig
3
-4
/
+11
2018-09-20
dma-mapping: support non-coherent devices in dma_common_get_sgtable
Christoph Hellwig
3
-11
/
+21
2018-09-20
dma-mapping: consolidate the dma mmap implementations
Christoph Hellwig
16
-106
/
+58
2018-09-20
dma-mapping: merge direct and noncoherent ops
Christoph Hellwig
29
-192
/
+160
2018-09-20
dma-mapping: move the dma_coherent flag to struct device
Christoph Hellwig
9
-46
/
+41
2018-09-20
MIPS: don't select DMA_MAYBE_COHERENT from DMA_PERDEV_COHERENT
Christoph Hellwig
3
-11
/
+10
2018-09-20
dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declaration
Christoph Hellwig
1
-0
/
+3
2018-09-20
dma-mapping: fix panic caused by passing empty cma command line argument
He Zhe
1
-1
/
+5
2018-09-08
dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops
Christoph Hellwig
3
-11
/
+4
2018-09-08
dma-mapping: remove dma_deconfigure
Christoph Hellwig
9
-43
/
+3
2018-09-08
dma-mapping: remove dma_configure
Christoph Hellwig
3
-19
/
+5
2018-09-08
arm-nommu: don't define arch_teardown_dma_ops
Christoph Hellwig
2
-4
/
+2
2018-09-08
hexagon: use generic dma_noncoherent_ops
Christoph Hellwig
4
-180
/
+11
2018-09-08
hexagon: implement the sync_sg_for_device DMA operation
Christoph Hellwig
1
-0
/
+13
2018-09-08
hexagon: remove the sync_single_for_cpu DMA operation
Christoph Hellwig
1
-8
/
+0
2018-09-08
afs: Fix cell specification to permit an empty address list
David Howells
1
-8
/
+7
2018-09-07
i2c: xiic: Record xilinx i2c with Zynq fragment
Michal Simek
1
-0
/
+1
2018-09-06
i2c: xiic: Make the start and the byte count write atomic
Shubhrajyoti Datta
1
-0
/
+4
2018-09-06
block: bfq: swap puts in bfqg_and_blkg_put
Konstantin Khlebnikov
1
-2
/
+2
2018-09-06
arm64: fix erroneous warnings in page freeing functions
Mark Rutland
1
-4
/
+6
2018-09-06
printk/tracing: Do not trace printk_nmi_enter()
Steven Rostedt (VMware)
1
-2
/
+2
2018-09-06
rbd: support cloning across namespaces
Ilya Dryomov
1
-14
/
+97
2018-09-06
rbd: factor out get_parent_info()
Ilya Dryomov
1
-48
/
+86
2018-09-06
ceph: avoid a use-after-free in ceph_destroy_options()
Ilya Dryomov
1
-5
/
+11
2018-09-06
ACPI / LPSS: Force LPSS quirks on boot
Zhang Rui
1
-1
/
+1
2018-09-06
ACPI / bus: Only call dmi_check_system() on X86
Jean Delvare
1
-6
/
+7
2018-09-06
block: don't warn when doing fsync on read-only devices
Mikulas Patocka
1
-1
/
+4
2018-09-05
tracing: Add back in rcu_irq_enter/exit_irqson() for rcuidle tracepoints
Steven Rostedt (VMware)
1
-2
/
+6
2018-09-05
nds32: linker script: GCOV kernel may refers data in __exit
Greentime Hu
1
-0
/
+12
[next]