Age | Commit message (Expand) | Author | Files | Lines |
2017-12-07 | drm/exynos: Fix dma-buf import | Marek Szyprowski | 1 | -0/+6 |
2017-08-16 | drm/exynos: Use .dumb_map_offset and .dumb_destroy defaults | Noralf Trønnes | 1 | -28/+2 |
2017-05-18 | drm: drop drm_[cm]alloc* helpers | Michal Hocko | 1 | -5/+6 |
2017-03-21 | drm/exynos: Print kernel pointers in a restricted form | Krzysztof Kozlowski | 1 | -1/+1 |
2017-02-25 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 1 | -1/+2 |
2016-12-15 | mm: use vmf->address instead of of vmf->virtual_address | Jan Kara | 1 | -4/+2 |
2016-12-05 | exynos-drm: Fix error messages to print flags and size | Shuah Khan | 1 | -2/+2 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 1 | -10/+10 |
2016-05-17 | drm: Remove unused drm_device from drm_gem_object_lookup() | Chris Wilson | 1 | -5/+5 |
2016-05-10 | drm/exynos: use directly DMA mapping APIs on g2d | Joonyoung Shim | 1 | -22/+0 |
2016-05-10 | drm/exynos: fix imported dma-buf to be mapped | Joonyoung Shim | 1 | -0/+3 |
2016-05-10 | drm/exynos: support gem_prime_mmap | Joonyoung Shim | 1 | -13/+32 |
2016-04-20 | drm/exynos: drop struct_mutex from exynos_drm_gem_get_ioctl | Daniel Vetter | 1 | -5/+1 |
2016-04-20 | drm/exynos: drop struct_mutex from exynos_gem_map_sgt_with_dma | Daniel Vetter | 1 | -4/+0 |
2016-04-20 | drm/exynos: Drop dev->struct_mutex from mmap offset function | Daniel Vetter | 1 | -7/+2 |
2016-03-13 | drm/exynos: add DRM_EXYNOS_GEM_MAP ioctl | Joonyoung Shim | 1 | -0/+9 |
2016-03-01 | drm/exynos: use real device for DMA-mapping operations | Marek Szyprowski | 1 | -7/+7 |
2016-03-01 | drm/exynos: fix incorrect cpu address for dma_mmap_attrs() | Marek Szyprowski | 1 | -1/+1 |
2016-03-01 | drm/exynos: fix types for compilation on 64bit architectures | Marek Szyprowski | 1 | -1/+1 |
2016-01-16 | mm, dax, gpu: convert vm_insert_mixed to pfn_t | Dan Williams | 1 | -1/+3 |
2015-11-03 | drm/exynos/gem: remove DMA-mapping hacks used for constructing page array | Marek Szyprowski | 1 | -25/+33 |
2015-10-26 | drm/exynos: cleanup name of gem object for exynos_drm | Joonyoung Shim | 1 | -118/+121 |
2015-10-01 | drm/exynos: Staticize local function in exynos_drm_gem.c | Krzysztof Kozlowski | 1 | -1/+1 |
2015-09-30 | drm/exynos: create a fake mmap offset with gem creation | Joonyoung Shim | 1 | -5/+7 |
2015-09-30 | drm/exynos: remove call to drm_gem_free_mmap_offset() | Joonyoung Shim | 1 | -3/+0 |
2015-09-30 | drm/exynos: cleanup line feed in exynos_drm_gem_get_ioctl | Joonyoung Shim | 1 | -1/+2 |
2015-09-30 | drm/exynos: cleanup function calling written twice | Joonyoung Shim | 1 | -33/+23 |
2015-09-30 | drm/exynos: staticize exynos_drm_gem_init() | Joonyoung Shim | 1 | -2/+1 |
2015-09-30 | drm/exynos: remove unnecessary NULL assignment | Joonyoung Shim | 1 | -3/+0 |
2015-09-30 | drm/exynos: fix missed calling of drm_prime_gem_destroy() | Joonyoung Shim | 1 | -4/+5 |
2015-09-30 | drm/exynos: fix layering violation of address | Joonyoung Shim | 1 | -1/+2 |
2015-09-12 | Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 1 | -97/+0 |
2015-08-30 | drm/exynos: fix build warning to exynos_drm_gem.c | Inki Dae | 1 | -1/+1 |
2015-08-16 | [media] drm/exynos: Convert g2d_userptr_get_dma_addr() to use get_vaddr_frames() | Jan Kara | 1 | -97/+0 |
2015-08-16 | drm/exynos: merge exynos_drm_buf.c to exynos_drm_gem.c | Joonyoung Shim | 1 | -74/+135 |
2015-08-16 | drm/exynos: use prime helpers | Joonyoung Shim | 1 | -0/+79 |
2015-08-16 | drm/exynos: remove function roundup_gem_size | Joonyoung Shim | 1 | -8/+1 |
2015-08-16 | drm/exynos: remove function update_vm_cache_attr | Joonyoung Shim | 1 | -17/+11 |
2015-08-16 | drm/exynos: remove function check_gem_flags | Joonyoung Shim | 1 | -18/+5 |
2015-08-16 | drm/exynos: use ERR_PTR instead of NULL in exynos_drm_gem_init | Joonyoung Shim | 1 | -4/+4 |
2015-08-16 | drm/exynos: stop copying sg table | Joonyoung Shim | 1 | -3/+0 |
2015-08-16 | drm/exynos: remove function exynos_drm_gem_map_buf | Joonyoung Shim | 1 | -24/+12 |
2015-08-16 | drm/exynos: remove mutex locking in pagefault handler | Joonyoung Shim | 1 | -5/+0 |
2015-08-16 | drm/exynos: remove function convert_to_vm_err_msg | Joonyoung Shim | 1 | -24/+10 |
2015-08-16 | drm/exynos: stop using sgtable in page fault handler | Joonyoung Shim | 1 | -13/+1 |
2014-09-19 | drm/exynos: use drm generic mmap interface | Inki Dae | 1 | -73/+16 |
2014-09-19 | drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctl | Inki Dae | 1 | -17/+0 |
2014-08-03 | drm/exynos: Remove unused variable in exynos_drm_gem.c | Sachin Kamat | 1 | -3/+0 |
2014-06-01 | drm/exynos: allocate non-contigous buffers when iommu is enabled | Rahul Sharma | 1 | -12/+10 |
2014-01-30 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -61/+13 |