aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAge
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-28
|\
| * file_inode(f)->i_mapping is f->f_mappingAl Viro2016-05-29
* | drm/ttm: Make ttm_bo_mem_compat availableSinclair Yeh2016-07-01
|/
* Merge tag 'v4.6-rc7' into drm-nextDave Airlie2016-05-08
|\
| * drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tailFlora Cui2016-04-27
* | drm/ttm: implement LRU add callbacks v2Christian König2016-05-04
* | drm/ttm: add optional LRU removal callback v2Christian König2016-05-04
* | drm/ttm: remove unused validation sequenceChristian König2016-05-04
* | drm/ttm: remove lazy parameter from ttm_bo_waitChristian König2016-05-04
* | drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-04
* | drm/ttm: don't wait for BO on initial allocationChristian König2016-05-04
* | drm/ttm: Fix TTM BO accountingFelix Kuehling2016-05-04
* | Merge tag 'v4.6-rc3' into drm-nextDave Airlie2016-04-21
|\|
| * mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* | drm/ttm: Remove TTM_HAS_AGPDaniel Vetter2016-03-30
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-01-17
|\
| * drm/ttm: add ttm_bo_move_to_lru_tail function v2Christian König2016-01-13
| * drm/ttm: fix adding foreign BOs to the swap LRUChristian König2016-01-13
| * drm/ttm: fix adding foreign BOs to the LRU during init v2Christian König2016-01-13
* | mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams2016-01-15
|/
* drm/ttm: Fixed a read/write lock imbalanceThomas Hellstrom2015-11-26
* drm/ttm: Fix memory space allocation v2Thomas Hellstrom2015-09-15
* Merge tag 'v4.2-rc7' into drm-nextDave Airlie2015-08-17
|\
| * drm/ttm: recognize ARM64 arch in ioprot handlerAlexandre Courbot2015-07-23
* | drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-08-06
|/
* drm/ttm: improve uncached page deallocation.Jérôme Glisse2015-07-17
* drm/ttm: fix uncached page deallocation to properly fill page pool v3.Jérôme Glisse2015-07-17
* drm/ttm: dma: Don't crash on memory in the vmalloc rangeAlexandre Courbot2015-06-02
* dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal2015-04-21
* drm/ttm: device address space != CPU address spaceAlex Deucher2015-03-04
* drm/ttm: optionally move duplicates to a separate listChristian König2014-12-03
* drm/ttm: Avoid memory allocation from shrinker functions.Tetsuo Handa2014-11-19
* drm/ttm: Use only DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWNMichel Dänzer2014-11-12
* drm/ttm: Add DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWNMichel Dänzer2014-11-12
* drm/ttm: Don't evict BOs outside of the requested placement rangeMichel Dänzer2014-10-16
* drm/ttm: Don't skip fpfn check if lpfn is 0 in ttm_bo_mem_compatMichel Dänzer2014-10-16
* drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst2014-09-30
* drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHEDBenjamin Herrenschmidt2014-09-23
* drm/ttm: make sure format string cannot leak inKees Cook2014-09-16
* drm/ttm: allow fence to be added as sharedChristian König2014-09-11
* drm/ttm: use rcu in core ttmMaarten Lankhorst2014-09-02
* drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst2014-09-02
* drm/ttm: kill off some members to ttm_validate_bufferMaarten Lankhorst2014-09-01
* drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst2014-09-01
* drm/ttm: kill fence_lockMaarten Lankhorst2014-09-01
* drm/ttm: call ttm_bo_wait while inside a reservationMaarten Lankhorst2014-09-01
* drm/ttm: move fpfn and lpfn into each placement v2Christian König2014-08-27
* Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-2.6Linus Torvalds2014-08-09
|\
| * drm/ttm: expose CPU address of DMA-allocated pagesAlexandre Courbot2014-08-09
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-08-07
|\|