aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2
Commit message (Expand)AuthorAgeFilesLines
* drm2: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-303-79/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2357-114/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-2310-10/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-239-18/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-254-4/+4
* Remove an extra argument to SYSCTL_FOREACHAndrew Turner2023-03-021-1/+1
* Use SYSCTL_FOREACH in drm2Andrew Turner2023-01-231-1/+1
* Adjust function definition in drm_fb_helper.c to avoid clang 15 warningDimitry Andric2022-08-211-1/+1
* vm_object: Modify various drivers to allocate OBJT_SWAP objectsMark Johnston2022-07-271-1/+1
* Create wrapper for Giant taken for newbusWarner Losh2022-06-211-4/+4
* drm2: Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2022-02-084-4/+0
* Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston2021-11-032-9/+8
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-11-031-6/+1
* Fix some common typos in source code commentsGordon Bergling2021-08-191-1/+1
* Don't permit DRM buffer mappings to be upgraded to executable.John Baldwin2020-10-061-6/+4
* drm2: Fix build after r365264Niclas Zeising2020-09-031-0/+2
* drm2: Further improve deprecation messageNiclas Zeising2020-09-021-2/+8
* drm2: Update deprecation messageNiclas Zeising2020-08-241-5/+1
* Convert a few triviail consumers to the new unlocked grab API.Jeff Roberson2020-02-281-5/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (5 of many)Pawel Biernacki2020-02-162-13/+8
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-1/+1
* Make page busy state deterministic on free. Pages must be xbusy whenJeff Roberson2019-12-221-0/+2
* (4/6) Protect page valid with the busy lock.Jeff Roberson2019-10-152-2/+2
* Replace redundant code with a few new vm_page_grab facilities:Jeff Roberson2019-09-102-17/+8
* Use the sleepq lock rather than the page lock to protect against wakeupJeff Roberson2019-09-101-4/+1
* Change synchonization rules for vm_page reference counting.Mark Johnston2019-09-093-7/+1
* Avoid relying on header pollution from sys/refcount.h.Mark Johnston2019-07-291-0/+1
* Add a return value to vm_page_remove().Mark Johnston2019-06-261-1/+1
* Replace uses of vm_page_unwire(m, PQ_NONE) with vm_page_unwire_noq(m).Mark Johnston2019-06-071-1/+1
* Include eventhandler.h in more compilation unitsConrad Meyer2019-05-211-0/+1
* Remove the i915 and radeon drivers.Warner Losh2019-02-19186-183247/+0
* Complete the removal of obsolete ioctl handlers.Mark Johnston2019-01-092-8/+0
* Remove UMS support code from radeonkms.Mark Johnston2018-12-179-10807/+33
* Add updating entry for DRMWarner Losh2018-10-201-2/+2
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-262-2/+2
* Convert x86 cache invalidation functions to ifuncs.Konstantin Belousov2018-09-192-6/+7
* Add big, nasty abandonware tags to this code.Warner Losh2018-08-282-1/+16
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-251-1/+1
* Revert drm2 removal.Warner Losh2018-08-24269-0/+235179
* Remove legacy drm and drm2 from treeMatt Macy2018-08-22269-235179/+0
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-192-2/+2
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-192-2/+2
* Eliminate the unused arena parameter from kmem_alloc_attr().Alan Cox2018-08-181-2/+2
* Make timespecadd(3) and friends publicAlan Somers2018-07-302-4/+3
* Fix build of i915kms with base gccDimitry Andric2018-06-111-1/+9
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-064-7/+0
* Correct pseudo misspelling in sys/ commentsEd Maste2018-02-231-1/+1
* vm_wait() rework.Konstantin Belousov2018-02-204-5/+5