summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Export some new busdma stats via sysctl for armv6. Added:ian2014-07-291-3/+63
* A while back, the array of segments used for a load/mapping operation wasian2014-07-291-68/+40
* We never need bounce pages for memory we allocate. We cleverly allocateian2014-07-291-8/+0
* Replace a bunch of double-indirection with a local pointer var (that is,ian2014-07-291-18/+19
* Don't clear the DMAMAP_DMAMEM_ALLOC flag set a few lines earlier. Doh!ian2014-07-291-1/+0
* Memory belonging to an mbuf, or allocated by bus_dmamem_alloc(), neverian2014-07-291-6/+24
* The run_filter() function doesn't just run dma tag exclusion filterian2014-07-291-46/+73
* Propagate any alignment restriction from the parent tag to a new tag,ian2014-07-291-0/+1
* Reformat some continuation lines. No functional changes.ian2014-07-291-30/+25
* Correct the comparison logic when looking for intersections betweenian2014-07-291-2/+2
* The exclusion_bounce() routine compares unchanging values in the tag withian2014-07-291-11/+22
* Rename _bus_dma_can_bounce(), add new inline routines.ian2014-07-291-9/+28
* Add the rest of combined interrupt groups.br2014-07-281-5/+112
* Pull in the armv4 "fast out" code for checking whether busdma can bounceian2014-07-261-0/+16
* Remove completely bogus alignment check -- it's the physical address thatian2014-07-261-2/+0
* Add error return to dumpsys(), and use it in doadump().gavin2014-07-251-3/+4
* Enable Freescale i.MX I2C driver for i.MX6.br2014-07-223-6/+12
* Rename i.MX I2C driver file.br2014-07-225-4/+4
* Add dl_unwind_find_exidx() for ARM EABI, required for C++ exceptionian2014-07-191-0/+3
* Add support for Toradex Apalis i.MX6 development board.br2014-07-181-0/+31
* Rename gpio driver file.br2014-07-184-3/+3
* o Enable GPIO device driver for i.MX6.br2014-07-183-6/+14
* Implement pmap_unwire(). See r268327 for the motivation behind this change.alc2014-07-162-0/+119
* Actually set the "no execute" bit on 1 MB page mappings in pmap_protect().alc2014-07-151-1/+1
* Eliminate repeated calculation of next_bucket in pmap_protect() andalc2014-07-151-13/+12
* Fix the Zedboard/Zynq ethernet driver to handle media speed changes soian2014-07-142-3/+134
* Eliminate dead code. There is no direct map. This code was cut-and-pastedalc2014-07-141-10/+0
* Pending interrupt status is cleared by writing to the ISR, not the data reg.ian2014-07-101-1/+1
* Use named constant rather than '0' to access the reset controller register.ian2014-07-081-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-289-31/+21
* Revert r267961, r267973:gjb2014-06-279-21/+31
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-279-31/+21
* Remove the incomplete Tegra 2 code, nobody was maintaining it. The AC100andrew2014-06-225-360/+0
* Different versions of the ARM processor use different registers.tuexen2014-06-172-1/+26
* Don't bother clearing maps for static DMA allocations to NULL. Instead,jhb2014-06-171-1/+0
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptattilio2014-06-161-1/+1
* Add very basic driver for 12-bit Analog to Digital Converter (ADC).br2014-06-153-0/+276
* clear the write bit... This allows my AVILA board to survive ajmg2014-06-121-2/+9
* Enable SMP for both Exynos5 models we support.br2014-06-122-2/+2
* Activate IRQ 30 (non-secure private timer IRQ) for case we are runningbr2014-06-121-1/+2
* Add machine-dependent SMP part for Exynos5420br2014-06-122-8/+70
* Fix various NIC drivers to properly cleanup static DMA resources.jhb2014-06-112-20/+27
* Add a driver for Serial Peripheral Interface (SPI).br2014-06-113-0/+298
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,jhb2014-06-101-2/+0
* Add a page size field to struct vm_page. Increase the page size field whenalc2014-06-071-2/+1
* Remove extra semicolons.kevlo2014-06-063-5/+5
* Restore comments accidentally removed.imp2014-06-061-1/+1
* Avoid using hard-coded SoC's register address in mptramp code for Armada XPzbb2014-06-052-4/+16
* Fix broken SMP startup on Armada XP after r265694zbb2014-06-052-3/+4
* FreeBSD, historically, has always used 8-bit addresses for i2c devicesloos2014-06-032-2/+2
OpenPOWER on IntegriCloud