summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-09-12mmc: renesas_sdhi_internal_dmac: Add MMC_CAP2_MERGE_CAPABLEYoshihiro Shimoda1-1/+1
2019-09-12mmc: queue: Fix bigger segments usageYoshihiro Shimoda1-1/+7
2019-09-11swiotlb-xen: merge xen_unmap_single into xen_swiotlb_unmap_pageChristoph Hellwig1-11/+4
2019-09-11swiotlb-xen: simplify cache maintainanceChristoph Hellwig1-10/+10
2019-09-11swiotlb-xen: remove xen_swiotlb_dma_mmap and xen_swiotlb_dma_get_sgtableChristoph Hellwig1-27/+2
2019-09-11xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainanceChristoph Hellwig1-20/+0
2019-09-04dma-mapping: introduce a dma_common_find_pages helperChristoph Hellwig1-12/+3
2019-09-04dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig1-3/+3
2019-09-04remoteproc: don't allow modular buildChristoph Hellwig1-1/+1
2019-09-04dma-mapping: remove dma_{alloc,free,mmap}_writecombineChristoph Hellwig1-6/+5
2019-09-04parisc: don't set ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig2-2/+0
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig4-0/+8
2019-09-03iommu/dma: add a new dma_map_ops of get_merge_boundary()Yoshihiro Shimoda1-0/+8
2019-09-03mmc: queue: use bigger segments if DMA MAP layer can merge the segmentsYoshihiro Shimoda1-3/+32
2019-08-25Merge tag 'auxdisplay-for-linus-v5.3-rc7' of git://github.com/ojeda/linuxLinus Torvalds1-2/+2
2019-08-24Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+3
2019-08-24Merge tag 'gpio-v5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2-18/+20
2019-08-24Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-32/+7
2019-08-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-7/+49
2019-08-24Merge tag 'drm-fixes-2019-08-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-7/+18
2019-08-24drm/mediatek: include dma-mapping headerDave Airlie1-0/+1
2019-08-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds25-237/+247
2019-08-23Merge tag 'for-linus-20190823' of git://git.kernel.dk/linux-blockLinus Torvalds4-2/+21
2019-08-23Merge tag 'for-5.3/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-60/+209
2019-08-23RDMA/siw: Fix 64/32bit pointer inconsistencyBernard Metzler9-109/+108
2019-08-23Merge tag 'drm-fixes-2019-08-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds18-28/+126
2019-08-23dm table: fix invalid memory accesses with too high sector numberMikulas Patocka1-1/+4
2019-08-23gpio: Fix irqchip initialization orderLinus Walleij1-15/+15
2019-08-23Merge branch 'linux-5.3' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-7/+17
2019-08-23drm/nouveau: Don't retry infinitely when receiving no data on i2c over AUXLyude Paul1-7/+17
2019-08-23drm/amdgpu/powerplay: silence a warning in smu_v11_0_setup_pptableAlex Deucher1-1/+1
2019-08-23Merge tag 'drm-misc-fixes-2019-08-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie6-3/+40
2019-08-23Merge tag 'drm-intel-fixes-2019-08-22' of git://anongit.freedesktop.org/drm/d...Dave Airlie2-3/+3
2019-08-22Merge tag 'pci-v5.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-08-22dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu1-1/+1
2019-08-22dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu1-15/+16
2019-08-22Merge tag 'Wimplicit-fallthrough-5.3-rc6' of git://git.kernel.org/pub/scm/lin...Linus Torvalds8-1/+8
2019-08-22Merge tag 'tag-chrome-platform-fixes-for-v5.3-rc6' of git://git.kernel.org/pu...Linus Torvalds1-2/+2
2019-08-22RDMA/siw: Fix SGL mapping issuesBernard Metzler1-22/+15
2019-08-22RDMA/bnxt_re: Fix stack-out-of-bounds in bnxt_qplib_rcfw_send_messageSelvin Xavier2-4/+15
2019-08-22Merge tag 'drm-fixes-5.3-2019-08-21' of git://people.freedesktop.org/~agd5f/l...Dave Airlie7-13/+28
2019-08-22Merge tag 'mediatek-drm-fixes-5.3' of https://github.com/ckhu-mediatek/linux....Dave Airlie2-4/+52
2019-08-22Merge tag 'du-fixes-20190816' of git://linuxtv.org/pinchartl/media into drm-f...Dave Airlie1-4/+2
2019-08-21drm/amd/display: Calculate bpc based on max_requested_bpcNicholas Kazlauskas1-2/+14
2019-08-21drm/amdgpu: prevent memory leaks in AMDGPU_CS ioctlNicolai Hähnle1-2/+7
2019-08-21drm/amd/amdgpu: disable MMHUB PG for navi10Kenneth Feng1-1/+0
2019-08-21drm/amd/powerplay: remove duplicate macro smu_get_uclk_dpm_states in amdgpu_s...Kevin Wang1-2/+0
2019-08-21drm/amd/powerplay: fix variable type errors in smu_v11_0_setup_pptableKevin Wang1-1/+3
2019-08-21drm/amdgpu/gfx9: update pg_flags after determining if gfx off is possibleAlex Deucher2-5/+4
2019-08-21dm raid: add missing cleanup in raid_ctr()Wenwen Wang1-1/+1