summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
...
* MFC r257639:ian2013-12-132-91/+8
* MFC r257603, r257604:ian2013-12-134-3/+3
* MFC r257595: Comments and style(9) only, no functional changes.ian2013-12-131-16/+15
* MFC r257561:ian2013-12-131-6/+2
* MFC r257557: Add a missing register definition.ian2013-12-131-0/+11
* MFC r257518, r257519:ian2013-12-131-15/+83
* MFC r257483, r257486, r257489:ian2013-12-138-0/+569
* MFC r257476, r257478:ian2013-12-132-13/+18
* MFC r257454: Add sdhci driver glue for imx family SoCs.ian2013-12-131-0/+704
* MFC r257453: Add stubbed-out imx6 support for clocks and power management.ian2013-12-135-0/+592
* MFC r257452: Add support for the USB PHY on imx6 SoCs.ian2013-12-131-0/+189
* MFC r257419:ian2013-12-131-2/+2
* MFC r257418:ian2013-12-131-1/+1
* MFC r257413:ian2013-12-131-16/+15
* MFC r257407:ian2013-12-131-10/+17
* MFC r257383, r257384:ian2013-12-136-2/+222
* MFC r257258, r257265: Include headers (if_var.h and others) where needed.ian2013-12-137-6/+13
* MFC r257203: Eliminate a compiler warning about extraneous parens.ian2013-12-131-2/+2
* MFC r257201, r257202ian2013-12-1315-119/+19
* MFC r257199, r257200, r257217:ian2013-12-1380-106/+39
* MFC r257062: Add the Raspberry Pi SPI controller driver.ian2013-12-135-0/+673
* MFC r256949: Import basic support for Rockchip RK3188 SoC.ian2013-12-1310-0/+1336
* MFC r257197:ian2013-12-136-192/+312
* MFC r256809: Add configuration for the Freescale i.MX53 Quick Start Board.ian2013-12-131-0/+179
* MFC r256806, r256919, r257167:ian2013-12-131-0/+3
* MFC r256804:ian2013-12-131-5/+5
* MFC r256774:ian2013-12-131-2/+2
* MFC r256647:ian2013-12-131-0/+6
* MFC r256638:ian2013-12-131-0/+5
* MFC r256637:ian2013-12-131-10/+19
* MFC r256628:ian2013-12-131-1/+1
* MFC r256291:dim2013-10-101-0/+3
* Remove redundant redeclarations of uart_s3c2410_class indim2013-10-092-3/+0
* - Enable unmapped buffers on Exynos5 again, becausebr2013-10-011-5/+0
* Fix DELAY() on RPi, the wrong math was making it take twice it should.loos2013-09-231-1/+1
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDglebius2013-09-221-3/+15
* Fix GCC build for all ARMs. Revert bug introduced in r255613.zbb2013-09-201-4/+28
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-202-31/+0
* Fix panic in ktrcapfail() when no capability rights are passed.pjd2013-09-181-1/+1
* Fix GCC build error when building for ARMv6zbb2013-09-161-4/+4
* Implement pmap_advise() for ARMv6/v7 pmap modulezbb2013-09-161-1/+106
* Write protect base page after superpage demotion so that it may repromotezbb2013-09-161-1/+1
* Export a function to allow BCM2835's peripheral devices to enable theirloos2013-09-072-29/+75
* On ARM EABI double precision floating point values are stored in theandrew2013-09-071-1/+1
* Fix of r255318: move sf_buf_alloc()/sf_buf_free() out of #ifdefglebius2013-09-071-3/+4
* Fix an off-by-one bug in ar71xx_gpio and bcm2835_gpio which makes the lastloos2013-09-061-1/+1
* Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarationsglebius2013-09-061-0/+2
* Revert accidental commit.rpaulo2013-09-021-1/+1
* Initial support for the Digi ConnectCore(c) i.MX53 / Wi-i.MX53 boards.rpaulo2013-09-0110-6/+393
* Unconditionally compile the __sync_* atomics support functions into compiler-rttheraven2013-08-311-11/+62
OpenPOWER on IntegriCloud