Fix missing ttm_open_vma call from previous commit.
[profile/ivi/libdrm.git] / linux-core / drm_ttm.c
2007-02-01 Thomas HellstromFix missing ttm_open_vma call from previous commit.
2007-01-09 Dave Airliettm: make ttm alloc/free into alloc_pages/free_pages
2006-12-27 Thomas HellstromProper allocation of AGP pages for ttms.
2006-12-19 Dave AirlieMerge branch 'nouveau-1'
2006-12-19 Thomas HellstromSecurity fix. Zero pages before they are handed to...
2006-11-05 Dave AirlieMerge branch 'master' into nouveau-1
2006-10-30 Thomas HellstromBugzilla Bug #8819
2006-10-26 Thomas HellstromAdd a one-page hole in the file offset space between...
2006-10-21 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-10-21 Thomas HellstromThe CPU cache must be flushed _before_ we start modifyi...
2006-10-19 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-10-18 Thomas HellstromMerging drm-ttm-0-2-branch
2006-10-17 Thomas HellstromLindent.
2006-10-17 Thomas HellstromAdd memory usage accounting to avoid DOS problems.
2006-10-17 Thomas HellstromRemove the memory manager parameter from the put_block...
2006-10-12 Thomas HellstromSimplify the AGP backend interface somewhat.
2006-10-11 Thomas HellstromCompatibility code for 2.6.15-2.6.18. It is ugly but...
2006-10-11 Thomas HellstromBig update:
2006-10-10 Thomas HellstromUse a nopage-based approach to fault in pfns.
2006-10-03 Thomas HellstromGet rid of all ugly PTE hacks.
2006-10-02 Thomas HellstromMake the user_token 44-bit for TTMs, and have them...
2006-10-02 Thomas HellstromAllow for 44 bit user-tokens (or drm_file offsets)
2006-09-27 Thomas HellstromAdapt to architecture-specific hooks for gatt pages.
2006-09-14 Thomas HellstromSimplify ttm alloc and free.
2006-09-14 Thomas HellstromRemove the use of reserved pages, and use locked pages...
2006-09-12 Thomas HellstromFix some debug messages.
2006-09-12 Thomas HellstromMore bugfixes.
2006-09-08 Thomas HellstromVarious bugfixes.
2006-09-01 Thomas HellstromFlag bit pattern bugfixes. Remove some error messages.
2006-09-01 Thomas HellstromVarious bugfixes.
2006-08-30 Thomas HellstromBuffer object reply fill in.
2006-08-29 Thomas HellstromCheckpoint commit. Buffer object flags and IOCTL argume...
2006-08-29 Thomas HellstromCheckpoint ttm addition to buffer objects.
2006-08-29 Thomas Hellstrom64-bit IOCTL integer (Michel Dänzer & Brian Paul)
2006-08-28 Thomas HellstromProper TTM dereferencing
2006-08-28 Thomas HellstromAdd a 64-bit drm unsigned type for 64-bit clean IOCTLS.
2006-08-28 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-27 Thomas HellstromBugfixes.
2006-08-27 Thomas HellstromRemove the ioctl multiplexing, and instead allow for...
2006-08-27 Thomas HellstromHave TTM create and reference ioctl call return the...
2006-08-27 Thomas HellstromAdd TTM map handle on reference.
2006-08-27 Thomas Hellstromttm create / destroy / ref / unref ioctl.
2006-08-25 Thomas HellstromMore ioctl stubs.
2006-08-25 Thomas Hellstromttm and buffer objects ioctl stubs.
2006-08-25 Thomas HellstromCheckpoint commit
2006-08-23 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-22 Thomas HellstromMore ttm cleanups.
2006-08-22 Thomas Hellstromttm code cleanup.
2006-08-22 Thomas HellstromBring in stripped TTM functionality.