summaryrefslogtreecommitdiff
path: root/linux-core/drm_compat.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-16drm: fixup old kernel compat codeDave Airlie1-6/+6
2007-07-16drm: detypedef ttm/bo/fence codeDave Airlie1-9/+9
2007-07-11Merge branch 'master' into cleanupdrm-ttm-cleanup-branchDave Airlie1-0/+123
2007-06-12Try to make buffer object / fence object ioctl args 64-bit safe.Thomas Hellstrom1-3/+3
2007-06-10use krh's idr mods to remove lists from idr codeDave Airlie1-0/+123
2007-06-07oops must fix this properly at some pointDave Airlie1-2/+0
2007-06-07drm: fix radeon setparam alignment issues on 32/64-bitDave Airlie1-0/+2
2007-05-26Revert "drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls."Dave Airlie1-2/+1
2007-05-26drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.Dave Airlie1-1/+2
2007-05-06drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.Dave Airlie1-1/+2
2007-04-03Make sure CMA (Can't map aperture) pages are mapped uncached.Thomas Hellstrom1-3/+5
2007-02-26Fix build for 2.6.21-rc1.Thomas Hellstrom1-5/+102
2007-02-15Fix build against older kernels.Michel Dänzer1-1/+1
2007-02-14Set the drm bus map type for each buffer object memory type.Thomas Hellstrom1-1/+2
2007-02-14Rework buffer object vm code to use nopfn() for kernels >= 2.6.19.Thomas Hellstrom1-45/+80
2007-02-08A minor function interface change and some memcpy bugfixing.Thomas Hellstrom1-2/+0
2007-02-08Simplify external ttm page allocation.Thomas Hellstrom1-11/+3
2007-02-06Simplify pci map vs no pci map choice.Thomas Hellstrom1-19/+5
2007-02-02Make also later kernels work with buffer object vmThomas Hellstrom1-67/+71
2007-02-02Make vm handle buffer objects instead of ttm objects.Thomas Hellstrom1-2/+2
2007-02-01Fix missing ttm_open_vma call from previous commit.Thomas Hellstrom1-5/+12
2006-12-27Proper allocation of AGP pages for ttms.Thomas Hellstrom1-3/+2
2006-12-19Security fix. Zero pages before they are handed to user space.Thomas Hellstrom1-0/+2
2006-10-20Bug #8707, 2.6.19-rc compatibility for memory manager code.Thomas Hellstrom1-20/+33
2006-10-17Remove max number of locked pages check and call, sinceThomas Hellstrom1-5/+0
2006-10-17Add memory usage accounting to avoid DOS problems.Thomas Hellstrom1-4/+9
2006-10-11Compatibility code for 2.6.15-2.6.18. It is ugly but a little comfort is thatThomas Hellstrom1-0/+236
2006-10-11Big update:Thomas Hellstrom1-4/+46
2006-10-10Use a nopage-based approach to fault in pfns.Thomas Hellstrom1-0/+79
2006-10-03Get rid of all ugly PTE hacks.Thomas Hellstrom1-133/+0
2006-09-27Adapt to architecture-specific hooks for gatt pages.Thomas Hellstrom1-0/+20
2006-09-18Alternative implementation of page table zeroing using zap page_range.Thomas Hellstrom1-0/+14
2006-09-14Remove the use of reserved pages, and use locked pages instead.Thomas Hellstrom1-6/+24
2006-09-08Various bugfixes.Thomas Hellstrom1-1/+6
2006-08-25Module protection map access is moving into mainline kernels.Thomas Hellstrom1-3/+3
2006-08-21Backwards compatibility code for ttms.Thomas Hellstrom1-0/+140