summaryrefslogtreecommitdiff
path: root/sys/dev/drm2
AgeCommit message (Expand)Author
2025-11-13drm2: update gone_in to 16 from 13David E. O'Brien
2025-07-22vt: refer to correct man section.Matteo Riondato
2025-06-24gone_in: make it __printflike()Gleb Smirnoff
2025-05-31drm2/ttm: Add missing includes to fix arm TEGRA124 buildJessica Clarke
2025-05-08vm_page: make iter_insert() publicDoug Moore
2025-03-04vm_lowmem: Fix signature mismatches in vm_lowmem callbacksSHENGYI HONG
2025-02-01LinnuxKPI: drm2: retire timespec_to_jiffies()Bjoern A. Zeeb
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-11-21device_pager: user iterators to free device pagesDoug Moore
2024-09-03drm2: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2024-08-21dev_pager: define free_page for mgt devicesDoug Moore
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-06-24log2: move log2 functions from linuxkpi to libkernDoug Moore
2024-06-05drm2: Remove one more implementation of ilog2()Mark Johnston
2023-12-23Avoid waiting on physical allocations that can't possibly be satisfiedJason A. Harmening
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-09-18drm2: whack set-but-not-used warnsMateusz Guzik
2023-09-09drm2: fix build after abs64 became globalMateusz Guzik
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-15drm2: remove unused Alpha and MIPS #definesEd Maste
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-10-05Remove an extra argument to SYSCTL_FOREACHAndrew Turner
2022-10-05Use SYSCTL_FOREACH in drm2Andrew Turner
2022-09-30Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten
2022-09-22kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin
2022-09-22pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin
2022-08-14Adjust function definition in drm_fb_helper.c to avoid clang 15 warningDimitry Andric
2022-07-12vm_object: Modify various drivers to allocate OBJT_SWAP objectsMark Johnston
2022-05-10drm2: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-10drm2: Remove unused drm_devclass.John Baldwin
2022-04-14Revert "drm2: Fix a typo in a source code comment"Gordon Bergling
2022-04-13drm2: Remove unused variables.John Baldwin
2022-04-09drm2: Fix a typo in a source code commentGordon Bergling
2022-03-29Revert "drm2: Fix a typo in a source code comment"Gordon Bergling
2022-03-28drm2: Fix a typo in a source code commentGordon Bergling
2021-12-09Create wrapper for Giant taken for newbusWarner Losh
2021-11-30Make device_busy/unbusy work w/o Giant heldWarner Losh
2021-11-30Revert "Make device_busy/unbusy work w/o Giant held"Warner Losh
2021-11-30Make device_busy/unbusy work w/o Giant heldWarner Losh
2021-10-19Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston
2021-10-19Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston
2021-08-14Fix some common typos in source code commentsGordon Bergling
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2020-10-06Don't permit DRM buffer mappings to be upgraded to executable.John Baldwin
2020-09-03drm2: Fix build after r365264Niclas Zeising
2020-09-02drm2: Further improve deprecation messageNiclas Zeising
2020-08-24drm2: Update deprecation messageNiclas Zeising