summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | remoteproc: add is_iomem to da_to_vaPeng Fan2021-03-1120-29/+45
| * | | | | remoteproc: introduce is_iomem to rproc_mem_entryPeng Fan2021-03-111-0/+2
| * | | | | dt-bindings: remoteproc: imx_rproc: add i.MX8MQ/M supportPeng Fan2021-03-111-1/+30
| * | | | | dt-bindings: remoteproc: convert imx rproc bindings to json-schemaPeng Fan2021-03-112-33/+61
| * | | | | remoteproc: core: Remove casting to rproc_handle_resource_tJindong Yue2021-03-111-13/+16
| * | | | | remoteproc: pru: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYang Li2021-03-111-2/+2
| * | | | | remoteproc: sysfs: Use sysfs_emit instead of sprintfRaghavendra Rao Ananta2021-03-081-2/+2
| |/ / / /
* | | | | Merge tag 'rpmsg-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds2021-05-046-13/+109
|\ \ \ \ \
| * | | | | rpmsg: qcom_glink_native: fix error return code of qcom_glink_rx_data()Jia-Ju Bai2021-04-091-0/+1
| * | | | | rpmsg: char: Return an error if device already openArnaud Pouliquen2021-03-171-0/+3
| * | | | | rpmsg: virtio: Register the rpmsg_char deviceArnaud Pouliquen2021-03-171-5/+57
| * | | | | rpmsg: char: Use rpmsg_sendto to specify the message destination addressArnaud Pouliquen2021-03-173-2/+34
| * | | | | rpmsg: Add short description of the IOCTL defined in UAPI.Arnaud Pouliquen2021-03-171-2/+9
| * | | | | rpmsg: Move RPMSG_ADDR_ANY in user APIArnaud Pouliquen2021-03-172-2/+3
| * | | | | rpmsg: char: Rename rpmsg_char_init to rpmsg_chrdev_initArnaud Pouliquen2021-03-171-2/+2
| |/ / / /
* | | | | Merge tag 'hwlock-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/and...Linus Torvalds2021-05-044-145/+0
|\ \ \ \ \
| * | | | | hwspinlock: remove sirf driverArnd Bergmann2021-03-174-145/+0
| |/ / / /
* | | | | Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-0414-478/+356
|\ \ \ \ \
| * | | | | swiotlb: don't override user specified size in swiotlb_adjust_sizeChristoph Hellwig2021-04-291-0/+2
| * | | | | swiotlb: Fix the type of indexClaire Chang2021-04-271-1/+2
| * | | | | swiotlb: Make SWIOTLB_NO_FORCE perform no allocationFlorian Fainelli2021-04-011-4/+14
| * | | | | ARM: Qualify enabling of swiotlb_init()Florian Fainelli2021-03-191-1/+5
| * | | | | swiotlb: remove swiotlb_nr_tblChristoph Hellwig2021-03-195-10/+4
| * | | | | swiotlb: dynamically allocate io_tlb_default_memChristoph Hellwig2021-03-193-229/+117
| * | | | | swiotlb: move global variables into a new io_tlb_mem structureClaire Chang2021-03-193-193/+206
| * | | | | xen-swiotlb: remove the unused size argument from xen_swiotlb_fixupChristoph Hellwig2021-03-171-4/+3
| * | | | | xen-swiotlb: split xen_swiotlb_initChristoph Hellwig2021-03-174-58/+75
| * | | | | swiotlb: lift the double initialization protection from xen-swiotlbChristoph Hellwig2021-03-172-7/+8
| * | | | | xen-swiotlb: remove xen_io_tlb_start and xen_io_tlb_nslabsChristoph Hellwig2021-03-171-32/+25
| * | | | | xen-swiotlb: remove xen_set_nslabsChristoph Hellwig2021-03-171-12/+7
| * | | | | xen-swiotlb: use io_tlb_end in xen_swiotlb_dma_supportedChristoph Hellwig2021-03-171-8/+2
| * | | | | xen-swiotlb: use is_swiotlb_buffer in is_xen_swiotlb_bufferChristoph Hellwig2021-03-171-4/+2
| * | | | | swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig2021-03-176-46/+33
| * | | | | swiotlb: move orig addr and size validation into swiotlb_bounceChristoph Hellwig2021-03-171-36/+23
| * | | | | swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig2021-03-175-34/+29
| * | | | | powerpc/svm: stop using io_tlb_startChristoph Hellwig2021-03-171-3/+3
* | | | | | Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-05-049-83/+456
|\ \ \ \ \ \
| * | | | | | dma-mapping: add unlikely hint to error path in dma_mapping_errorHeiner Kallweit2021-04-021-1/+1
| * | | | | | dma-mapping: benchmark: Add support for multi-pages map/unmapXiang Chen2021-04-022-11/+30
| * | | | | | dma-mapping: benchmark: use the correct HiSilicon copyrightHao Fang2021-04-022-2/+2
| * | | | | | dma-mapping: remove a pointless empty line in dma_alloc_coherentWang Qing2021-03-191-1/+0
| * | | | | | media: uvcvideo: Use dma_alloc_noncontiguous APIRicardo Ribalda2021-03-192-26/+73
| * | | | | | dma-iommu: implement ->alloc_noncontiguousChristoph Hellwig2021-03-151-0/+36
| * | | | | | dma-iommu: refactor iommu_dma_alloc_remapChristoph Hellwig2021-03-151-32/+35
| * | | | | | dma-mapping: add a dma_alloc_noncontiguous APIChristoph Hellwig2021-03-154-0/+235
| * | | | | | dma-mapping: refactor dma_{alloc,free}_pagesChristoph Hellwig2021-03-151-10/+19
| * | | | | | dma-mapping: add a dma_mmap_pages helperChristoph Hellwig2021-03-153-0/+25
| |/ / / / /
* | | | | | Merge tag 'm68knommu-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-05-044-11/+23
|\ \ \ \ \ \
| * | | | | | m68k: coldfire: fix irq rangesAngelo Dureghello2021-04-231-6/+6
| * | | | | | riscv: Disable data start offset in flat binariesDamien Le Moal2021-04-231-0/+1