summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/ttm/ttm_page_alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use RWLOCK_INITIALIZER() in DEFINE_MUTEX()jsg2020-11-121-1/+1
* update drm to linux 5.7jsg2020-06-081-2/+2
* drm/ttm: fix incrementing the page pointer for huge pagesjsg2020-01-171-2/+2
* drm/ttm: fix start page for huge page check in ttm_put_pages()jsg2020-01-171-2/+2
* implement unregister_shrinker()jsg2019-12-261-2/+0
* enable shrinker for ttmjsg2019-12-261-7/+0
* drm/ttm: fix out-of-bounds read in ttm_put_pages() v2jsg2019-04-271-2/+3
* Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 tojsg2019-04-141-194/+468
* update ttm and radeondrm(4) to Linux 4.4.129jsg2018-04-251-96/+114
* oops, snapshot tests not ready yetderaadt2018-04-201-120/+115
* syncderaadt2018-04-201-115/+120
* Implement set_pages_array_wb() and set_pages_array_wc() for powerpc. Sincekettenis2015-10-081-5/+7
* Switch remaining users of the FreeBSD refcount apis back to the originaljsg2015-09-271-8/+19
* change back to spinlock_t/DEFINE_SPINLOCKjsg2015-04-111-2/+2
* Switch most printf style functions calls back to linux function namesjsg2015-02-111-12/+12
* switch most mtx_* calls back to linux spinlocksjsg2015-02-101-13/+17
* Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofmpi2014-03-281-2/+2
* Remove and shuffle some includes to reduce their number since drmP.hmpi2014-03-251-2/+2
* Reduce dmesg spam. Apologies to stsp@ for rejecting his larger diff thatkettenis2014-02-241-2/+1
* use linux style memory allocations in ttmjsg2014-02-091-8/+8
* add static back to the ttm functionsjsg2013-12-081-52/+18
* Add a port of the TTM and Radeon DRM code from Linux 3.8.13.jsg2013-08-121-0/+981