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