aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-09Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie3-60/+179
2017-10-06drm/ttm: add transparent huge page support for DMA allocations v2Christian König1-48/+169
2017-10-06drm/ttm: add support for different pool sizesChristian König3-10/+12
2017-10-06drm/ttm: remove unsued options from ttm_mem_global_alloc_pageChristian König3-8/+4
2017-09-28Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie4-42/+78
2017-09-26drm/ttm: Remove TTM dma tracepoint since it's not required anymoreTom St Denis4-207/+1
2017-09-26drm/ttm: cleanup ttm_page_alloc_dma.cChristian König1-26/+16
2017-09-15Merge tag 'drm-fixes-for-v4.14-rc1' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-2/+3
2017-09-13drm/ttm: fix memory leak while individualizing BOsChristian König1-0/+2
2017-09-12drm/ttm: allow mapping BOs while they are still on the swap listChristian König1-1/+0
2017-09-12drm/ttm: fix ttm_bo_cleanup_refs_or_queue once moreChristian König1-15/+17
2017-09-12drm/ttm: Fix configuration error around populate_and_map() functionsTom St Denis1-0/+2
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+5
2017-09-01drm/ttm: Fix trace include path (v2)Tom St Denis2-2/+1
2017-08-29drm/ttm: Add helper functions to populate/map in one call (v2)Tom St Denis1-0/+41
2017-08-29drm/ttm: Add DMA map/unmap tracepoint (v3)Tom St Denis4-1/+208
2017-08-29drm/ttm:fix wrong decoding of bo_countMonk Liu1-2/+2
2017-08-29drm/ttm: fix missing inc bo_countMonk Liu1-0/+1
2017-08-24drm/ttm:fix wrong decoding of bo_countMonk Liu1-2/+2
2017-08-24drm/ttm: fix missing inc bo_countMonk Liu1-0/+1
2017-08-18drm/ttm: use reservation_object_trylock in ttm_bo_individualize_resv v2Christian König1-1/+1
2017-08-17drm/ttm: Fix accounting error when fail to get pages for poolXiangliang.Yu1-1/+1
2017-08-17drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König2-4/+4
2017-08-17drm/ttm: individualize BO reservation obj when they are freedChristian König1-7/+47
2017-08-17drm/ttm: remove nonsense wait in ttm_bo_cleanup_refs_and_unlockChristian König1-7/+0
2017-07-25drm/ttm: Implement vm_operations_struct.access v2Felix Kuehling1-1/+78
2017-07-18x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky1-2/+5
2017-07-03drm/ttm: Fix use-after-free in ttm_bo_clean_mmJohn Brooks1-1/+3
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko1-6/+7
2017-05-18Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul4-2/+10
2017-05-16drm/ttm: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2-4/+3
2017-05-12Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-2/+1
2017-05-08drm: use set_memory.h headerLaura Abbott3-0/+9
2017-04-28drm/ttm: cleanup unuse ret valueHuang Rui1-2/+1
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie1-6/+8
2017-04-04drm/ttm: add TTM_PL_FLAG_CONTIGUOUS v2Christian König1-1/+3
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König1-1/+9
2017-04-04drm/ttm: cleanup and optimize ttm_bo_mem_compat v2Christian König1-20/+25
2017-03-30drm/ttm: Avoid calling drm_ht_remove from atomic contextThomas Hellstrom1-3/+1
2017-03-30drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom1-3/+7
2017-03-29drm/ttm: add ttm_bo_init_reservedNicolai Hähnle1-15/+44
2017-03-29drm/ttm: never add BO that failed to validate to the LRU listNicolai Hähnle1-5/+7
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-5/+5
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-80/+92
2017-02-21drm/ttm: fix use-after-free races in vm fault handlingNicolai Hähnle1-0/+12
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson1-10/+8
2017-02-01Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-60/+63