summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.drm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-07-0711-1045/+475
|\
| * Fix trivial misannotationsAl Viro2017-07-062-3/+3
| * mga: switch compat ioctls to drm_ioctl_kernel()Al Viro2017-07-044-90/+64
| * radeon: take out dead compat ioctlsAl Viro2017-07-043-427/+16
| * drm compat: ia64 is not biarchAl Viro2017-07-041-2/+2
| * drm_compat_ioctl(): tidy up a bitAl Viro2017-07-041-13/+9
| * switch compat_drm_mapbufs() to drm_ioctl_kernel()Al Viro2017-07-043-65/+77
| * switch compat_drm_rmmap() to drm_ioctl_kernel()Al Viro2017-07-041-10/+4
| * switch compat_drm_mode_addfb2() to drm_ioctl_kernel()Al Viro2017-07-041-28/+10
| * switch compat_drm_wait_vblank() to drm_ioctl_kernel()Al Viro2017-07-041-16/+10
| * switch compat_drm_update_draw()Al Viro2017-07-041-14/+3
| * compat_drm: switch sg ioctlsAl Viro2017-07-041-18/+12
| * compat_drm: switch AGP compat ioctls to drm_ioctl_kernel()Al Viro2017-07-041-65/+44
| * switch compat_drm_dma() to drm_ioctl_kernel()Al Viro2017-05-271-25/+13
| * switch compat_drm_resctx() to drm_ioctl_kernel()Al Viro2017-05-271-13/+7
| * switch compat_drm_getsareactx() to drm_ioctl_kernel()Al Viro2017-05-271-15/+8
| * switch compat_drm_setsareactx() to drm_ioctl_kernel()Al Viro2017-05-271-11/+6
| * switch compat_drm_freebufs() to drm_ioctl_kernel()Al Viro2017-05-271-11/+5
| * switch compat_drm_markbufs() to drm_ioctl_kernel()Al Viro2017-05-271-11/+7
| * switch compat_drm_addmap() to drm_ioctl_kernel()Al Viro2017-05-271-20/+13
| * switch compat_drm_getstats() to drm_ioctl_kernel()Al Viro2017-05-271-18/+4
| * switch compat_drm_getclient() to drm_ioctl_kernel()Al Viro2017-05-273-18/+14
| * switch compat_drm_infobufs() to drm_ioctl_kernel()Al Viro2017-05-273-56/+53
| * switch compat_drm_getmap() to drm_ioctl_kernel()Al Viro2017-05-271-21/+12
| * compat_drm_setunique(): don't botherAl Viro2017-05-271-16/+3
| * switch compat_drm_getunique() to drm_ioctl_kernel()Al Viro2017-05-273-14/+10
| * switch compat_drm_version() to drm_ioctl_kernel()Al Viro2017-05-273-27/+18
| * switch compat_drm_addbufs() to drm_ioctl_kernel()Al Viro2017-05-271-13/+17
| * drm_compat_ioctl(): prepare for conversions to drm_ioctl_kernel()Al Viro2017-05-271-34/+47
| * new helper: drm_ioctl_kernel()Al Viro2017-05-271-14/+27
* | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-0716-256/+280
|\ \
| * | drivers: dma-mapping: allow dma_common_mmap() for NOMMUVladimir Murzin2017-06-301-2/+2
| * | drivers: dma-coherent: Introduce default DMA poolVladimir Murzin2017-06-281-7/+52
| * | drivers: dma-coherent: Account dma_pfn_offset when used with device treeVladimir Murzin2017-06-281-2/+13
| * | dma-mapping: replace dmam_alloc_noncoherent with dmam_alloc_attrsChristoph Hellwig2017-06-282-22/+19
| * | dma-mapping: remove dmam_free_noncoherentChristoph Hellwig2017-06-281-20/+0
| * | crypto: qat - avoid an uninitialized variable warningArnd Bergmann2017-06-281-19/+21
| * | au1100fb: remove a bogus dma_free_nonconsistent callChristoph Hellwig2017-06-281-4/+0
| * | xen-swiotlb: remove xen_swiotlb_set_dma_maskChristoph Hellwig2017-06-281-12/+0
| * | x86: remove arch specific dma_supported implementationChristoph Hellwig2017-06-282-0/+5
| * | iommu/amd: implement ->mapping_errorChristoph Hellwig2017-06-281-5/+13
| * | xen-swiotlb: implement ->mapping_errorChristoph Hellwig2017-06-201-2/+10
| * | xen-swiotlb: consolidate xen_swiotlb_dma_opsChristoph Hellwig2017-06-201-45/+48
| * | iommu/dma: don't rely on DMA_ERROR_CODEChristoph Hellwig2017-06-201-8/+10
| * | drm/armada: don't abuse DMA_ERROR_CODEChristoph Hellwig2017-06-203-4/+4
| * | drm/exynos: don't use DMA_ERROR_CODEChristoph Hellwig2017-06-201-2/+2
| * | dmaengine: ioat: don't use DMA_ERROR_CODEChristoph Hellwig2017-06-201-17/+7
| * | ibmveth: properly unwind on init errorsChristoph Hellwig2017-06-201-85/+74
| * | firmware/ivc: use dma_mapping_errorChristoph Hellwig2017-06-201-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-07-078-201/+140
|\ \ \