| Age | Commit message (Expand) | Author |
| 2011-02-21 | Fix typos - remove duplicate "the". | Rebecca Cran |
| 2010-12-25 | Introduce and use a new VM interface for temporarily pinning pages. This | Alan Cox |
| 2010-12-11 | fix atomic_set_xxx misuse in drm | Andriy Gapon |
| 2010-11-16 | Make drm(4) build, if not work reliably, on PowerPC. | Nathan Whitehorn |
| 2010-11-09 | Fix typos. | Rebecca Cran |
| 2010-08-03 | Add support for ATI Radeon HD 4250. | Oliver Fromme |
| 2010-05-05 | Push down the acquisition of the page queues lock into vm_page_unwire(). | Alan Cox |
| 2010-05-04 | Add page locking to the vm_page_cow* functions. | Alan Cox |
| 2010-05-03 | Acquire the page lock around vm_page_unwire(). For consistency, extend the | Alan Cox |
| 2010-04-30 | On Alan's advice, rather than do a wholesale conversion on a single | Kip Macy |
| 2010-04-28 | fx->lock is used as an index, correct test case. | Robert Noland |
| 2010-04-24 | remove vm obect tracker that slipped in from prior work. | Robert Noland |
| 2010-04-23 | Address some WITNESS panics that occur when using the via driver. | Robert Noland |
| 2010-04-22 | Now that we properly set write-combining on the pages that back the GART, | Robert Noland |
| 2010-04-22 | re-write scatter gather memory allocation yet again... | Robert Noland |
| 2010-04-22 | Rework how drm maps are handled. | Robert Noland |
| 2010-03-13 | Fix build after typo. | Robert Noland |
| 2010-03-13 | Add support for Intel Pineview chips, aka IGD | Robert Noland |
| 2010-01-31 | Welcome drm support for VIA unichrome chips. | Robert Noland |
| 2010-01-31 | Import simple drm memory manager. | Robert Noland |
| 2009-12-29 | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | Robert Noland |
| 2009-10-30 | Fix botched git -> svn merge. | Robert Noland |
| 2009-10-30 | Cleanup in r600_blit | Robert Noland |
| 2009-10-30 | A bit of cleanup work on radeon_freelist_get() | Robert Noland |
| 2009-10-30 | Some general cleanup of scatter/gather memory allocation | Robert Noland |
| 2009-10-30 | Use system specified memory barriers rather than rolling our own. | Robert Noland |
| 2009-10-30 | Fix blitter support for RS880 chips | Robert Noland |
| 2009-10-21 | Check pointer for NULL before dereferencing it, not after. | Christian Brueffer |
| 2009-10-11 | Add support for Intel G41 chipset | Robert Noland |
| 2009-09-28 | Fix offset handling | Robert Noland |
| 2009-09-28 | radeon_family is an enum, so ordering can be important. | Robert Noland |
| 2009-09-28 | Fix blit pitch for 4 byte transfers on r600. | Robert Noland |
| 2009-09-28 | R600 doesn't support IRQs yet, so don't try to use them. | Robert Noland |
| 2009-09-13 | Add a couple of small fixes from the AMD folks. | Robert Noland |
| 2009-09-13 | Add missing pci id for Radeon 4850 X2 | Robert Noland |
| 2009-08-23 | Add GET_PARAM support for Z pipes. | Robert Noland |
| 2009-08-23 | Add kernel support for Radeon R6/7xx 3D. | Robert Noland |
| 2009-08-23 | Add a read only sysctl tracking the hw.drm.msi tunable. | Robert Noland |
| 2009-08-23 | Clean up the handling of device minors | Robert Noland |
| 2009-08-23 | Clean up the locking in drm_alloc_resource() | Robert Noland |
| 2009-08-20 | Temporarily revert the new-bus locking for 8.0 release. It will be | John Baldwin |
| 2009-08-12 | Add support for radeon RS880 IGP chips to drm. | Robert Noland |
| 2009-08-12 | Add some additional radeon pci ids to drm. | Robert Noland |
| 2009-08-02 | Make the newbus subsystem Giant free by adding the new newbus sxlock. | Attilio Rao |
| 2009-07-09 | Add support for Radeon HD 4770 (RV740) chips. | Robert Noland |
| 2009-06-25 | We shouldn't need to drop and reaquire the lock here. | Robert Noland |
| 2009-06-25 | Some more cleanups for vblank code on Intel. | Robert Noland |
| 2009-06-25 | Initialize max_vblank_count earlier. | Robert Noland |
| 2009-06-25 | Keep track of the hardware counter more aggressively while interrupts | Robert Noland |
| 2009-06-25 | Fix one use of atomic for refcount missed in last commit. | Robert Noland |