aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/vchiq/interface/vchiq_arm/vchiq_2835_arm.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: Add support to vchiq and bcm2835_audio (plus some fixes)Marco Devesas Campos2025-11-151-20/+125
* vchiq: fix compilation error on armv7 in CI and local armv7 buildsAdrian Chadd2025-11-011-1/+3
* vchiq: fix another logging format string for 32/64 bitMarco Devesas Campos2025-10-301-7/+4
* vchiq_arm: Don't free on errorWarner Losh2025-08-261-1/+2
* vchiq(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-2/+0
* Change synchonization rules for vm_page reference counting.Mark Johnston2019-09-091-4/+1
* Merge the vm_page hold and wire mechanisms.Mark Johnston2019-07-081-7/+0
* Modernize the use of vm_page_unwire(). Since r288122, vm_page_unwire()Alan Cox2017-09-241-2/+1
* Remove unneeded include of vm_phys.h.Gleb Smirnoff2017-04-171-1/+0
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun2016-02-051-1/+4
* Fix slots DMA memory handling. It's similar to r290553.Svatopluk Kraus2015-11-101-3/+3
* Fix pagelist bus_dmamap_t map handling. Memory for pagelist is allocatedSvatopluk Kraus2015-11-081-3/+1
* Fix cache issues with bulk transfersOleksandr Tymoshenko2015-11-031-26/+31
* Synchronize with latest upstream VCHI code:Oleksandr Tymoshenko2015-11-011-0/+1
* Fix BULK read transfer if destination buffer is not cache line-aligned.Oleksandr Tymoshenko2015-10-301-3/+23
* - Perform bus_dmamap_sync on pagelist structureOleksandr Tymoshenko2015-02-121-6/+22
* Remove unused variablesOleksandr Tymoshenko2015-02-091-2/+0
* Import VCHI driver for Broadcom's VideoCore IV GPUOleksandr Tymoshenko2015-02-051-0/+580