| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor cleanup before some more major changes: | imp | 2012-05-20 | 1 | -15/+11 |
* | Unbreak LINT for ARM: DEBUG is a kernel configuration option. | marcel | 2012-05-19 | 1 | -3/+0 |
* | Add localbus driver for Marvell's platforms. | gber | 2012-05-18 | 1 | -0/+493 |
* | Add architecture dependent code to support NAND Framework on Marvell SoCs. | gber | 2012-05-18 | 8 | -28/+97 |
* | Add glue/support for the SAM9XE512-based Ethernut 5 boards. Currently, | marius | 2012-05-12 | 5 | -0/+364 |
* | Remove unused cruft. We call through memcpy more directly when we | imp | 2012-05-11 | 1 | -5/+0 |
* | This comment has become unmoored from the code to which it applies. | imp | 2012-05-11 | 1 | -6/+4 |
* | Remove obsolte big endian flag. It is no longer needed. | imp | 2012-05-11 | 2 | -2/+0 |
* | Hack to unbreak boot2 for at91rm9200 boot loader. When the at91sam | imp | 2012-05-11 | 1 | -0/+2 |
* | Generate board id's from Linux's mach-types database for all arm | imp | 2012-05-10 | 2 | -0/+4201 |
* | Fix the MACHINE_ARCH for big endian arm to be armeb. | imp | 2012-05-06 | 1 | -0/+4 |
* | I need to change uname -p, not uname -m, so back this out. | imp | 2012-05-05 | 1 | -7/+3 |
* | Big endian arm boxes need to have a uname -m of armeb, not arm, so | imp | 2012-05-05 | 1 | -0/+5 |
* | Fix comment about what board this is really for left over from early | imp | 2012-05-02 | 1 | -5/+1 |
* | The PIT is really 16 bytes long (0x10) not 10 bytes long. Doesn't | imp | 2012-05-02 | 1 | -1/+1 |
* | - Add missing locking in at91_usart_getc(). | marius | 2012-05-01 | 1 | -117/+157 |
* | Add a convenience macro for the returns_twice attribute, and apply it to | dim | 2012-04-29 | 1 | -1/+1 |
* | - Disable MMU before reconfiguring the pagetables in the trampoline code. | stas | 2012-04-25 | 1 | -0/+11 |
* | Interrupts must be disabled while handling a partial cache line flush, | marius | 2012-04-22 | 1 | -20/+27 |
* | - Add support for MCI1 revision 2xx controllers and a work-around for their | marius | 2012-04-22 | 2 | -7/+51 |
* | Replace the C implementation of __aeabi_read_tp with an assembly version. | andrew | 2012-04-16 | 2 | -0/+7 |
* | Generate an obviously missing STOP when having finished transmitting data. | marius | 2012-04-14 | 1 | -0/+1 |
* | Add support for the Atmel SAM9XE familiy of microcontrollers, which | marius | 2012-04-14 | 1 | -5/+9 |
* | Add support for the Atmel SAM9XE familiy of microcontrollers, which | marius | 2012-04-14 | 8 | -15/+41 |
* | - Try to bring these files closer to style(9). | marius | 2012-04-14 | 12 | -208/+236 |
* | - Revert part of r234005, which I did not intend to commit. | stas | 2012-04-07 | 1 | -1/+1 |
* | - Add kernel config file for QEMU-emulated gumstix board. | stas | 2012-04-07 | 2 | -1/+93 |
* | - Add new ARM kernel option QEMU_WORKAROUNDS which can be | stas | 2012-04-07 | 1 | -2/+18 |
* | Add software PMC support. | fabient | 2012-03-28 | 1 | -1/+1 |
* | Remove pty(4) from our kernel configurations. | ed | 2012-03-21 | 21 | -22/+0 |
* | Fix error check. | raj | 2012-03-15 | 1 | -1/+1 |
* | Disable the option VFS_ALLOW_NONMPSAFE by default on all the supported | attilio | 2012-03-06 | 1 | -2/+0 |
* | Remove unused #defines. All this is now retrieved from the device tree. | raj | 2012-03-04 | 1 | -126/+0 |
* | - Change contigmalloc() to use the vm_paddr_t type instead of an unsigned | jhb | 2012-03-01 | 1 | -5/+5 |
* | Make sure we do not provide the page 0 to the VM. It can't handle it properly, | cognet | 2012-02-29 | 2 | -5/+15 |
* | Add C11 macros describing subnormal numbers to float.h. | das | 2012-01-23 | 1 | -0/+16 |
* | TDF_* flags should be used with td_flags field and TDP_* flags should be used | pjd | 2012-01-22 | 1 | -1/+1 |
* | Add parentheses where required. Without them, `sizeof LDBL_MAX' | das | 2012-01-20 | 1 | -3/+3 |
* | Fix the value of float_t to match what is implied by FLT_EVAL_METHOD. | das | 2012-01-16 | 1 | -1/+1 |
* | Fix the definition of FLT_EVAL_METHOD and some minor bugs. | das | 2012-01-16 | 1 | -4/+6 |
* | Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support for | das | 2012-01-16 | 1 | -1/+5 |
* | Remove spurious 8bit chars, turning files into plain ASCII. | uqs | 2012-01-15 | 2 | -2/+2 |
* | Add missing options so modules build/load correctly. | adrian | 2012-01-05 | 1 | -0/+3 |
* | Fix header pollution, possibly unbreaking the build of cfi_bus_ixp4xx.c | marius | 2011-12-31 | 3 | -1/+6 |
* | ARM pmap fixes: | raj | 2011-12-15 | 2 | -2/+5 |
* | Eliminate vestiges of page coloring. | alc | 2011-12-15 | 1 | -3/+1 |
* | Make *intr{cnt,names} on ARM reside in data section, similar to other arches. | raj | 2011-12-14 | 1 | -2/+1 |
* | Implement better support for USB controller suspend and resume. | hselasky | 2011-12-14 | 2 | -52/+11 |
* | Replace __signed by signed. | ed | 2011-12-13 | 1 | -1/+1 |
* | Fix OF_finddevice error return value in case of FDT. | jchandra | 2011-12-02 | 2 | -8/+8 |