index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2021-09-02
30
-443
/
+310
|
\
|
*
hexagon: use the generic global coherent pool
Christoph Hellwig
2021-08-19
2
-46
/
+12
|
*
dma-mapping: make the global coherent pool conditional
Christoph Hellwig
2021-08-19
2
-30
/
+37
|
*
dma-mapping: add a dma_init_global_coherent helper
Christoph Hellwig
2021-08-18
2
-19
/
+15
|
*
dma-mapping: simplify dma_init_coherent_memory
Christoph Hellwig
2021-08-18
1
-45
/
+33
|
*
dma-mapping: allow using the global coherent pool for !ARM
Christoph Hellwig
2021-08-18
1
-0
/
+2
|
*
ARM/nommu: use the generic dma-direct code for non-coherent devices
Christoph Hellwig
2021-08-18
2
-169
/
+9
|
*
dma-direct: add support for dma_coherent_default_memory
Christoph Hellwig
2021-08-18
2
-0
/
+19
|
*
dma-mapping: return an unsigned int from dma_map_sg{,_attrs}
Christoph Hellwig
2021-08-14
2
-5
/
+6
|
*
dma-mapping: disallow .map_sg operations from returning zero on error
Logan Gunthorpe
2021-08-09
1
-3
/
+1
|
*
dma-mapping: return error code from dma_dummy_map_sg()
Martin Oliveira
2021-08-09
1
-1
/
+1
|
*
x86/amd_gart: don't set failed sg dma_address to DMA_MAPPING_ERROR
Logan Gunthorpe
2021-08-09
1
-2
/
+0
|
*
x86/amd_gart: return error code from gart_map_sg()
Martin Oliveira
2021-08-09
1
-7
/
+9
|
*
xen: swiotlb: return error code from xen_swiotlb_map_sg()
Martin Oliveira
2021-08-09
1
-1
/
+1
|
*
parisc: return error code from .map_sg() ops
Martin Oliveira
2021-08-09
2
-2
/
+2
|
*
sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
Logan Gunthorpe
2021-08-09
2
-4
/
+0
|
*
sparc/iommu: return error codes from .map_sg() ops
Martin Oliveira
2021-08-09
3
-5
/
+5
|
*
s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERROR
Logan Gunthorpe
2021-08-09
1
-1
/
+0
|
*
s390/pci: return error code from s390_dma_map_sg()
Martin Oliveira
2021-08-09
1
-5
/
+7
|
*
powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
Logan Gunthorpe
2021-08-09
1
-2
/
+0
|
*
powerpc/iommu: return error code from .map_sg() ops
Martin Oliveira
2021-08-09
3
-5
/
+6
|
*
MIPS/jazzdma: return error code from jazz_dma_map_sg()
Martin Oliveira
2021-08-09
1
-1
/
+1
|
*
ia64/sba_iommu: return error code from sba_map_sg_attrs()
Martin Oliveira
2021-08-09
1
-2
/
+2
|
*
ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERROR
Logan Gunthorpe
2021-08-09
1
-1
/
+0
|
*
ARM/dma-mapping: return error code from .map_sg() ops
Martin Oliveira
2021-08-09
1
-9
/
+16
|
*
alpha: return error code from alpha_pci_map_sg()
Martin Oliveira
2021-08-09
1
-3
/
+7
|
*
iommu/dma: return error code from iommu_dma_map_sg()
Logan Gunthorpe
2021-08-09
1
-7
/
+15
|
*
iommu: return full error code from iommu_map_sg[_atomic]()
Logan Gunthorpe
2021-08-09
2
-19
/
+18
|
*
dma-direct: return appropriate error code from dma_direct_map_sg()
Logan Gunthorpe
2021-08-09
1
-1
/
+1
|
*
dma-mapping: allow map_sg() ops to return negative error codes
Logan Gunthorpe
2021-08-09
3
-38
/
+84
|
*
dma-debug: fix debugfs initialization order
Anthony Iliopoulos
2021-08-09
1
-3
/
+4
|
*
dma-debug: use memory_intersects() directly
Kefeng Wang
2021-08-09
1
-12
/
+2
*
|
Merge tag 'configfs-5.15' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
2021-09-02
1
-56
/
+31
|
\
\
|
*
|
configfs: fix a race in configfs_lookup()
Sishuai Gong
2021-08-25
1
-3
/
+4
|
*
|
configfs: fold configfs_attach_attr into configfs_lookup
Christoph Hellwig
2021-08-25
1
-49
/
+24
|
*
|
configfs: simplify the configfs_dirent_is_ready
Christoph Hellwig
2021-08-25
1
-3
/
+1
|
*
|
configfs: return -ENAMETOOLONG earlier in configfs_lookup
Christoph Hellwig
2021-08-25
1
-2
/
+3
*
|
|
Merge tag 'dlm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...
Linus Torvalds
2021-09-02
9
-415
/
+458
|
\
\
\
|
*
|
|
fs: dlm: avoid comms shutdown delay in release_lockspace
Alexander Aring
2021-09-01
1
-0
/
+1
|
*
|
|
fs: dlm: fix return -EINTR on recovery stopped
Alexander Aring
2021-08-19
3
-3
/
+9
|
*
|
|
fs: dlm: implement delayed ack handling
Alexander Aring
2021-08-19
3
-8
/
+50
|
*
|
|
fs: dlm: move receive loop into receive handler
Alexander Aring
2021-07-19
1
-37
/
+31
|
*
|
|
fs: dlm: fix multiple empty writequeue alloc
Alexander Aring
2021-07-19
1
-0
/
+21
|
*
|
|
fs: dlm: generic connect func
Alexander Aring
2021-07-19
1
-193
/
+150
|
*
|
|
fs: dlm: auto load sctp module
Alexander Aring
2021-07-19
1
-5
/
+15
|
*
|
|
fs: dlm: introduce generic listen
Alexander Aring
2021-07-19
1
-115
/
+113
|
*
|
|
fs: dlm: move to static proto ops
Alexander Aring
2021-07-19
1
-22
/
+30
|
*
|
|
fs: dlm: introduce con_next_wq helper
Alexander Aring
2021-07-19
1
-22
/
+35
|
*
|
|
fs: dlm: cleanup and remove _send_rcom
Alexander Aring
2021-07-19
1
-18
/
+11
|
*
|
|
fs: dlm: clear CF_APP_LIMITED on close
Alexander Aring
2021-07-19
1
-0
/
+1
[next]