summaryrefslogtreecommitdiff
path: root/sys/arm/nvidia/drm2
AgeCommit message (Expand)Author
2025-05-08vm_page: make iter_insert() publicDoug Moore
2025-03-03drm2 tegra: Use vm_radix_iter_lookup instead of vm_page_iter_lookupJohn Baldwin
2024-12-08vm_page: pass page to iter_removeDoug Moore
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-11-26drm2: Fix the build after commit 38e3125d6df9Mark Johnston
2024-11-21device_pager: user iterators to free device pagesDoug Moore
2024-11-04Check for errors when detaching children first, not lastJohn Baldwin
2024-11-02newbus: Introduce bus_get_pass() and hide bus_current_passElliott Mitchell
2024-08-21dev_pager: define free_page for mgt devicesDoug Moore
2024-07-24vm: Retire kmem_arenaAlan Cox
2024-01-10regulator: Move regulator code in dev/regulatorEmmanuel Vadot
2024-01-10hwreset: Move reset code in dev/hwresetEmmanuel Vadot
2024-01-10clk: Move clock code in dev/clkEmmanuel Vadot
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-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-09-22kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin
2022-05-09arm/arm64 nvidia: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused fbd_devclass.John Baldwin
2021-10-25arm: fix a typo in nvidia/drm2/tegra_bo.cMateusz Guzik
2021-10-19Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston
2021-01-15arm: arm64: Directly use #include <dt-binding/...>Emmanuel Vadot
2020-09-01arm: clean up empty lines in .c and .h filesMateusz Guzik
2020-03-30remove extraneous double ;s in sys/Ed Maste
2019-12-02Fix a few places that free a page from an object without busy held. This isJeff Roberson
2019-09-09Change synchonization rules for vm_page reference counting.Mark Johnston
2019-06-07Replace uses of vm_page_unwire(m, PQ_NONE) with vm_page_unwire_noq(m).Mark Johnston
2018-08-20Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox
2018-04-09Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko
2018-02-20vm_wait() rework.Konstantin Belousov
2016-12-26Implement drivers for NVIDIA tegra124 display controller, HDMI sourceMichal Meloun