| Age | Commit message (Expand) | Author |
| 2022-03-18 | old drm: Use getticks(), not hardclock_ticks. | riastradh |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-10-22 | When building r128drm(4), gcc objects to shifting into bit 31 of a | hauke |
| 2019-08-30 | Delete dead-as-a-doornail-in-a-dead-horse branch. | riastradh |
| 2019-08-02 | Deal with gcc's "warning: this statement may fall through | hauke |
| 2019-04-06 | Overhaul the API used to fetch and store individual memory cells in | thorpej |
| 2018-09-14 | remove unused code: | mrg |
| 2018-07-10 | Remove viadrm(4), superseded by viadrmums. | maya |
| 2017-01-20 | Check pmf_device_register return value. NFC | maya |
| 2015-12-15 | PR/50560: David Binderman: fix memory leaks. | christos |
| 2015-04-20 | Remove old drm's container_of. | riastradh |
| 2015-01-10 | initialize "addr" before passing its address to uvm_mmap_dev(). | chs |
| 2014-12-14 | add a new "fo_mmap" fileops method to allow use of arbitrary uvm_objects for | chs |
| 2014-11-10 | fix the module class. | christos |
| 2014-10-04 | Canonicalize boolean result from test_and_set_bit. | riastradh |
| 2014-09-05 | Rename enum pipe to enum pipe so it won't conflcit with struct pipe. | matt |
| 2014-07-27 | Fix misplaced parenthesis, from Henning Petersen in PR 44804. | dholland |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-06-12 | Check bounds in agp_i810_borrow. | riastradh |
| 2014-03-29 | fix pci_intr_string | christos |
| 2014-03-25 | kill sprintf | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-10-17 | remove unused variables | christos |
| 2013-10-17 | define a new macro that does not declare variables used in output. | christos |
| 2013-10-17 | annotate some unused variables the authors want to keep | christos |
| 2013-09-14 | Mark mach64_set_dma_eol as unused. | joerg |
| 2013-07-22 | Missing AB_QUIET newlines. | soren |
| 2013-06-06 | fix build for 'no options MTRR' | mlelstv |
| 2012-12-11 | Fix wrong reference to dev_priv->saveSWF1. It was clearly wrong. | msaitoh |
| 2012-09-29 | fix the DRM string sysctls to use copyout() instead of strcat() | chs |
| 2012-06-17 | when freeing the DRM_SHM kernel memory that can be mapped by a user process, | chs |
| 2012-06-11 | Make i915drm work on Atom N4xx/D410/D510 + GMA3150 integrated graphic devices. | tsutsui |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-01-29 | remove incomplete conversion to kmem_alloc -- inconsistent use | drochner |
| 2012-01-27 | extending vmem(9) to be able to allocated resources for it's own needs. | para |
| 2011-08-29 | have pci register itself as a module, and make PCI driver modules depend on it | jmcneill |
| 2011-08-28 | return 'error' not 0, fixes non-module build | jmcneill |
| 2011-08-28 | return 'error' not 0, fixes non-module build | jmcneill |
| 2011-08-28 | add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules | jmcneill |
| 2011-08-28 | Split out ati_pcigart into a separate module so it can be shared with r128drm | jmcneill |
| 2011-08-28 | set default WARNS for modules to 3 -- the only one that needs < 3 now is pf | jmcneill |
| 2011-08-03 | add a little bit of DRM_NO_AGP to help build on ofppc | mrg |
| 2011-07-25 | Add additional Radeon devices from FreeBSD via Dragon Fly BSD. | jakllsch |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-09 | dma_addr_t may not be a 64bit type, so add an explicit cast here instead | joerg |
| 2011-05-30 | Fix format strings to match arguments | joerg |
| 2011-05-30 | Remove invalid const, the content is later passed to free. | joerg |
| 2011-05-25 | more wrong formats. | christos |
| 2011-05-25 | fix printf formats. | christos |