Age | Commit message (Expand) | Author |
2008-04-07 | Missing KERNEL_VERSION macro | Patrice Mandin |
2008-04-06 | Place highmem pages last in the ttm page array. | Thomas Hellstrom |
2008-04-06 | Use clflush() when available for cache flushing. | Thomas Hellstrom |
2008-03-12 | Bug # 14712 | Thomas Hellstrom |
2008-03-04 | Clarify through the names what drm_ttm_alloc_pages() and friend actually did. | Eric Anholt |
2007-12-21 | Use dummy_read_page for unpopulated kernel-allocated ttm pages. | Keith Packard |
2007-12-21 | Move dummy_read_page from drm_ttm_set_user to drm_ttm_create. | Keith Packard |
2007-12-21 | Clean up and document drm_ttm.c APIs. drm_bind_ttm -> drm_ttm_bind. | Keith Packard |
2007-12-15 | Document drm_ttm_set_user. | Keith Packard |
2007-12-15 | Make ttm create/destroy APIs consistent. Pass page_flags in create. | Keith Packard |
2007-11-22 | drm: major whitespace/coding style realignment with kernel | Dave Airlie |
2007-11-15 | mm fixups. | Thomas Hellstrom |
2007-11-07 | Don't overwrite TTM page flags. | Thomas Hellstrom |
2007-11-05 | drm/ttm: apply linux kernel coding style to bo_lock/move/object/ttm.c | Dave Airlie |
2007-11-02 | User buffer support. | Thomas Hellstrom |
2007-11-01 | drm/ttm: add support for cached un-snooped mappings. | Dave Airlie |
2007-10-30 | drm/i915: add driver cache flush entry point | Dave Airlie |
2007-09-22 | Add fence error member. | Thomas Hellstrom |
2007-07-16 | drm: detypedef ttm/bo/fence code | Dave Airlie |
2007-04-18 | Simplify the ttm backend interface and the agp ttm backend. | Thomas Hellstrom |
2007-03-19 | whitespace cleanup pending a kernel merge | Dave Airlie |
2007-02-12 | Lindent. | Thomas Hellstrom |
2007-02-09 | I915 accelerated blit copy functional. | Thomas Hellstrom |
2007-02-09 | Fix copyright statements. | Thomas Hellstrom |
2007-02-08 | Simplify external ttm page allocation. | Thomas Hellstrom |
2007-02-07 | Checkpoint commit. | Thomas Hellstrom |
2007-02-02 | Make also later kernels work with buffer object vm | Thomas Hellstrom |
2007-02-02 | Make vm handle buffer objects instead of ttm objects. | Thomas Hellstrom |
2007-02-01 | Fix missing ttm_open_vma call from previous commit. | Thomas Hellstrom |
2007-01-09 | ttm: make ttm alloc/free into alloc_pages/free_pages | Dave Airlie |
2006-12-27 | Proper allocation of AGP pages for ttms. | Thomas Hellstrom |
2006-12-19 | Security fix. Zero pages before they are handed to user space. | Thomas Hellstrom |
2006-10-30 | Bugzilla Bug #8819 | Thomas Hellstrom |
2006-10-26 | Add a one-page hole in the file offset space between buffers. | Thomas Hellstrom |
2006-10-21 | The CPU cache must be flushed _before_ we start modifying the kernel map ptes, | Thomas Hellstrom |
2006-10-17 | Lindent. | Thomas Hellstrom |
2006-10-17 | Add memory usage accounting to avoid DOS problems. | Thomas Hellstrom |
2006-10-17 | Remove the memory manager parameter from the put_block function, as this | Thomas Hellstrom |
2006-10-12 | Simplify the AGP backend interface somewhat. | Thomas Hellstrom |
2006-10-11 | Compatibility code for 2.6.15-2.6.18. It is ugly but a little comfort is that | 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 | Make the user_token 44-bit for TTMs, and have them occupy a unique file space | Thomas Hellstrom |
2006-10-02 | Allow for 44 bit user-tokens (or drm_file offsets) | Thomas Hellstrom |
2006-09-27 | Adapt to architecture-specific hooks for gatt pages. | Thomas Hellstrom |
2006-09-14 | Simplify ttm alloc and free. | Thomas Hellstrom |
2006-09-14 | Remove the use of reserved pages, and use locked pages instead. | Thomas Hellstrom |
2006-09-12 | Fix some debug messages. | Thomas Hellstrom |
2006-09-12 | More bugfixes. | Thomas Hellstrom |