| Age | Commit message (Expand) | Author |
| 2007-08-21 | Properly initialize the dev_priv before calling the i915_dma_cleanup(). | Konstantin Belousov |
| 2007-07-12 | bus_dma_tag_create() and bus_dma_mem_alloc() shall not be called with a | Konstantin Belousov |
| 2007-02-23 | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati |
| 2006-12-28 | Update __FreeBSD_version check for pci_find_extcap() now that it is | John Baldwin |
| 2006-11-06 | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson |
| 2006-09-07 | Merge from DRM upstream: | Eric Anholt |
| 2006-05-17 | Update to current DRM CVS, bringing in a fix for a NULL pointer chase when | Eric Anholt |
| 2006-05-17 | Merge from DRM CVS: | Eric Anholt |
| 2006-04-18 | Reorder the DRM_*_AGP enums to match linux and what our code expects, fixing | Eric Anholt |
| 2006-04-13 | Re-apply changes to make this compile with -Wundef: | Ruslan Ermilov |
| 2006-04-09 | Update to DRM CVS as of 2006-04-09. The most notable new feature is the updated | Eric Anholt |
| 2005-12-20 | - Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well as | John Baldwin |
| 2005-12-04 | Use compile-time detection of 64-bit addressing. | Ruslan Ermilov |
| 2005-12-04 | Fix -Wundef warnings and properly check the size of long, FWIW. | Ruslan Ermilov |
| 2005-12-03 | Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov, | Eric Anholt |
| 2005-12-03 | Make cleaner diffs by munging the $FreeBSD$s from the FreeBSD CVS sources back | Eric Anholt |
| 2005-12-02 | Restore the enabling of debugging by default by the DRM_DEBUG kernel option. | Eric Anholt |
| 2005-11-28 | Update DRM to CVS snapshot as of 2005-11-28. Notable changes: | Eric Anholt |
| 2005-08-01 | Fix a buffer aging problem in new r300 code that could lead to hangs with some | Eric Anholt |
| 2005-07-20 | Add the latest r300 code from r300.sf.net. This is based on the patch supplied | Eric Anholt |
| 2005-06-28 | Disable the drm_initmap calls in radeon_cp.c, due to them resulting in improper | Eric Anholt |
| 2005-06-24 | Mark the permanent map for radeon registers read-only. Failure to set this flag | Eric Anholt |
| 2005-04-24 | Fix a panic on X startup for drivers that don't init maps themselves by storing | Eric Anholt |
| 2005-04-16 | Update to DRM CVS as of 2005-04-12, bringing many changes: | Eric Anholt |
| 2005-04-01 | - Change the vm_mmap() function to accept an objtype_t parameter specifying | John Baldwin |
| 2005-02-26 | move ptr deref's to after null checks | Sam Leffler |
| 2005-02-22 | Neuter DRM(mapbufs) until somebody finds time to try to fix it. | Poul-Henning Kamp |
| 2005-01-07 | Fix typo from previous commit. | Scott Long |
| 2005-01-06 | Unbreak the tinderbox, make this compile. | Maxim Konovalov |
| 2005-01-06 | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh |
| 2004-12-15 | Use the SYSCTL_ADD_OID macro, instead of directly calling sysctl_add_oid(). | Suleiman Souhlal |
| 2004-12-02 | Specifically use the 32-bit version of fuword/suword since that's what | David E. O'Brien |
| 2004-08-29 | Fixed the module name (macros don't work here). | Ruslan Ermilov |
| 2004-08-05 | Now that mem(4) is a kernel module, we need to add a dependency on | Maxime Henrion |
| 2004-06-16 | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp |
| 2004-06-11 | Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a new | Eric Anholt |
| 2004-03-17 | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson |
| 2004-03-03 | Prefer uintptr_t to intptr_t. | David E. O'Brien |
| 2004-03-03 | Use a long as the opaque type so that it matches the size of a pointer | David E. O'Brien |
| 2004-03-03 | Use a long as the opaque type so that it matches the size of a pointer | David E. O'Brien |
| 2004-03-03 | Add memory barrier routines for AMD64. | David E. O'Brien |
| 2004-03-03 | Cast thru intptr_t on the way to void* for success on 64-bit platforms. | David E. O'Brien |
| 2004-02-23 | Limit the amount of memory userspace processes can cause the kernel to | Robert Watson |
| 2004-02-21 | Device megapatch 4/6: | Poul-Henning Kamp |
| 2004-02-21 | Device megapatch 1/6: | Poul-Henning Kamp |
| 2004-02-14 | This is not a D_TTY driver. | Poul-Henning Kamp |
| 2004-01-06 | Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128, | Eric Anholt |
| 2003-12-23 | Fix a few more places where NULL was used instead of 0. | Stefan Eßer |
| 2003-11-12 | Update from DRI CVS. Includes locking fixes (including PR 59202), changes for | Eric Anholt |
| 2003-11-03 | Change the DRM_ERROR about authenticator not found back to DRM_DEBUG. It's | Eric Anholt |