| Age | Commit message (Expand) | Author |
| 2014-03-03 | Move IO KVA so it doesn't share the same TLB index as the kernel. | matt |
| 2014-03-02 | Bump SYMTAB_SPACE for clang. | joerg |
| 2014-03-02 | Bump sshramdisk size to 3800k, reserve 4MB in the install kernel. | joerg |
| 2014-02-28 | Use CPPFLAGS and drop -mlittle-endian | matt |
| 2014-02-27 | GC writeback_dcache_line and clear_dcache_line. | joerg |
| 2014-02-27 | Fix typo in comment BEAGLEBOARD->CUBIEBOARD | reinoud |
| 2014-02-26 | hook up mmc card detect gpio | jmcneill |
| 2014-02-26 | hook up MMC0 to status-led2 | jmcneill |
| 2014-02-26 | Add awge | matt |
| 2014-02-26 | Deal with cubietruck GPIO differences. | matt |
| 2014-02-26 | sdhc -> awinmmc | jmcneill |
| 2014-02-25 | Define ARM11_COMPAT_MMU (for now) to keep inline with cpuconf.h changes | skrll |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-25 | enable MMC driver | jmcneill |
| 2014-02-22 | Don't manipulate the pte to get uncached memory, use PMAP_NOCACHE instead. | matt |
| 2014-02-22 | Deal with non-4KB page sizes | matt |
| 2014-02-21 | Match *INSTALL* (so we can match *INSTALL.MP) | matt |
| 2014-02-21 | Rearrange KERNEL_BASE_PHYS | matt |
| 2014-02-21 | Rework PIC method to be simplier. Change be more cortex neutral. | matt |
| 2014-02-21 | No need to include sys/simplelock.h here. | skrll |
| 2014-02-04 | _setsoftintr is long dead. reap any leftovers from arm. | matt |
| 2014-01-31 | More symbols | skrll |
| 2014-01-30 | Put EHABI exception tables at the end of text. | matt |
| 2014-01-30 | Print uboot_args using PRIxPTR | matt |
| 2014-01-30 | For BE kernels, pass --be8 to the linker | matt |
| 2014-01-29 | Abolish run time configuration for mapped address of SoC by u-boot. | kiyohara |
| 2014-01-28 | Unused variable police | martin |
| 2014-01-24 | Add a flag so the xputc will bswap registers. | matt |
| 2014-01-24 | Replace copyright with TNF | matt |
| 2014-01-24 | After loading the pc-relative offset, clear the upper the 4 bits incase | matt |
| 2014-01-24 | use initarm_common() | hkenken |
| 2014-01-23 | Add a few small changes so that the CUBIEBOARDs can run big endian. | matt |
| 2014-01-23 | use ukbd_cnattach() | hkenken |
| 2014-01-13 | Get rid on some useless pc addition. Use adr or ldr with pc relative | matt |
| 2014-01-12 | Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR. | tsutsui |
| 2014-01-03 | Change wildcard for mvgbe configuration. Don't attach, if clock was disabled. | kiyohara |
| 2013-12-24 | Use the right BCM563XX symbol | matt |
| 2013-12-24 | Make sure _edata starts on a 8-byte boundary. | matt |
| 2013-12-23 | Support to check the clock gating for Armada XP in armadaxp.c. | kiyohara |
| 2013-12-23 | Move Misc Registers from mvsocreg.h to armadaxpreg.h. These registers only | kiyohara |
| 2013-12-23 | Enable mvgbe and makphy. | kiyohara |
| 2013-12-19 | Make SYMTAB_SPACE a plain number, the expression creates invalid syntax | joerg |
| 2013-12-19 | Bump SYMTAB_SPACE to 600k for clang. | joerg |
| 2013-12-15 | Move flags for ARM's APCS ABI into a common variable. Add some forces to | joerg |
| 2013-12-14 | Sprinkle __unused. | skrll |
| 2013-12-10 | Move alignment attribute onto the types, not the variable instances. | joerg |
| 2013-12-05 | Use -marm for clang builds, too. | joerg |
| 2013-12-05 | Use armv6z so {ldr,str}ex{b,h,d} won't generate warnings. | matt |
| 2013-12-02 | Don't use cpsr_all/spsr_all with mrs, it doesn't take a mask. | joerg |
| 2013-12-01 | Use format strings. | joerg |