summaryrefslogtreecommitdiffstats
path: root/drivers/ptp/ptp_vclock.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-19dma-mapping: make the global coherent pool conditionalChristoph Hellwig2-30/+37
2021-08-18dma-mapping: add a dma_init_global_coherent helperChristoph Hellwig2-19/+15
2021-08-18dma-mapping: simplify dma_init_coherent_memoryChristoph Hellwig1-45/+33
2021-08-18dma-mapping: allow using the global coherent pool for !ARMChristoph Hellwig1-0/+2
2021-08-18ARM/nommu: use the generic dma-direct code for non-coherent devicesChristoph Hellwig2-169/+9
2021-08-18dma-direct: add support for dma_coherent_default_memoryChristoph Hellwig2-0/+19
2021-08-14dma-mapping: return an unsigned int from dma_map_sg{,_attrs}Christoph Hellwig2-5/+6
2021-08-09dma-mapping: disallow .map_sg operations from returning zero on errorLogan Gunthorpe1-3/+1
2021-08-09dma-mapping: return error code from dma_dummy_map_sg()Martin Oliveira1-1/+1
2021-08-09x86/amd_gart: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe1-2/+0
2021-08-09x86/amd_gart: return error code from gart_map_sg()Martin Oliveira1-7/+9
2021-08-09xen: swiotlb: return error code from xen_swiotlb_map_sg()Martin Oliveira1-1/+1
2021-08-09parisc: return error code from .map_sg() opsMartin Oliveira2-2/+2
2021-08-09sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe2-4/+0
2021-08-09sparc/iommu: return error codes from .map_sg() opsMartin Oliveira3-5/+5
2021-08-09s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe1-1/+0
2021-08-09s390/pci: return error code from s390_dma_map_sg()Martin Oliveira1-5/+7
2021-08-09powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe1-2/+0
2021-08-09powerpc/iommu: return error code from .map_sg() opsMartin Oliveira3-5/+6
2021-08-09MIPS/jazzdma: return error code from jazz_dma_map_sg()Martin Oliveira1-1/+1
2021-08-09ia64/sba_iommu: return error code from sba_map_sg_attrs()Martin Oliveira1-2/+2
2021-08-09ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe1-1/+0
2021-08-09ARM/dma-mapping: return error code from .map_sg() opsMartin Oliveira1-9/+16
2021-08-09alpha: return error code from alpha_pci_map_sg()Martin Oliveira1-3/+7
2021-08-09iommu/dma: return error code from iommu_dma_map_sg()Logan Gunthorpe1-7/+15
2021-08-09iommu: return full error code from iommu_map_sg[_atomic]()Logan Gunthorpe2-19/+18
2021-08-09dma-direct: return appropriate error code from dma_direct_map_sg()Logan Gunthorpe1-1/+1
2021-08-09dma-mapping: allow map_sg() ops to return negative error codesLogan Gunthorpe3-38/+84
2021-08-09dma-debug: fix debugfs initialization orderAnthony Iliopoulos1-3/+4
2021-08-09dma-debug: use memory_intersects() directlyKefeng Wang1-12/+2
2021-08-08Linux 5.14-rc5v5.14-rc5Linus Torvalds1-1/+1
2021-08-07Revert "riscv: Remove CONFIG_PHYS_RAM_BASE_FIXED"Alexandre Ghiti1-0/+6
2021-08-07riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti2-8/+16
2021-08-07kyber: make trace_block_rq call consistent with documentationVincent Fu1-1/+1
2021-08-06ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o1-1/+1
2021-08-06tracepoint: Use rcu get state and cond sync for static call updatesMathieu Desnoyers1-14/+67
2021-08-06io-wq: fix lack of acct->nr_workers < acct->max_workers judgementHao Xu1-1/+9
2021-08-06io-wq: fix no lock protection of acct->nr_workerHao Xu1-6/+17
2021-08-06perf/x86/intel: Apply mid ACK for small coreKan Liang2-8/+30
2021-08-06RDMA/iw_cxgb4: Fix refcount underflow while destroying cqs.Dakshaja Uppalapati3-8/+13
2021-08-06drm/amdgpu: add DID for beige gobyChengming Gui1-0/+7
2021-08-06drm/amdgpu/display: fix DMUB firmware version infoShirish S1-1/+1
2021-08-06drm/amd/display: workaround for hard hang on HPD on native DPQingqing Zhuo1-1/+3
2021-08-06drm/amd/display: Fix resetting DCN3.1 HW when resuming from S4Jude Shih1-3/+5
2021-08-06drm/amd/display: Increase stutter watermark for dcn303Bing Guo1-2/+2
2021-08-06drm/amd/display: Fix Dynamic bpp issue with 8K30 with Navi 1XBing Guo1-1/+1
2021-08-06drm/amd/display: Assume LTTPR interop for DCN31+Wesley Chalmers4-19/+40
2021-08-06drm/amdgpu: fix checking pmops when PM_SLEEP is not enabledRandy Dunlap1-1/+1
2021-08-06drm/amd/pm: update yellow carp pmfw interface versionXiaomeng Hou1-1/+1
2021-08-05tracepoint: Fix static call function vs data state mismatchMathieu Desnoyers1-20/+82