Age | Commit message (Expand) | Author |
2007-05-26 | drm: cleanup use of Linux list handling macros | Dave Airlie |
2007-01-08 | drm: remove drm_follow_page, and drm_ioremap and ioremapfree | Christoph Hellwig |
2006-12-20 | Replace vmalloc_32. | Thomas Hellstrom |
2006-12-19 | Security fix. Zero pages before they are handed to user space. | Thomas Hellstrom |
2006-12-19 | Revert "drm: ioremap balanced with iounmap for drivers/char/drm" | Dave Airlie |
2006-12-19 | drm: ioremap balanced with iounmap for drivers/char/drm | Dave Airlie |
2006-10-18 | Merging drm-ttm-0-2-branch | 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-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-28 | add static function, and remove bad attributions | Dave Airlie |
2006-08-23 | Fix previous commit: Only fall back to hashed handles | Thomas Hellstrom |
2006-08-23 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-... | Thomas Hellstrom |
2006-08-23 | Allow multiple addMaps with the same 32-bit map offset. | Thomas Hellstrom |
2006-08-22 | Bring in stripped TTM functionality. | Thomas Hellstrom |
2006-08-14 | remove all TRUE/FALSE no need for this in the drm, use 0 or 1 | Dave Airlie |
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-07-05 | Add missing semaphore release. | Thomas Hellstrom |
2006-05-19 | rip out unneeded back compat code | Dave Airlie |
2006-02-19 | experimental PCI DMA fixes use proper Linux interfaces | Dave Airlie |
2006-02-18 | major realigment of DRM CVS with kernel code, makes integration much easier | Dave Airlie |
2006-02-18 | Fixup test for memory at end of memory space | Dave Airlie |
2005-11-07 | Fix bug #4908 for now. Alternative is highlighted in this bug report as the | Alan Hourihane |
2005-11-03 | Converts the remaining drm_agp_foo functions to be a drm_agp_foo and | Ian Romanick |
2005-09-30 | fixup bens fix so it works.. | Dave Airlie |
2005-09-30 | Add Bens fix for radeon maps on ppc | Dave Airlie |
2005-09-03 | check is the map containing the lock | Dave Airlie |
2005-08-20 | add x86_64 to the list as well | Dave Airlie |
2005-08-20 | add powerpc64 to the list of archs that this test doesn't make sense on | Dave Airlie |
2005-08-17 | revert reversion of a part of a patch from Jon, that I did last night while | Dave Airlie |
2005-08-16 | add Egberts 32/64 bit patch (its in kernel already...) | Dave Airlie |
2005-08-07 | remove bus address | Dave Airlie |
2005-08-04 | Implement permanent sarea maps | Jon Smirl |
2005-08-04 | Tighten up AGP security. Verify that all uses of AGP are done inside | Jon Smirl |
2005-06-29 | silence warning | Alan Hourihane |
2005-06-28 | - Remove drm_initmap and replace its usage with drm_addmap. This reduces | Eric Anholt |
2005-06-28 | add compat code from Paul Mackerras | Dave Airlie |
2005-06-14 | Adds support for PCI cards to MGA DRM | Ian Romanick |
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-05-20 | Refactor common, boilerplate ioctl code from drm_addbufs_* functions into | Ian Romanick |
2005-04-26 | Convert BSD code to mostly use bus_dma, the dma abstraction for dealing | Eric Anholt |
2005-02-05 | - Implement drm_initmap, and extend it with the resource number to help | Eric Anholt |
2005-01-16 | The patch makes drmAddBufs/drmMapBufs can handle buffers in video memory | Dave Airlie |
2005-01-01 | Added a new DRM map type _DRM_CONSISTENT for consistent PCI memory. It uses | Felix Kuehling |
2004-10-18 | Update Doxygen configuration & comments. | Jose Fonseca |
2004-10-12 | Breakout heads into their own data structures. | Jon Smirl |