aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)Author
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie
2016-05-04drm/ttm: implement LRU add callbacks v2Christian König
2016-05-04drm/ttm: add optional LRU removal callback v2Christian König
2016-05-04drm/ttm: remove unused validation sequenceChristian König
2016-05-04drm/ttm: remove lazy parameter from ttm_bo_waitChristian König
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König
2016-05-04drm/ttm: don't wait for BO on initial allocationChristian König
2016-05-04drm/ttm: Fix TTM BO accountingFelix Kuehling
2016-04-27drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tailFlora Cui
2016-04-22Merge tag 'v4.6-rc3' into drm-nextDave Airlie
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-30drm/ttm: Remove TTM_HAS_AGPDaniel Vetter
2016-01-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams
2016-01-13drm/ttm: add ttm_bo_move_to_lru_tail function v2Christian König
2016-01-13drm/ttm: fix adding foreign BOs to the swap LRUChristian König
2016-01-13drm/ttm: fix adding foreign BOs to the LRU during init v2Christian König
2015-11-26drm/ttm: Fixed a read/write lock imbalanceThomas Hellstrom
2015-09-15drm/ttm: Fix memory space allocation v2Thomas Hellstrom
2015-08-17Merge tag 'v4.2-rc7' into drm-nextDave Airlie
2015-08-06drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-07-24drm/ttm: recognize ARM64 arch in ioprot handlerAlexandre Courbot
2015-07-17drm/ttm: improve uncached page deallocation.Jérôme Glisse
2015-07-17drm/ttm: fix uncached page deallocation to properly fill page pool v3.Jérôme Glisse
2015-06-02drm/ttm: dma: Don't crash on memory in the vmalloc rangeAlexandre Courbot
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal
2015-03-05drm/ttm: device address space != CPU address spaceAlex Deucher
2014-12-03drm/ttm: optionally move duplicates to a separate listChristian König
2014-11-20drm/ttm: Avoid memory allocation from shrinker functions.Tetsuo Handa
2014-11-12drm/ttm: Use only DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWNMichel Dänzer
2014-11-12drm/ttm: Add DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWNMichel Dänzer
2014-10-16drm/ttm: Don't evict BOs outside of the requested placement rangeMichel Dänzer
2014-10-16drm/ttm: Don't skip fpfn check if lpfn is 0 in ttm_bo_mem_compatMichel Dänzer
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst
2014-09-23drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHEDBenjamin Herrenschmidt
2014-09-17drm/ttm: make sure format string cannot leak inKees Cook
2014-09-11drm/ttm: allow fence to be added as sharedChristian König
2014-09-02drm/ttm: use rcu in core ttmMaarten Lankhorst
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst
2014-09-01drm/ttm: kill off some members to ttm_validate_bufferMaarten Lankhorst
2014-09-01drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst
2014-09-01drm/ttm: call ttm_bo_wait while inside a reservationMaarten Lankhorst
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König
2014-08-09Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-2.6Linus Torvalds
2014-08-10drm/ttm: expose CPU address of DMA-allocated pagesAlexandre Courbot
2014-08-07Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-08-05drm/ttm: Pass GFP flags in order to avoid deadlock.Tetsuo Handa
2014-08-05drm/ttm: Fix possible stack overflow by recursive shrinker calls.Tetsuo Handa
2014-08-05drm/ttm: Use mutex_trylock() to avoid deadlock inside shrinker functions.Tetsuo Handa