| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | MFC r257639: | ian | 2013-12-13 | 2 | -91/+8 |
* | MFC r257603, r257604: | ian | 2013-12-13 | 4 | -3/+3 |
* | MFC r257595: Comments and style(9) only, no functional changes. | ian | 2013-12-13 | 1 | -16/+15 |
* | MFC r257561: | ian | 2013-12-13 | 1 | -6/+2 |
* | MFC r257557: Add a missing register definition. | ian | 2013-12-13 | 1 | -0/+11 |
* | MFC r257518, r257519: | ian | 2013-12-13 | 1 | -15/+83 |
* | MFC r257483, r257486, r257489: | ian | 2013-12-13 | 8 | -0/+569 |
* | MFC r257476, r257478: | ian | 2013-12-13 | 2 | -13/+18 |
* | MFC r257454: Add sdhci driver glue for imx family SoCs. | ian | 2013-12-13 | 1 | -0/+704 |
* | MFC r257453: Add stubbed-out imx6 support for clocks and power management. | ian | 2013-12-13 | 5 | -0/+592 |
* | MFC r257452: Add support for the USB PHY on imx6 SoCs. | ian | 2013-12-13 | 1 | -0/+189 |
* | MFC r257419: | ian | 2013-12-13 | 1 | -2/+2 |
* | MFC r257418: | ian | 2013-12-13 | 1 | -1/+1 |
* | MFC r257413: | ian | 2013-12-13 | 1 | -16/+15 |
* | MFC r257407: | ian | 2013-12-13 | 1 | -10/+17 |
* | MFC r257383, r257384: | ian | 2013-12-13 | 6 | -2/+222 |
* | MFC r257258, r257265: Include headers (if_var.h and others) where needed. | ian | 2013-12-13 | 7 | -6/+13 |
* | MFC r257203: Eliminate a compiler warning about extraneous parens. | ian | 2013-12-13 | 1 | -2/+2 |
* | MFC r257201, r257202 | ian | 2013-12-13 | 15 | -119/+19 |
* | MFC r257199, r257200, r257217: | ian | 2013-12-13 | 80 | -106/+39 |
* | MFC r257062: Add the Raspberry Pi SPI controller driver. | ian | 2013-12-13 | 5 | -0/+673 |
* | MFC r256949: Import basic support for Rockchip RK3188 SoC. | ian | 2013-12-13 | 10 | -0/+1336 |
* | MFC r257197: | ian | 2013-12-13 | 6 | -192/+312 |
* | MFC r256809: Add configuration for the Freescale i.MX53 Quick Start Board. | ian | 2013-12-13 | 1 | -0/+179 |
* | MFC r256806, r256919, r257167: | ian | 2013-12-13 | 1 | -0/+3 |
* | MFC r256804: | ian | 2013-12-13 | 1 | -5/+5 |
* | MFC r256774: | ian | 2013-12-13 | 1 | -2/+2 |
* | MFC r256647: | ian | 2013-12-13 | 1 | -0/+6 |
* | MFC r256638: | ian | 2013-12-13 | 1 | -0/+5 |
* | MFC r256637: | ian | 2013-12-13 | 1 | -10/+19 |
* | MFC r256628: | ian | 2013-12-13 | 1 | -1/+1 |
* | MFC r256291: | dim | 2013-10-10 | 1 | -0/+3 |
* | Remove redundant redeclarations of uart_s3c2410_class in | dim | 2013-10-09 | 2 | -3/+0 |
* | - Enable unmapped buffers on Exynos5 again, because | br | 2013-10-01 | 1 | -5/+0 |
* | Fix DELAY() on RPi, the wrong math was making it take twice it should. | loos | 2013-09-23 | 1 | -1/+1 |
* | - Create kern.ipc.sendfile namespace, and put the new "readhead" OID | glebius | 2013-09-22 | 1 | -3/+15 |
* | Fix GCC build for all ARMs. Revert bug introduced in r255613. | zbb | 2013-09-20 | 1 | -4/+28 |
* | The pmap function pmap_clear_reference() is no longer used. Remove it. | alc | 2013-09-20 | 2 | -31/+0 |
* | Fix panic in ktrcapfail() when no capability rights are passed. | pjd | 2013-09-18 | 1 | -1/+1 |
* | Fix GCC build error when building for ARMv6 | zbb | 2013-09-16 | 1 | -4/+4 |
* | Implement pmap_advise() for ARMv6/v7 pmap module | zbb | 2013-09-16 | 1 | -1/+106 |
* | Write protect base page after superpage demotion so that it may repromote | zbb | 2013-09-16 | 1 | -1/+1 |
* | Export a function to allow BCM2835's peripheral devices to enable their | loos | 2013-09-07 | 2 | -29/+75 |
* | On ARM EABI double precision floating point values are stored in the | andrew | 2013-09-07 | 1 | -1/+1 |
* | Fix of r255318: move sf_buf_alloc()/sf_buf_free() out of #ifdef | glebius | 2013-09-07 | 1 | -3/+4 |
* | Fix an off-by-one bug in ar71xx_gpio and bcm2835_gpio which makes the last | loos | 2013-09-06 | 1 | -1/+1 |
* | Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarations | glebius | 2013-09-06 | 1 | -0/+2 |
* | Revert accidental commit. | rpaulo | 2013-09-02 | 1 | -1/+1 |
* | Initial support for the Digi ConnectCore(c) i.MX53 / Wi-i.MX53 boards. | rpaulo | 2013-09-01 | 10 | -6/+393 |
* | Unconditionally compile the __sync_* atomics support functions into compiler-rt | theraven | 2013-08-31 | 1 | -11/+62 |