| Age | Commit message (Expand) | Author |
| 2019-02-19 | Per discussions on arch@ and elsewhere, retire drm module / drives. | Warner Losh |
| 2019-01-15 | [drm] Fix off-by-one error when accessing driver-specific ioctl handlers array | Oleksandr Tymoshenko |
| 2018-08-28 | Add big, nasty abandonware tags to this code. | Warner Losh |
| 2018-08-25 | Eliminate the arena parameter to kmem_free(). Implicitly this corrects an | Alan Cox |
| 2018-08-24 | Revert drm2 removal. | Warner Losh |
| 2018-08-22 | Remove legacy drm and drm2 from tree | Matt Macy |
| 2018-08-18 | Eliminate the unused arena parameter from kmem_alloc_attr(). | Alan Cox |
| 2018-05-28 | drm: fix memory leak on error path | Eric van Gyzen |
| 2018-03-22 | Correct signedness bug in drm_modeset_ctl | Ed Maste |
| 2018-03-21 | Fix kernel memory disclosure in drm_infobufs | Ed Maste |
| 2017-12-27 | kernel: Fix several typos and minor errors | Eitan Adler |
| 2017-09-26 | Add PNP metadata to more drivers | Conrad Meyer |
| 2017-07-10 | Include opt files in the kernel with "" instead of <>. | Warner Losh |
| 2017-07-09 | Switch prison check from PROV_DRIVER to PRIV_KMEM_WRITE (like /dev/mem). | Alexander Leidinger |
| 2017-04-17 | All these files need sys/vmmeter.h, but now they got it implicitly | Gleb Smirnoff |
| 2017-03-14 | Use atop() instead of OFF_TO_IDX() for convertion of addresses or | Konstantin Belousov |
| 2017-03-11 | drm(old): Remove i915 and radeon drivers | Emmanuel Vadot |
| 2016-05-03 | sys/dev: minor spelling fixes. | Pedro F. Giffuni |
| 2016-02-22 | As <machine/param.h> is included from <sys/param.h>, there is no need | Svatopluk Kraus |
| 2016-02-22 | As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to | Svatopluk Kraus |
| 2015-08-11 | Instead of defining the actualy user and group id in the drmP.h files | Koop Mast |
| 2015-08-09 | Add a new group named 'video' with the id of 44. And make drm create | Koop Mast |
| 2015-06-04 | Remove compatibility shims for FreeBSD versions older than 8.0. | John Baldwin |
| 2015-06-04 | Add a new file operations hook for mmap operations. File type-specific | John Baldwin |
| 2014-12-17 | Adjust printf format specifiers for dev_t and ino_t in kernel. | Gleb Kurtsou |
| 2014-09-03 | Remove always false comparison. | Gleb Smirnoff |
| 2014-07-07 | Remove ia64. | Marcel Moolenaar |
| 2014-06-28 | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky |
| 2014-06-27 | Revert r267961, r267973: | Glen Barber |
| 2014-06-27 | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky |
| 2014-06-16 | - Modify vm_page_unwire() and vm_page_enqueue() to directly accept | Attilio Rao |
| 2014-06-13 | Add missing calls to bus_dmamap_unload() when freeing static DMA | John Baldwin |
| 2014-01-31 | Back out r261266 pending security buy-in. | Jamie Gritton |
| 2014-01-29 | Add a jail parameter, allow.kmem, which lets jailed processes access | Jamie Gritton |
| 2013-12-26 | In sys/dev/drm/mach64_dma.c, remove static function mach64_set_dma_eol(), | Dimitry Andric |
| 2013-11-30 | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | Eitan Adler |
| 2013-11-30 | Similar to the (1 << 31) case it is not defined to do (2 << 30). | Eitan Adler |
| 2013-08-07 | Replace kernel virtual address space allocation with vmem. This provides | Jeff Roberson |
| 2013-04-23 | Fix white spaces. | Jung-uk Kim |
| 2013-04-23 | Remove always-true conditions from if statement. | Eitan Adler |
| 2013-03-09 | Switch the vm_object mutex to be a rwlock. This will enable in the | Attilio Rao |
| 2012-11-09 | Cast VIA_READ to (void) where the result is unused. | Roman Divacky |
| 2012-10-26 | Make sure to define __BIG_ENDIAN and __LITTLE_ENDIAN with the appropriate | Nathan Whitehorn |
| 2012-08-15 | Streamline use of cdevpriv and correct some corner cases. | Hans Petter Selasky |
| 2011-12-30 | In sys/dev/drm/radeon_state.c, use the correct printf length modifiers | Dimitry Andric |
| 2011-12-16 | Fix format string Z --> z, since the former is a deprecated and (in FreeBSD) | Stefan Eßer |
| 2011-12-12 | Do not define bool/true/false if the symbols already exist. | Matthew D Fleming |
| 2011-04-23 | Fix display of the drm sysctls. | Konstantin Belousov |
| 2011-03-23 | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | John Baldwin |
| 2011-02-22 | - Remove no longer in use | Martin Wilke |