summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple small kernel memory disclosures. [EN-18:04.mem]gordon2018-04-042-1/+2
* MFC r315281:kib2017-03-281-1/+1
* sys/dev: minor spelling fixes.pfg2016-05-0313-15/+15
* As <machine/param.h> is included from <sys/param.h>, there is no needskra2016-02-221-1/+0
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-221-1/+0
* Instead of defining the actualy user and group id in the drmP.h fileskwm2015-08-111-2/+2
* Add a new group named 'video' with the id of 44. And make drm createkwm2015-08-091-1/+1
* Remove compatibility shims for FreeBSD versions older than 8.0.jhb2015-06-0413-119/+0
* Add a new file operations hook for mmap operations. File type-specificjhb2015-06-041-4/+4
* Adjust printf format specifiers for dev_t and ino_t in kernel.gleb2014-12-171-2/+3
* Remove always false comparison.glebius2014-09-031-1/+1
* Remove ia64.marcel2014-07-072-3/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-282-2/+1
* Revert r267961, r267973:gjb2014-06-272-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-272-2/+1
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptattilio2014-06-161-1/+1
* Add missing calls to bus_dmamap_unload() when freeing static DMAjhb2014-06-132-0/+2
* Back out r261266 pending security buy-in.jamie2014-01-311-3/+1
* Add a jail parameter, allow.kmem, which lets jailed processes accessjamie2014-01-291-1/+3
* In sys/dev/drm/mach64_dma.c, remove static function mach64_set_dma_eol(),dim2013-12-261-48/+0
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-309-47/+47
* Similar to the (1 << 31) case it is not defined to do (2 << 30).eadler2013-11-301-2/+2
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-2/+2
* Fix white spaces.jkim2013-04-231-2/+2
* Remove always-true conditions from if statement.eadler2013-04-231-2/+2
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
* Cast VIA_READ to (void) where the result is unused.rdivacky2012-11-092-3/+3
* Make sure to define __BIG_ENDIAN and __LITTLE_ENDIAN with the appropriatenwhitehorn2012-10-261-0/+5
* Streamline use of cdevpriv and correct some corner cases.hselasky2012-08-151-8/+6
* In sys/dev/drm/radeon_state.c, use the correct printf length modifiersdim2011-12-301-1/+1
* Fix format string Z --> z, since the former is a deprecated and (in FreeBSD)se2011-12-161-2/+2
* Do not define bool/true/false if the symbols already exist.mdf2011-12-121-1/+1
* Fix display of the drm sysctls.kib2011-04-231-1/+1
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-1/+1
* - Remove no longer in usemiwi2011-02-222-87/+0
* Fix typos - remove duplicate "the".brucec2011-02-212-2/+2
* Introduce and use a new VM interface for temporarily pinning pages. Thisalc2010-12-251-25/+14
* fix atomic_set_xxx misuse in drmavg2010-12-111-1/+1
* Make drm(4) build, if not work reliably, on PowerPC.nwhitehorn2010-11-166-11/+13
* Fix typos.brucec2010-11-091-6/+6
* Add support for ATI Radeon HD 4250.olli2010-08-031-0/+1
* Push down the acquisition of the page queues lock into vm_page_unwire().alc2010-05-051-2/+0
* Add page locking to the vm_page_cow* functions.alc2010-05-041-2/+0
* Acquire the page lock around vm_page_unwire(). For consistency, extend thealc2010-05-031-0/+2
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-0/+2
* fx->lock is used as an index, correct test case.rnoland2010-04-281-1/+1
* remove vm obect tracker that slipped in from prior work.rnoland2010-04-241-1/+0
* Address some WITNESS panics that occur when using the via driver.rnoland2010-04-234-8/+10
* Now that we properly set write-combining on the pages that back the GART,rnoland2010-04-222-5/+8
* re-write scatter gather memory allocation yet again...rnoland2010-04-226-113/+62
OpenPOWER on IntegriCloud