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