Age | Commit message (Expand) | Author |
2007-07-11 | Made drm_sg_alloc accessible from inside the DRM - drm_sg_alloc_ioctl is the ... | Arthur Huillet |
2007-07-02 | Fix must-check warnings and implement a few error paths. | Kristian Høgsberg |
2007-06-10 | use krh's idr mods to remove lists from idr code | Dave Airlie |
2007-06-03 | Revert "drm: add new drm_wait_on function to replace macro" | root |
2007-05-27 | drm: convert drawable handling to use Linux idr | Dave Airlie |
2007-05-26 | Revert "drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls." | Dave Airlie |
2007-05-26 | Revert "drm/ttm: cleanup most of fence ioctl split out" | Dave Airlie |
2007-05-26 | whitespace fixups from kernel | Dave Airlie |
2007-05-26 | drm/ttm: cleanup most of fence ioctl split out | Dave Airlie |
2007-05-26 | drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls. | Dave Airlie |
2007-05-26 | drm: cleanup use of Linux list handling macros | Dave Airlie |
2007-04-28 | drm: add new drm_wait_on function to replace macro | Dave Airlie |
2007-04-28 | remove DRM_GETSAREA and replace with drm_getsarea function | Dave Airlie |
2007-03-20 | rename badly named define | Dave Airlie |
2007-03-19 | cleanup ioctl expansion code | Dave Airlie |
2007-03-19 | make drm fops const from kernel | Dave Airlie |
2007-01-25 | Remove a scary error printed when we were leaking memory caches. | Thomas Hellstrom |
2006-12-15 | Remove the memory caches for fence objects and memory manager nodes, | Thomas Hellstrom |
2006-10-20 | Bug #8707, 2.6.19-rc compatibility for memory manager code. | Thomas Hellstrom |
2006-10-17 | Add vma list memory usage to memory accounting. | Thomas Hellstrom |
2006-10-17 | Add memory usage accounting to avoid DOS problems. | Thomas Hellstrom |
2006-10-17 | Extend generality for more memory types. | Thomas Hellstrom |
2006-10-11 | Big update: | Thomas Hellstrom |
2006-10-10 | Use a nopage-based approach to fault in pfns. | Thomas Hellstrom |
2006-10-03 | Get rid of all ugly PTE hacks. | Thomas Hellstrom |
2006-10-02 | Add a buffer object manager for TTM maps. | Thomas Hellstrom |
2006-09-29 | Change first valid DRM drawable ID to be 1 instead of 0. | Michel Dänzer |
2006-09-29 | Hook up DRM_IOCTL_UPDATE_DRAW ioctl. | Michel Dänzer |
2006-09-05 | Fix memory cache initialization. | Thomas Hellstrom |
2006-09-04 | Make memory caches global so that they can be used with | Thomas Hellstrom |
2006-09-01 | Bugfixes, | Thomas Hellstrom |
2006-08-30 | Remove the buffer object hint field and use it only | Thomas Hellstrom |
2006-08-30 | Memory manager init and takedown. | Thomas Hellstrom |
2006-08-28 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-... | Thomas Hellstrom |
2006-08-28 | add static function, and remove bad attributions | Dave Airlie |
2006-08-28 | remove some DRM_ARRAY_SIZE from linux core code | Dave Airlie |
2006-08-27 | Remove the ioctl multiplexing, and instead allow for generic | Thomas Hellstrom |
2006-08-21 | User / Kernel space fence objects (device-independent part). | Thomas Hellstrom |
2006-08-21 | Generic DRM support base-class support for user-space objects, like | Thomas Hellstrom |
2006-08-16 | Remove hash tables on DRM exit. | Thomas Hellstrom |
2006-08-14 | Avoid kernel oops in some error paths calling drm_lastclose(). | Thomas Hellstrom |
2006-07-24 | remove incorrect exit marking on cleanup pci as this is called from other paths | Dave Airlie |
2006-07-24 | switch drm to use Linux mutexes instead of semaphore. | Dave Airlie |
2006-06-06 | Fix drm_remove_magic potential memory leak / corruption. Move drm | Thomas Hellstrom |
2006-04-03 | make add context non master... | Dave Airlie |
2006-02-18 | major realigment of DRM CVS with kernel code, makes integration much easier | Dave Airlie |
2006-02-18 | fix card unload | Dave Airlie |
2006-01-02 | use drm_cards_limit instead of cards_limit | Dave Airlie |
2005-11-11 | A bunch of create_proc_dir_entry() calls creating directories had crept in | Dave Airlie |
2005-11-03 | Converts the remaining drm_agp_foo functions to be a drm_agp_foo and | Ian Romanick |