summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)Author
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-04drm/ttm: Downgrade pr_err to pr_debug for memory allocation failuresMichel Dänzer
2017-11-04drm/ttm: Always and only destroy bo->ttm_resv in ttm_bo_release_listMichel Dänzer
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31drm/ttm:fix memory leak due to individualizeMonk Liu
2017-10-31drm/ttm: once more fix ttm_buffer_object_transferChristian König
2017-10-19drm/ttm: fix the fix for huge compound pagesChristian König
2017-10-19drm/ttm: Fix unused variables with huge page supportTom St Denis
2017-10-19drm/ttm: add transparent huge page support for wc or uc allocations v2Christian König
2017-10-19drm/ttm: move more logic into ttm_page_pool_get_pagesChristian König
2017-10-19drm/ttm: add transparent huge page support for cached allocations v2Christian König
2017-10-19drm/ttm: don't use compound pages for nowChristian König
2017-10-09drm/ttm: DMA map/unmap consecutive pages as a whole v2Christian König
2017-10-09drm/ttm: allocate/free multiple pages in a single callChristian König
2017-10-09Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2017-10-06drm/ttm: add transparent huge page support for DMA allocations v2Christian König
2017-10-06drm/ttm: add support for different pool sizesChristian König
2017-10-06drm/ttm: remove unsued options from ttm_mem_global_alloc_pageChristian König
2017-09-28Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2017-09-26drm/ttm: Remove TTM dma tracepoint since it's not required anymoreTom St Denis
2017-09-26drm/ttm: cleanup ttm_page_alloc_dma.cChristian König
2017-09-15Merge tag 'drm-fixes-for-v4.14-rc1' of git://people.freedesktop.org/~airlied/...Linus Torvalds
2017-09-13drm/ttm: fix memory leak while individualizing BOsChristian König
2017-09-12drm/ttm: allow mapping BOs while they are still on the swap listChristian König
2017-09-12drm/ttm: fix ttm_bo_cleanup_refs_or_queue once moreChristian König
2017-09-12drm/ttm: Fix configuration error around populate_and_map() functionsTom St Denis
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-01drm/ttm: Fix trace include path (v2)Tom St Denis
2017-08-29drm/ttm: Add helper functions to populate/map in one call (v2)Tom St Denis
2017-08-29drm/ttm: Add DMA map/unmap tracepoint (v3)Tom St Denis
2017-08-29drm/ttm:fix wrong decoding of bo_countMonk Liu
2017-08-29drm/ttm: fix missing inc bo_countMonk Liu
2017-08-24drm/ttm:fix wrong decoding of bo_countMonk Liu
2017-08-24drm/ttm: fix missing inc bo_countMonk Liu
2017-08-18drm/ttm: use reservation_object_trylock in ttm_bo_individualize_resv v2Christian König
2017-08-17drm/ttm: Fix accounting error when fail to get pages for poolXiangliang.Yu
2017-08-17drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König
2017-08-17drm/ttm: individualize BO reservation obj when they are freedChristian König
2017-08-17drm/ttm: remove nonsense wait in ttm_bo_cleanup_refs_and_unlockChristian König
2017-07-25drm/ttm: Implement vm_operations_struct.access v2Felix Kuehling
2017-07-18x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky
2017-07-03drm/ttm: Fix use-after-free in ttm_bo_clean_mmJohn Brooks
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko
2017-05-18Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul
2017-05-16drm/ttm: fix include notation and remove -Iinclude/drm flagMasahiro Yamada
2017-05-12Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2017-05-08drm: use set_memory.h headerLaura Abbott
2017-04-28drm/ttm: cleanup unuse ret valueHuang Rui
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie
2017-04-04drm/ttm: add TTM_PL_FLAG_CONTIGUOUS v2Christian König