Age | Commit message (Expand) | Author |
2007-01-08 | drm: remove drm_follow_page, and drm_ioremap and ioremapfree | Christoph Hellwig |
2007-01-01 | make build against 2.6.20 hopefully | 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-12-19 | drm: remove all 2.4 support for drm development tree. | Dave Airlie |
2006-12-19 | [SPARC]: Respect vm_page_prot in io_remap_page_range(). | Dave Airlie |
2006-12-19 | [PATCH] mm: incorrect VM_FAULT_OOM returns from drivers | Dave Airlie |
2006-10-30 | Bugzilla Bug #8819 | Thomas Hellstrom |
2006-10-20 | Bug #8707, 2.6.19-rc compatibility for memory manager code. | Thomas Hellstrom |
2006-10-18 | Merging drm-ttm-0-2-branch | 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-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-02 | Bug 6242: [mach64] Use private DMA buffers, part #3. | George Sapountzis |
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 | Remove the use of reserved pages, and use locked pages instead. | Thomas Hellstrom |
2006-09-12 | More bugfixes. | Thomas Hellstrom |
2006-08-30 | Buffer object mapping and mapping synchronization for multiple clients. | Thomas Hellstrom |
2006-08-28 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-... | Thomas Hellstrom |
2006-08-28 | drm: lots of small cleanups and whitespace issues fixed up | Dave Airlie |
2006-08-25 | Module protection map access is moving into mainline kernels. | Thomas Hellstrom |
2006-08-25 | Checkpoint commit | Thomas Hellstrom |
2006-08-22 | More ttm cleanups. | Thomas Hellstrom |
2006-08-22 | Bring in stripped TTM functionality. | Thomas Hellstrom |
2006-07-24 | switch drm to use Linux mutexes instead of semaphore. | Dave Airlie |
2006-07-11 | Keep hashed user tokens, with the following changes: | Thomas Hellstrom |
2006-07-10 | Change drm Map handles to be arbitrary 32-bit hash tokens in the range | Thomas Hellstrom |
2006-02-18 | major realigment of DRM CVS with kernel code, makes integration much easier | Dave Airlie |
2005-11-29 | Fix from Hugh Dickins for consistent mapping | Dave Airlie |
2005-08-20 | remove checks that make ppc64 not work properly... also fix ppc64 check.. | Dave Airlie |
2005-08-16 | add Egberts 32/64 bit patch (its in kernel already...) | Dave Airlie |
2005-06-04 | misc cleanup patch from Adrian Bunk | Dave Airlie |
2005-05-28 | Bugzilla #3217: Create a new __drm_pci_free which is used internally in | Eric Anholt |
2005-04-26 | Convert BSD code to mostly use bus_dma, the dma abstraction for dealing | Eric Anholt |
2005-03-27 | Some ia64 platforms may not support write combining on all type of memory, | Dave Airlie |
2005-01-12 | Use virt_to_page instead of vmalloc_to_page in drm_do_vm_shm_nopage for | Felix Kuehling |
2005-01-01 | Added a new DRM map type _DRM_CONSISTENT for consistent PCI memory. It uses | Felix Kuehling |
2004-10-23 | fix pfn vs page for older kernels (2.6.9-rc kernels many not work..) | Dave Airlie |
2004-10-22 | Bring in patch from kernel for remap_pfn_range | Jon Smirl |
2004-10-18 | Update Doxygen configuration & comments. | Jose Fonseca |
2004-10-12 | Breakout heads into their own data structures. | Jon Smirl |
2004-10-10 | Rename fn_tbl to driver. Core driver now uses pci_driver name which | Jon Smirl |
2004-09-30 | Lindent of core build. Drivers checked for no binary diffs. A few files | Jon Smirl |
2004-09-30 | Make fops per driver instead of global, remove default flush, poll, read | Jon Smirl |
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl |
2004-09-20 | Felix's fix for map request smaller than permanent map size | Jon Smirl |
2004-09-05 | merge back bunch of whitespace and misc changes from kernel | Dave Airlie |