summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-10-093-60/+179
|\
| * drm/ttm: add transparent huge page support for DMA allocations v2Christian König2017-10-061-48/+169
| * drm/ttm: add support for different pool sizesChristian König2017-10-063-10/+12
| * drm/ttm: remove unsued options from ttm_mem_global_alloc_pageChristian König2017-10-063-8/+4
* | Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-09-284-42/+78
|\ \ | |/
| * drm/ttm: Remove TTM dma tracepoint since it's not required anymoreTom St Denis2017-09-264-207/+1
| * drm/ttm: cleanup ttm_page_alloc_dma.cChristian König2017-09-261-26/+16
| * drm/ttm: fix memory leak while individualizing BOsChristian König2017-09-131-0/+2
| * drm/ttm: allow mapping BOs while they are still on the swap listChristian König2017-09-121-1/+0
| * drm/ttm: fix ttm_bo_cleanup_refs_or_queue once moreChristian König2017-09-121-15/+17
| * drm/ttm: Fix configuration error around populate_and_map() functionsTom St Denis2017-09-121-0/+2
| * drm/ttm: Fix trace include path (v2)Tom St Denis2017-09-012-2/+1
| * drm/ttm: Add helper functions to populate/map in one call (v2)Tom St Denis2017-08-291-0/+41
| * drm/ttm: Add DMA map/unmap tracepoint (v3)Tom St Denis2017-08-294-1/+208
| * drm/ttm:fix wrong decoding of bo_countMonk Liu2017-08-291-2/+2
| * drm/ttm: fix missing inc bo_countMonk Liu2017-08-291-0/+1
* | Merge tag 'drm-fixes-for-v4.14-rc1' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-09-152-2/+3
|\ \
| * | drm/ttm:fix wrong decoding of bo_countMonk Liu2017-08-241-2/+2
| * | drm/ttm: fix missing inc bo_countMonk Liu2017-08-241-0/+1
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-2/+5
|\ \ | |/ |/|
| * x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky2017-07-181-2/+5
* | drm/ttm: use reservation_object_trylock in ttm_bo_individualize_resv v2Christian König2017-08-181-1/+1
* | drm/ttm: Fix accounting error when fail to get pages for poolXiangliang.Yu2017-08-171-1/+1
* | drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König2017-08-172-4/+4
* | drm/ttm: individualize BO reservation obj when they are freedChristian König2017-08-171-7/+47
* | drm/ttm: remove nonsense wait in ttm_bo_cleanup_refs_and_unlockChristian König2017-08-171-7/+0
* | drm/ttm: Implement vm_operations_struct.access v2Felix Kuehling2017-07-251-1/+78
|/
* drm/ttm: Fix use-after-free in ttm_bo_clean_mmJohn Brooks2017-07-031-1/+3
* drm: drop drm_[cm]alloc* helpersMichal Hocko2017-05-181-6/+7
* Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul2017-05-184-2/+10
|\
| * Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-05-121-2/+1
| |\
| | * drm/ttm: cleanup unuse ret valueHuang Rui2017-04-281-2/+1
| * | drm: use set_memory.h headerLaura Abbott2017-05-083-0/+9
| |/
* | drm/ttm: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-162-4/+3
|/
* Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie2017-04-111-6/+8
|\
| * drm/ttm: Avoid calling drm_ht_remove from atomic contextThomas Hellstrom2017-03-301-3/+1
| * drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom2017-03-301-3/+7
* | drm/ttm: add TTM_PL_FLAG_CONTIGUOUS v2Christian König2017-04-041-1/+3
* | drm/ttm: add io_mem_pfn callbackChristian König2017-04-041-1/+9
* | drm/ttm: cleanup and optimize ttm_bo_mem_compat v2Christian König2017-04-041-20/+25
* | drm/ttm: add ttm_bo_init_reservedNicolai Hähnle2017-03-291-15/+44
* | drm/ttm: never add BO that failed to validate to the LRU listNicolai Hähnle2017-03-291-5/+7
* | Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-03-071-1/+1
|\ \ | |/ |/|
| * gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2017-03-011-1/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-5/+5
* | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-233-80/+92
|\ \ | |/
| * drm/ttm: fix use-after-free races in vm fault handlingNicolai Hähnle2017-02-211-0/+12
| * drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-10/+8
| * Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-02-011-60/+63
| |\
OpenPOWER on IntegriCloud