summaryrefslogtreecommitdiff
path: root/sys/contrib/vchiq
Commit message (Expand)AuthorAgeFilesLines
* vchiq: Use mallocarray() to provide kcalloc()Kristof Provost2018-01-071-1/+2
* 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
* Stop including sys/types.h from arm's machine/atomic.h, fix the placesIan Lepore2017-02-111-1/+1
* [vchi] replace non-reproducible __DATE__/__TIME__ with hardcoded stringOleksandr Tymoshenko2016-12-261-2/+2
* Reduce dmesg verbosity.Luiz Otavio O Souza2016-11-151-1/+0
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* Make VCHI driver compatible with upstream DTOleksandr Tymoshenko2016-10-121-7/+20
* Update VCHIQ driver to upstream version 4eda74f2Oleksandr Tymoshenko2016-08-312-51/+69
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun2016-02-051-1/+4
* Fix order of last two arguments of mtx_initOleksandr Tymoshenko2016-01-141-1/+1
* Fix inconsistent use of malloc type for cdev private data.Svatopluk Kraus2015-11-231-3/+1
* 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
* vchiq interrupt is MP safe, add respective flag to bus_setup_intrOleksandr Tymoshenko2015-11-081-1/+1
* Fix locking for VCHI driver by matching sleepable/non-sleepable APIs:Oleksandr Tymoshenko2015-11-081-24/+20
* Fix cache issues with bulk transfersOleksandr Tymoshenko2015-11-033-33/+38
* Synchronize with latest upstream VCHI code:Oleksandr Tymoshenko2015-11-0121-313/+881
* Fix BULK read transfer if destination buffer is not cache line-aligned.Oleksandr Tymoshenko2015-10-301-3/+23
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Use the dsb macro to use the correct instruction when building for ARMv7.Andrew Turner2015-03-191-1/+1
* Fix build without INVARIANTS/INVARIANT_SUPPORT:Oleksandr Tymoshenko2015-02-131-1/+7
* - Perform bus_dmamap_sync on pagelist structureOleksandr Tymoshenko2015-02-121-6/+22
* Do not mark shared structures as __packed, it leads to race conditionOleksandr Tymoshenko2015-02-091-3/+3
* Remove unused variablesOleksandr Tymoshenko2015-02-092-3/+0
* Act as a bus in attach method: probe and attach devicesOleksandr Tymoshenko2015-02-081-0/+3
* Import VCHI driver for Broadcom's VideoCore IV GPUOleksandr Tymoshenko2015-02-0532-0/+13579