| 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-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-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-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-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-10-17 | remove unused variables | christos |
| 2013-07-22 | Missing AB_QUIET newlines. | soren |
| 2013-06-06 | fix build for 'no options MTRR' | mlelstv |
| 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-04-04 | Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9), | dyoung |
| 2011-03-05 | Make interrupt establishment failure be noted like most other PCI drivers do. | jakllsch |
| 2011-02-27 | use pa_intrpin instead of pa_intrline for irq#, since drivers treat irq=0 | jmcneill |
| 2011-02-24 | convert all crtc values passed in from userland to be unsigned instead | mrg |
| 2011-02-18 | sync viadrm with FreeBSD, big new feature is AGP DMA and PCI DMA support | jmcneill |
| 2011-02-18 | get rid of #ifdef __FreeBSD__ sections | jmcneill |
| 2011-02-17 | Add the RS880 device IDs to radeondrm(4). | jakllsch |
| 2011-02-15 | map the framebuffer and agp with BUS_SPACE_MAP_PREFETCHABLE | jmcneill |
| 2011-02-12 | wsdisplay isn't module friendly so don't add genfb support to the kmod for now | jmcneill |
| 2011-02-11 | Make DRM work with genfb again. | jmcneill |
| 2011-01-06 | recognize Radeon HD 4200. This lets radeondrm(4) attach. | cegger |
| 2010-11-10 | use a sysctllog structure, and sysctl_teardown(), to destroy the drm data. | mrg |
| 2010-11-06 | call the sysctl destroy functions upon failure and unload, which | mrg |
| 2010-07-21 | Using vfinddev() leads to vnode races as it returns an unreferenced | hannken |