summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/armada/armada_gem.c
AgeCommit message (Expand)Author
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-07-30drm/armada: Adding new typedef vm_fault_tSouptick Joarder
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König
2017-10-16drm/armada: Replace drm_gem_object_reference/unreference() with _get/put()Haneen Mohammed
2017-09-29drm/armada: Remove unused #include <drmP.h>Haneen Mohammed
2017-09-02drm/armada: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes
2017-06-20drm/armada: don't abuse DMA_ERROR_CODEChristoph Hellwig
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-11-25Merge branch 'drm-armada-devel' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie
2016-11-17drm/armada: remove some dead codeChristophe JAILLET
2016-11-17drm/armada: mark symbols static where possibleBaoyou Xie
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-10-05drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson
2016-09-27get rid of separate multipage fault-in primitivesAl Viro
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-12-05drm/armada: use a private mutex to protect priv->linearDaniel Vetter
2015-12-03drm/armada: don't grab dev->struct_mutex for in mmap offset ioctlDaniel Vetter
2015-12-03drm/armada: plug leak in dumb_map_offsetDaniel Vetter
2015-12-03drm/armada: use unlocked gem unreferencingDaniel Vetter
2015-07-15drm/armada: fix gem object free after failed prime importRussell King
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal
2014-11-19assorted conversions to %p[dD]Al Viro
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst
2014-05-27drm/armada: use shmem helpers if possibleDavid Herrmann
2013-12-10DRM: Armada: prime refcounting bug fixRussell King
2013-12-10DRM: Armada: fix printing of phys_addr_t/dma_addr_tRussell King
2013-10-12DRM: Armada: Add Armada DRM driverRussell King