aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm
Commit message (Expand)AuthorAgeFilesLines
* drm: Update deprecation messageNiclas Zeising2020-09-061-3/+1
* MFC r343060:Oleksandr Tymoshenko2019-02-031-1/+1
* Add big, nasty abandonware tags to this code.Warner Losh2018-08-282-1/+13
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-251-1/+1
* Revert drm2 removal.Warner Losh2018-08-2476-0/+43224
* Remove legacy drm and drm2 from treeMatt Macy2018-08-2276-43224/+0
* Eliminate the unused arena parameter from kmem_alloc_attr().Alan Cox2018-08-181-2/+2
* drm: fix memory leak on error pathEric van Gyzen2018-05-281-0/+1
* Correct signedness bug in drm_modeset_ctlEd Maste2018-03-221-1/+1
* Fix kernel memory disclosure in drm_infobufsEd Maste2018-03-211-0/+1
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-2/+2
* Add PNP metadata to more driversConrad Meyer2017-09-261-1/+1
* Include opt files in the kernel with "" instead of <>.Warner Losh2017-07-101-1/+1
* Switch prison check from PROV_DRIVER to PRIV_KMEM_WRITE (like /dev/mem).Alexander Leidinger2017-07-091-1/+1
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-171-0/+1
* Use atop() instead of OFF_TO_IDX() for convertion of addresses orKonstantin Belousov2017-03-141-1/+1
* drm(old): Remove i915 and radeon driversEmmanuel Vadot2017-03-1123-48460/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-0313-15/+15
* As <machine/param.h> is included from <sys/param.h>, there is no needSvatopluk Kraus2016-02-221-1/+0
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Instead of defining the actualy user and group id in the drmP.h filesKoop Mast2015-08-111-2/+2
* Add a new group named 'video' with the id of 44. And make drm createKoop Mast2015-08-091-1/+1
* Remove compatibility shims for FreeBSD versions older than 8.0.John Baldwin2015-06-0413-119/+0
* Add a new file operations hook for mmap operations. File type-specificJohn Baldwin2015-06-041-4/+4
* Adjust printf format specifiers for dev_t and ino_t in kernel.Gleb Kurtsou2014-12-171-2/+3
* Remove always false comparison.Gleb Smirnoff2014-09-031-1/+1
* Remove ia64.Marcel Moolenaar2014-07-072-3/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-282-2/+1
* Revert r267961, r267973:Glen Barber2014-06-272-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-272-2/+1
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptAttilio Rao2014-06-161-1/+1
* Add missing calls to bus_dmamap_unload() when freeing static DMAJohn Baldwin2014-06-132-0/+2
* Back out r261266 pending security buy-in.Jamie Gritton2014-01-311-3/+1
* Add a jail parameter, allow.kmem, which lets jailed processes accessJamie Gritton2014-01-291-1/+3
* In sys/dev/drm/mach64_dma.c, remove static function mach64_set_dma_eol(),Dimitry Andric2013-12-261-48/+0
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-309-47/+47
* Similar to the (1 << 31) case it is not defined to do (2 << 30).Eitan Adler2013-11-301-2/+2
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-2/+2
* Fix white spaces.Jung-uk Kim2013-04-231-2/+2
* Remove always-true conditions from if statement.Eitan Adler2013-04-231-2/+2
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-0/+1
* Cast VIA_READ to (void) where the result is unused.Roman Divacky2012-11-092-3/+3
* Make sure to define __BIG_ENDIAN and __LITTLE_ENDIAN with the appropriateNathan Whitehorn2012-10-261-0/+5
* Streamline use of cdevpriv and correct some corner cases.Hans Petter Selasky2012-08-151-8/+6
* In sys/dev/drm/radeon_state.c, use the correct printf length modifiersDimitry Andric2011-12-301-1/+1
* Fix format string Z --> z, since the former is a deprecated and (in FreeBSD)Stefan Eßer2011-12-161-2/+2
* Do not define bool/true/false if the symbols already exist.Matthew D Fleming2011-12-121-1/+1
* Fix display of the drm sysctls.Konstantin Belousov2011-04-231-1/+1
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-1/+1
* - Remove no longer in useMartin Wilke2011-02-222-87/+0